.depoimentos-alunos {
    margin-top: 46px;
    width: 100%;
    box-sizing: border-box;
}


.depoimentos-alunos h2 {
    color: #093366;
    display: block;
    font-size: 1.75rem; 
    line-height: 1.2;
    font-weight: 300;
}

.depoimentos-wrapper.b2c {
    margin-top: 5em;
}

.titles img {

    width: 80%;
    margin-top: 1em;
    border: 20px solid #ffffff;

    display: none;
 }
.depoimentos-wrapper ul {
    list-style: none;
}

.depoimentos-wrapper li {
    box-shadow: 0 1.25em 1.25em 0 rgb(120 135 182 / 12%);
    border: solid .0625em #ecf5ff;
    border-radius: .4em;
    padding: 1.875em;
    margin-bottom: 3em;
    position: relative;
    background: #fff;
}

.quote {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 13%;
}
.depoimentos-alunos p {
    line-height: 1.4;
    color: #093366;
}



.depoimento__text {
    font-size: .875em;
    line-height: 1.4;
    color: #093366;
}

.depoimentos-alunos p {
    line-height: 1.4;
    color: #093366;
    font-size: 1.05em;
}
.depoimento__author {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color: #093366;
}

.titles h2 {
    font-size: 2.5em;
}
@media (min-width: 768px) {

    .depoimentos-alunos {
        padding: 4em;
        position: relative;

    }

    .titles {
        max-width: 50%;
        margin-top: 5em;
    }

    .titles h2 {
        font-size: 3em;
    }

    .titles p {
        line-height: 1.4em;
        color: grey; 
        font-size: 1.4em;
        font-family: 'Oxygen', sans-serif;
        font-weight: 100;
    }
    .titles img {
       position: absolute;
       z-index: -1;
       width: 120%;
       border: none;
       bottom: 20%;
       left: -40%;
       display: block;

    }
    .depoimentos-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .depoimentos-wrapper {
        width: 40%;

    }
    .depoimentos-wrapper li {
        padding: 30px 30px 30px 50px;
        position: relative;
        background-color: #fff;

    }

    .depoimentos-wrapper.b2c {
        margin-top: 60px;
    }
    .depoimentos-wrapper ul {
        position: relative;
    }

    .depoimentos-wrapper li {
        padding: 30px 30px 30px 50px;
        position: relative;
        background-color: #fff;
    }


}

@media (min-width: 821px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 120%;
        border: none;
        bottom: 10%;
        left: -40%;
        display: block;
 
     }
   } 

   @media (min-width: 881px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 120%;
        border: none;
        bottom: 0%;
        left: -40%;
        display: block;
 
     }
   } 

   @media (min-width: 964px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 120%;
        border: none;
        bottom: -10%;
        left: -40%;
        display: block;
 
     }
   } 

@media (min-width: 1000px) {

    .titles h2 {
        font-size: 5em;
    }
    .titles img {
        position: absolute;
        z-index: -1;
        width: 120%;
        border: none;
        bottom: -10%;
        left: -40%;
        display: block;
 
     }

   } 

   @media (min-width: 1010px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 120%;
        border: none;
        bottom: -15%;
        left: -40%;
        display: block;
 
     }


   }

   @media (min-width: 1075px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 120%;
        border: none;
        bottom: -20%;
        left: -40%;
        display: block;
 
     }


   }

   @media (min-width: 1100px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 120%;
        border: none;
        bottom: -25%;
        left: -40%;
        display: block;
 
     }


   }

   @media (min-width: 1140px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 120%;
        border: none;
        bottom: -35%;
        left: -40%;
        display: block;
 
     }


   }


   @media (min-width: 1200px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 120%;
        border: none;
        bottom: -40%;
        left: -40%;
        display: block;
 
     }


   }

   @media (min-width: 1250px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 100%;
        border: none;
        bottom: -30%;
        left: -20%;
        display: block;
 
     }


   }

   @media (min-width: 1330px) {

    .titles img {
        position: absolute;
        z-index: -1;
        width: 100%;
        border: none;
        bottom: -20%;
        left: -15%;
        display: block;
        max-width: 1000px;
 
     }


   }


   @media (min-width: 1600px) {
    .titles img {
        position: absolute;
        z-index: -1;
        width: 100%;
        border: none;
        bottom: -20%;
        left: 0%;
        display: block;
        max-width: 1200px;
 
     }

   }