@media (max-width: 568px) {
    .slider {
        padding: 0;
        height: fit-content;
        border-radius: 0%;
    }
    .slide {
        background: url(../images/pexels-denner-trindade-1570398-17821556.jpg);
        background-size: cover;
        background-position: center;
        border-radius: 0%;
    }
    .slide > img {
        display: none;
    }
    .overlay {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        border-radius: 0%;
        backdrop-filter: brightness(50%);
    }
    .overlay > h4 {
        font-size: 15px;
    }
    .overlay h2 {
        font-size: 1.5rem;
        width: 100%;
    }
    .overlay p {
        font-size: 18px;
        width: 100%;
    }
    .body_mock {
        grid-template-columns: 1fr;
        padding: 2rem 0;
    }
    .body_mock_sidenav {
        position: relative;
        top: 0;
        padding: 0 2rem;
    }
    .body_mock_sidenav > a {
        font-size: 18px;
    }
    .contact_row {
        padding: 0;
    }
    .service_intro {
        padding: 0 2rem;
        place-items: center;
    }
    .service_intro h4 {
        font-size: 18px;
        text-align: center;
    }
    .service_intro h2 {
        font-size: 1.5rem;
        width: 100%;
        text-align: center;
    }
    .service_intro p {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .service_sect > h4 {
        font-size: 15px;
    }
    .service_sect > h2 {
        font-size: 1.5rem;
        padding: 0 2rem;
        width: 100%;
    }
    .service_container {
        grid-template-columns: 1fr;
        padding: 0 2rem;
    }
    .service_box > span {
        font-size: 20px;
    }
    .service_box > h3 {
        font-size: 20px;
    }
    .service_box > p {
        font-size: 18px;
    }
    .case_studies {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .case_studies > h4 {
        font-size: 15px;
    }
    .case_studies > h2 {
        font-size: 1.5rem;
        width: 100%;
    }
    .updates_container {
        flex-direction: column;
        gap: 2rem;
    }
    .update {
        width: 100%;
        flex: 100%;
    }
    .update_body {
        padding: 1rem 0;
    }
    .update_body > h2 {
        font-size: 20px;
    }
    .update_body > a {
        font-size: 18px;
    }
    .industries {
        padding: 2rem;
    }
    .industries h4 {
        font-size: 15px;
    }
    .industries h2 {
        font-size: 1.5rem;
        width: 100%;
    }
    .industries p {
        font-size: 18px;
        width: 100%;
    }
    .industry_container {
        grid-template-columns: repeat(2, 1fr);
    }
    .industry_card > h2 {
        font-size: 16px;
    }
    .industry_image {
        height: 20vh;
    }
    .industry_card > a {
        font-size: 15px;
    }
}