.banner-image {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
}
.about-box {
    padding: 30px 40px 30px;
    width: 100%;
}
.about-box-title {
    font-weight: bold;
    font-size: 20px;
    color: #121212;
    text-align: center;
    font-style: normal;
}
.about-box-text {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    margin-top: 10px;
}
.about-box-text-our {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    margin-top: 10px;
    margin-left: 25px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.about-box-title-p {
    font-weight: bold;
    font-size: 20px;
    color: #121212;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    margin-top: 30px;
}
.about-box-title-p-our {
    font-weight: bold;
    font-size: 20px;
    color: #121212;
    line-height: 34px;
    text-align: left;
    font-style: normal;
}
.about-box-title-content {
    padding-left: 25px;
}
.about-image {

}
.about-box-title-content-title {
    font-weight: bold;
    font-size: 16px;
    color: #121212;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    margin-top: 10px;
}
.about-image-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.about-image-box-img {
    
}
.about-image-box-img img {
    width: 391px;
    height: 360px;
    max-width: 391px;
}
.about-image-box-img-margin-right {
    margin-right: 40px;
}
.about-image-box-img-margin-left {
    margin-left: 40px;
}
.our-top-box {
    margin-bottom: 60px;
}
.about-image-box-text {
    padding-top: 20px;
}
@media(max-width:768px) {
    .about-box {
        padding: 10px 20px 10px;
    }
    .about-image-box {
        display: block;
        margin-top: 0px;
    }
    .about-image-box-img img {
        width: 100%;
        max-width: 100%;
    }
    .about-image-box-img-margin-right {
        margin-right: 0px;
    }
    .about-image-box-img-margin-left {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .our-top-box {
        margin-bottom: 20px;
    }
}