/* about screen */

.why-choosen .mobile {
    display: none;
}

@media screen and (max-width: 520px) {

    /* about section */
    .about-section .content-1 {
        padding: 10px;
        margin-top: 0px !important
    }

    .about-section {
        padding-bottom: 0px !important;
    }

    .about-section .content-1 .img-fluid {
        max-height: 450px;
        display: none;
    }

    .about-section .content-2 {
        padding: 10px 20px;
        margin-top: 0px !important
    }

    /* why section */
    .why-choosen {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .why-choosen .container {
        padding: 10px;
        margin-top: 0px !important
    }

    .why-choosen .desktop {
        display: none;
    }

    .why-choosen .mobile {
        display: block;
        margin-top: 0px !important;
    }


    .why-choosen .mobile .rounded-circle {
        width: 60px;
        height: 60px;
    }

    /* working culture */
    .working-culture {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}