@media screen and (max-width: 992px) {
    .hero-text h1 {
        font-size: 32px !important;
        font-weight: 500 !important;
    }

    .achievements .item .counter {
        color: #020202ea;
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        justify-content: start;
        display: flex;
    }

    .logo img {
        width: 75px !important;
    }

    .cotact-section h2 {
        font-size: 32px;
    }
    
    p {
        font-size: 14px !important;
    }

    .contact-form {
        margin-top: 30px;
    }

    .copyright h6 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 400px) {
    .copyright h6 {
        font-size: 12px !important;
    }
}