.employee_section_mb {
    display: none;
}

.employee_section {
    margin-top: 80px;

    .img_layers_2 {
        transform: translateY(100px);
    }

    .img_layers_3 {
        transform: translateY(200px);
    }

    .img_layers_4 {
        transform: translateY(300px);
    }

    .img_layers_5 {
        transform: translateY(400px);
    }
}

.all_layers img,
.all_layers h2 {
    opacity: 0;
    transition: all 0.65s ease-in-out;
}

.all_layers .show {
    opacity: 1;
}

.text_layers_1,
.text_layers_2,
.text_layers_3,
.text_layers_4,
.text_layers_5 {
    font-size: 34px;
    line-height: 36px;
    color: #252b62;
}

.desc_layers_1,
.desc_layers_2,
.desc_layers_3,
.desc_layers_4,
.desc_layers_5 {
    margin-top: 5px;
    font-size: 24px;
    line-height: 30px;
    color: #252b6283;
}

@media (max-width: 1200px) {
    .text_layers_1,
    .text_layers_2,
    .text_layers_3,
    .text_layers_4,
    .text_layers_5 {
        font-size: 28px !important;
        line-height: 30px !important;
    }

    .desc_layers_1,
    .desc_layers_2,
    .desc_layers_3,
    .desc_layers_4,
    .desc_layers_5 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .img_layers_1,
    .img_layers_2,
    .img_layers_3,
    .img_layers_4,
    .img_layers_5 {
        width: 20rem !important;
    }

    .content_1,
    .content_2,
    .content_3,
    .content_4,
    .content_5 {
        width: 25rem !important;

        img {
            width: 3.125rem !important;
            height: 3.125rem !important;
        }
    }
}

@media (max-width: 995px) {
    .employee_section {
        display: none;
    }

    .employee_section_mb {
        display: block;
    }

    .employee_layers_mb {
        display: flex;
        flex-direction: column;
    }

    .text_layers_1_mb,
    .text_layers_2_mb,
    .text_layers_3_mb,
    .text_layers_4_mb,
    .text_layers_5_mb {
        padding: 3%;
        border: 2px solid #25bfb6;
        border-radius: 20px;
        margin-top: 2.5%;
    }
    .title_layers_1_mb,
    .title_layers_2_mb,
    .text_layers_3_mb,
    .text_layers_4_mb,
    .text_layers_5_mb {
        font-size: 22px;
        line-height: 26px;
        color: #252b62;
    }

    .desc_layers_1_mb,
    .desc_layers_2_mb,
    .desc_layers_3_mb,
    .desc_layers_4_mb,
    .desc_layers_5_mb {
        font-size: 16px;
        line-height: 22px;
        color: #252b6283;
    }
}
@media (max-width: 475px) {
    .employee_section_mb {
        .title_text_mb {
            font-size: 36px !important;
        }
    }
}
