@media screen and (max-width: 768px) {
    .slide img {
        width: 100px;
        height: 100px;
        margin: 0;
    }
    .slide.active {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-form.text-center {    
    position: relative;
    /*right: 7%;*/
    /*background: #e7e7e7c7;*/
}
}
@media screen and (max-width: 520px) {
    .nav-container {
        justify-content: unset;
    }
    .social-icons {
        margin-left: 6rem;
    }
    .slide-content h2 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .slide-content h3 {
        font-size: 12px;
    }
    .slide-content p {
        width: 130px;
    }
    .call-button {
        width: 35px;
        height: 50px;
    }
    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap : 1px
    }
    .why-choose-image img { 
        visibility: hidden;
    }
    .contact-form.text-center {    
    position: relative;
    right: 0% !important; 
    /*background: #e7e7e7c7;*/
}
    .why-choose-content {
        gap: 8px;
    }
    .about-content {
         flex-direction: column; 
    }
}
