
.msb-about-us {
    position: relative;
    overflow: hidden;
}
.msb-about-us .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.msb-about-us .msb-about-content {
    min-height: 320px;
    padding: 70px 0;
    position: relative;
    z-index: 9;
    text-align: right;
    margin-left: auto;
}
.msb-about-us .msb-about-content:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: contain;
    -webkit-background-image: linear-gradient(90deg, rgba(242,102,33,0) 0%, rgba(241,85,34,0.2) 10%, #f15522 52%, #f04d22 76%, #ed2523 100%);
    background-image: linear-gradient(90deg, rgba(242,102,33,0) 0%, rgba(241,85,34,0.2) 10%, #f15522 52%, #f04d22 76%, #ed2523 100%);
}
.msb-about-us .msb-about-content .left {
    max-width: 45%;
    margin-left: auto;
    position: relative;
    z-index: 9;
}
.msb-about-us .msb-about-content .title {
    color: #ffffff;
    margin: 0 0 20px auto;
}
.msb-about-us .msb-about-content .desc {
    color: #ffffff;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
   /* -webkit-line-clamp: 6;*/
    -webkit-box-orient: vertical;
    margin: 0 0 32px;
    text-align: justify;
}
.msb-about-us .msb-about-content .name-position {
    margin: 0 0 22px;
}
.msb-about-us .msb-about-content .name {
    color: #ffffff;
    margin: 0 0 10px;
}
.msb-about-us .msb-about-content .position {
    color: #ffffff;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .msb-block.msb-about-us {
        padding-top: 0;
    }
    .msb-about-us .bg-image {
        position: relative;
        width: 100%;
        height: 450px;
        top: auto;
        left: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }
    .msb-about-us .msb-about-content {
        padding: 0 0 70px;
        margin-top: -150px;
    }
    .msb-about-us .msb-about-content .left {
        max-width: none;
    }
    .msb-about-us .msb-about-content:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 110%;
        top: auto;
        right: 0;
        bottom: 0;
        object-fit: contain;
        -webkit-background-image: linear-gradient(180deg, rgba(242,102,33,0) 0%, rgba(241,85,34,0.2) 10%, #f15522 32%, #f04d22 76%, #ed2523 100%);
        background-image: linear-gradient(180deg, rgba(242,102,33,0) 0%, rgba(241,85,34,0.2) 10%, #f15522 32%, #f04d22 76%, #ed2523 100%);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .msb-about-us .msb-about-content .title {
        font-size: 25px;
    }
    .msb-about-us .msb-about-content h3 {
       font-size: 18px;
    }
    .msb-about-us .bg-image {
        background-position: 8% center;
    }
}

@media (max-width: 360px) {
    .msb-about-us .bg-image {
        background-position: 10% center;
    }
}

@media (max-width: 320px) {
    .msb-about-us .bg-image {
        background-position: 12% center;
    }
}