@media screen and (max-width: 600px) {

    .subtitle{
        margin-top: 2vh;
    }
    .hero-text{
        width: 100%;
        padding-right: 5%;
    }
    .hero-text h2{
        margin-top: 5vh;
    }
    .hero-image{
        margin-top: 0vh;
    }
    .hero .btn{
        margin-top: 8vh;
        align-self: center;
    }
    .intro{
        padding-top: 10%;
    }
    .intro-content{
        flex-direction: column;
    }
    .intro-text{
        width: 100%;
    }
    .intro-content figure{
        width: 100%;
        margin-top: 8%;
    }
    .intro h2 {
        width: 100%;
    }
    .about{
        padding-top: 8%;
    }
    .about h2{
        width: 80%;
    }
    .about img{
        margin-top: -8%;
    }
    .about .values-list li{
        flex-direction: column;
        padding: 3% 0;
    }
    .value-content{
        width: 100%;
    }
    .value-content h3{
        text-align: center;
        margin: 3% 0 5%;
    }
    .value-content p {
        text-align: justify;
    }
    .about .btn {
        margin: 8% 0 6%;
    }
    .process{
        padding: 8% 0 6%;
    }
    .process-steps{
        margin-top: 8%;
        box-sizing: border-box;
        padding: 0 22%;
        justify-content: space-between;
        row-gap: 2vh;
    }
    .process-steps li{
        min-width: 20vw;
    }
    .step-number{
        box-shadow: inset 0px 4.6px 18.4px 0px rgba(44, 60, 75, .60);
    }
    .process-steps li p{
        width: 20vw;
    }
    .process-steps li:nth-of-type(3) p {
        width: 30vw;
        transform: translateY(42%);
    }
    .process .btn{
        margin-top: 6%;
    }
    .testimonials {
        padding: 10% 2.5%;
    }
    .testimonials h2 {
        width: 100%;
    }
    .testimonials-list{
        margin-top: 8%;
        flex-direction: column;
    }
    .testimonial {
        padding: 2.5% 8%;
    }
    .testimonial blockquote {
        max-height: 0;
        overflow: hidden;
        margin-top: 4%;
    }
    .carousel-controls{
        display: none;
    }
    .footer-quote:nth-of-type(1){
        width: 30vw;
    }
    .footer-col:nth-of-type(2){
        margin-left: 10%;
    }
    .footer-col:nth-of-type(3){
        margin-left: 5%;
    }
    .footer-col:nth-of-type(4){
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .footer-col:nth-of-type(4) img{
        height: 10vh;
    }
    .social-links{
        gap: 2vw;
    }
    .social-links img{
        margin-left: 15%;
    }
    .hero-title{
        width: fit-content;
        margin: 0 auto 60vh;
    }
    .contact-info.container{
        top: 60%;
        left: 50%;
        right: 50%;
        height: 50vh;
        min-width: 250px;
        transform: translate(-50%, -50%);
        display: flex;
        padding: 0 8%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        row-gap: 3vh;
        border-radius: 5vw;
    }
    .hero-illu-title{
        transform: translateX(10%);
    }

    .service--light{
    .service-image{min-height: 15vh; margin-left: 4vw;};
}
.service--dark{
    .service-image{min-height: 15vh; margin-right: 4vw;};
}
.service-top{
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
}
.service .btn-secondary{
    margin: 0;
}
 .service-mention-comp .btn-secondary{
   margin : 5% 0 0 0;
 }
.service-image{
    width: 25vw;
}
}