.image-with-content-sec {
    padding: 90px 0;
}

.image-content-row {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.image-content-row>div {
    padding-left: 0;
    padding-right: 0;
}

.content-column {
    padding-right: 60px;
}

.content-column.col-lg-6 {
    flex: 1;
    min-width: 0;
}

.image-column.col-lg-6 {
    flex: 0 0 auto;
}

.paragraph-text p,
.paragraph-text a,
.paragraph-text li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
}

.paragraph-30lh ul,
.paragraph-text ul,
.paragraph-text ol {
    padding-left: 0;
    margin-left: 18px;
    margin-bottom: 0;
}

.paragraph-30lh p strong {
    font-weight: 600 !important;
}

.image-with-content-sec h3 {
    padding-bottom: 3px;
}

.full-heading-content.col-lg-6 {
    padding-bottom: 80px;
    flex: 0 0 100%;
    max-width: 100%;
}

.image-column img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 25px;
}

.row.flex-reverse {
    flex-direction: row-reverse;
}

.image-content-row.flex-reverse .content-column.col-lg-6 {
    padding-right: 0;
    padding-left: 52px;
}

.content-column.col-lg-6 {
    padding-right: 52px;
    padding-left: 0;
}

.bottom-description {
    margin-top: 30px;
}

.content-column h6 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
}

.content-column ul li {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px !important;
}

.content-column ul li:not(:last-child) {
    margin-bottom: 18px;
}

.content-column ul:not(:first-child) {
    margin-top: 25px;
}

.content-column ul {
    margin-left: 18px;
}

.top-content {
    padding-bottom: 50px;
}

.image-with-content-sec .paragraph-30lh blockquote {
    padding: 35px 25px;
    background-color: var(--sky-blue);
    position: relative;
}

.image-with-content-sec.red-bg .paragraph-30lh blockquote:before,
.image-with-content-sec.blue-bg .paragraph-30lh blockquote:before {
    content: "";
    background-image: url(../images/quote.svg);
    width: 39px;
    height: 39px;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
    background-repeat: no-repeat;
    position: absolute;
}

.image-with-content-sec.green-bg .paragraph-30lh blockquote {
    background: rgba(255, 255, 255, 0.08);
}

.image-with-content-sec.red-bg .paragraph-30lh blockquote>*,
.image-with-content-sec.blue-bg .paragraph-30lh blockquote>* {
    padding-left: 60px;
}

.image-with-content-sec.red-bg .paragraph-30lh blockquote,
.image-with-content-sec.blue-bg .paragraph-30lh blockquote {
    background: var(--white);
    padding: 50px 40px;
}

.image-with-content-sec.red-bg .paragraph-30lh blockquote *,
.image-with-content-sec.blue-bg .paragraph-30lh blockquote * {
    color: var(--black) !important;
}

.image-with-content-sec.light-bg .paragraph-30lh blockquote {
    background: var(--white);
}

.image-with-content-sec.light-bg+.image-with-content-sec.light-bg {
    padding-top: 0;
}

.image-content-row .content-column .paragraph-30lh p span.story-by {
    font-weight: 700;
    color: var(--blue);
    margin-top: 5px;
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}

.image-content-row .content-column .paragraph-30lh p span.story-by strong,
.image-content-row .content-column .paragraph-30lh p span.story-by b {
    font-weight: 700 !important;
}

.image-with-content-sec .paragraph-30lh p,
.image-with-content-sec .paragraph-30lh a,
.image-with-content-sec .paragraph-30lh li {
    color: var(--black);
}

.content-column ul:not(:last-child) {
    margin-bottom: 20px;
}

.image-content-row .content-column .paragraph-30lh p span {
    font-size: 16px;
    line-height: 30px;
}

.content-column .text-small {
    font-size: 16px;
    line-height: 30px;
}

.content-column .text-small strong,
.content-column .text-small b {
    font-weight: 700 !important;
}

#aboutDeshUrs .sec-title {
    display: none;
}

@media (min-width: 992px) {
    .image-with-content-sec.strech-image .image-content-row {
        align-items: stretch;
    }
    .image-with-content-sec.strech-image .image-column img {
        height: 100%;
    }
    .image-with-content-sec.sticky-img .image-column img {
        position: sticky;
        top: 140px;
    }
    .image-content-row {
        align-items: center;
    }
    body.home .image-content-row {
        align-items: flex-start;
    }
    .image-with-content-sec.sticky-img .image-content-row {
        align-items: unset;
    }
}

@media (min-width: 1200px) {
    .image-with-content-sec .paragraph-30lh blockquote p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .paragraph-30lh p,
    .paragraph-30lh a,
    .paragraph-30lh li {
        font-size: 18px;
    }
    .content-column.col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 25px;
    }
    .image-column.col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .content-column.col-lg-6,
    .image-column.col-lg-6,
    .image-content-row.flex-reverse .content-column.col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .image-column img {
        width: 100%;
        height: 430px;
        /* height: auto; */
        margin-top: 30px;
        border-radius: 15px;
    }
    body.home .image-column img,
    .image-with-content-sec.sticky-img .image-column img,
    .information-section.light-bg+.image-with-content-sec .image-column img {
        width: auto;
    }
    .information-section.light-bg+.image-with-content-sec.red-bg .image-column img {
        width: 100%;
    }
    .image-with-content-sec {
        padding: 60px 0;
    }
    .image-with-content-sec.red-bg.strech-image+.image-with-content-sec.light-bg .image-content-row {
        flex-direction: column-reverse;
    }
    .image-with-content-sec.red-bg.strech-image+.image-with-content-sec.light-bg .image-column img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .image-with-content-sec.strech-image .image-column img {
        width: 100%;
        height: auto;
    }
    .image-with-content-sec .paragraph-30lh blockquote {
        padding: 15px !important;
    }
    .top-content {
        padding-bottom: 30px;
    }
    .content-column ul:not(:first-child) {
        margin-top: 15px;
    }
    .content-column ul:not(:last-child) {
        margin-bottom: 15px;
    }
    .bottom-description {
        margin-top: 0;
    }
    .image-with-content-sec.strech-image:has(.bottom-description) .image-column img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .image-with-content-sec.red-bg .paragraph-30lh blockquote:before,
    .image-with-content-sec.blue-bg .paragraph-30lh blockquote:before {
        width: 30px;
        height: 30px;
    }
    .image-with-content-sec.red-bg .paragraph-30lh blockquote>*,
    .image-with-content-sec.blue-bg .paragraph-30lh blockquote>* {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .image-with-content-sec {
        padding: 40px 0;
    }
    .full-heading-content {
        padding-bottom: 40px;
    }
    .image-content-row.flex-reverse .content-column.col-lg-6 {
        padding-right: 0;
        padding-left: 0;
    }
    .content-column.col-lg-6 {
        padding-right: 0;
        padding-left: 0;
    }
    .content-column.col-lg-6,
    .image-column.col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .image-column img {
        border-radius: 10px;
    }
    .image-content-row .content-column .paragraph-30lh p span.story-by {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 574px) {
    .image-column img {
        height: 380px;
    }
}