/* about-main  */
.di-about-hero-sec .h2 {
    margin: auto;
    margin-bottom: 30px;
    max-width: 1100px;
}

.di-about-hero-sec p {
    margin-bottom: 50px;
}

.di-about-img-box picture {
    object-fit: cover;
    height: 100%;
}

.di-about-img-box picture img {
    object-fit: cover;
    height: 100%;
    object-position: left;
    border-radius: 10px;
    width: 100%;
}

.di-about-img-blk {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.di-about-img-blk .di-about-img-box:first-child {
    padding-bottom: 12px;
}

.di-about-img-box {
    width: 100%;
}

@media(max-width:1299px) {
    .di-about-hero-sec .h2 {
        margin-bottom: 15px;
    }
}

@media(max-width:1299px) {
    .di-about-hero-sec p {
        margin-bottom: 30px;
    }
}

@media(max-width:575px) {
    .di-about-hero-sec .h2 {
        margin-bottom: 10px;
    }
}