.card-w-33{
    width: 28%;
}
.card-w-50{
    width: 40%;
}
.card-careers{
    padding: 70px 100px;
}
.title-company h3{
    text-align: center;
}
.title-company > div{
    margin: 50px 0;
}
.container-info  p{
    text-align: left;
    line-height: 7mm;
}
#splide-testimonials{
    width: 100%;
}
/* Testimonials */
.testimonials{
    position: relative;
}
.testimonials > div:nth-child(1){
    width: 40%;
}
.testimonials > div:nth-child(2){
    width: 60%;
    position: relative;
}
.background-testimonials{
    width: 100%;
}
.background-testimonials svg:nth-child(1){
    position: relative;
    top: -150px;
    right: 130px;
}
.background-testimonials svg:nth-child(2){
    position: relative;
    top: 90px;
    left: 90px;
    height: 400px;
}
.container-slide-testimonials{
    width: 50%;
}
.card-testimonials {
    padding: 40px;
    margin: 0 15px;
}
.card-testimonials p{
    font-weight: 400;
    margin: 30px 0;
}
.card-testimonials-photo{
    text-align: right;
}
.card-testimonials-photo img{
  border-radius: 12px;
  width: 50px;
}
.card-author h5{
    font-weight: 400;
}
.card-author h5:nth-child(2){
    color: #f26549;
}
.card-author h3{
    color:  #F26649;
    font-size: 128px;
    font-weight: 600;
}
.card-testimonials-photo-bottom{
    margin-right: 15px;
}
.card-job{
    padding: 20px;
    margin-bottom: 20px;
}
.card-job button{
    margin: 10px 0;
}
.card-job h3{
    font-size: 25px;
    font-weight: 300 !important;
}
.container-card-job{
    display: flex;
    flex-wrap: wrap;
}
.card-job-link{
    color: #F26649;
    text-decoration: underline;
    display: flex;
}
/* end Testimonials */

@media screen and (max-width:768px){
    .card-careers{
        flex-direction: column;
        text-align: center;
        padding: 50px;
    }
    .section-content h2{
        margin-bottom: 50px;

    }
    .title-company > div{
        flex-direction: column;
    }
    .container-slide-testimonials{
        width: 100%;
    }
    .card-careers h2{
        margin-bottom: 20px;
    }
    .card-w-33 {
        width: 100%;
    }
}
@media screen and (min-width:768px)  and (max-width:1280px){
    .card-w-33{
        width: 43%;
    }
    .container-card-job{
        justify-content: space-between;
    }
}
@media screen and (min-width:1280px){
    .card-job{
        margin: 10px;
    }
}
@media screen and (min-width:768px) and (max-width:1400px) {
    .title-company h3{
        font-size: 25px;
    }
}
@media screen and (min-width:1400px) and (max-width:1700px) {
    .title-company h3{
        font-size: 30px;
    }
}
@media screen and (min-width:1700px) and (max-width:2000px) {
    .title-company h3{
        font-size: 33px;
    }
}
@media screen and (min-width:2000px) {
    .title-company h3{
        font-size: 35px;
    }
}
