.servico-titulo {
    margin-top: 5%;
    font-size: 100%;
    color: #ED5F10;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.servicos-subtitulo {
    font-family: 'Catamaran', sans-serif;
    font-size: 300%;
    font-weight: 600;
}

.servicos .img-icon {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.servicos .card-box {
    text-align: center;
}

.servicos p {
    text-align: center;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
    cursor: pointer;
    margin-top: 7%;
}

.media-container-row img {
    transition: transform 0.5s;
}

.media-container-row img:hover {
    transform: scale(1.2);
}


/* Lado direito */

.servico-lado-direito {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    width: 60%;
}

.perguntas-card {
    color: #fff;
    background-color: #fff;
    border: none;
    border-radius: 20px !important; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
}

.perguntas-card .card-titulo {
    padding: 4%;
    background-color: #fff;
    /* color: #ED5F10; */
    color: #ED5F10;
    box-shadow: none;
    font-size: 30px;
}

.card-titulo:hover {
    color: #ED5F10 !important;
}

.collapsed {
    color: #000 !important;
}



.card-body {
    color: #000 !important;
    padding-left: 50px;
    padding-right: 50px;
    border: none;
    /* border-bottom-left-radius: 20px !important; 
    border-bottom-right-radius: 20px !important;  */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.102); */
}

@media screen and (max-width: 1300px) {
    .pergunta-lado-esquerdo img {
        display: none;
    }

    .servico-lado-direito {
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    .pergunta-lado-esquerdo img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .perguntas-card .card-titulo {
        font-size: 20px;
    }

    .servico-titulo h5 {
        font-size: 1rem;
    }
}