.column_section.no_bg {
    margin: 100px 0;
}

.column_section span.font-items-wide {
    font-family: var(--font_ItemsWid_Bold);
    /* font-size: 20px;
    letter-spacing: 0; */
    font-size: 34px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    color: var(--color_blue);
}

.column_section.no_bg.reduce_ts {
    margin-top: 25px;
}

.column_section.no_bg.reduce_bs {
    margin-bottom: 25px;
}

.column_section .single_col_sec__inner {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.column_section .two_col_sec__inner {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.column_section.no_bg.border_top {
    padding-top: 100px;
    position: relative;
}

.column_section.no_bg.border_bottom {
    padding-bottom: 100px;
    position: relative;
}

.column_section.no_bg.border_top.reduce_ts {
    padding-top: 25px;
}

.column_section.no_bg.border_bottom.reduce_bs {
    padding-bottom: 25px;
}
.column_section iframe {
    width: 100% !important;
}

.column_section.two_col_sec.border_top,
.column_section.two_col_sec.border_bottom {
    position: relative;
}

.column_section.no_bg.border_top::after,
.column_section.no_bg.border_bottom::after,
.column_section.two_col_sec.border_top::after,
.column_section.two_col_sec.border_bottom::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto;
    background-image: url('../../images/dotted-line-horizontal.png');
}


.column_section.no_bg.border_top::after,
.column_section.two_col_sec.border_top::after {
    top: 0;
}

.column_section.no_bg.border_bottom::after,
.column_section.two_col_sec.border_bottom::after {
    bottom: 0;
}

.column_section:not(.no_bg) {
    padding: 100px 0;
}

.column_section.reduce_ts:not(.no_bg) {
    padding-top: 25px;
}

.column_section.reduce_bs:not(.no_bg) {
    padding-bottom: 25px;
}

.column_section.single_col_sec .heading_wrap {
    padding-bottom: 40px;
}

.column_section.single_col_sec .heading_wrap :is(h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-bottom: 0;
}

.column_section.single_col_sec .heading_wrap .sub_heading {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    /* font-style: italic; */
}

.column_section .heading_wrap.align_left .text_center,
.column_section .heading_wrap.align_left .sub_heading {
    text-align: left;
}

.column_section a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.column_section a:hover {
    text-decoration: none;
}

.column_section a.btn,
.column_section .link.link_with_arrow {
    text-decoration: none;
}

.column_section.single_col_sec .small_width .heading_wrap,
.column_section.single_col_sec .small_width .content {
    max-width: 864px;
    margin-left: auto;
    margin-right: auto;
}

.column_section.single_col_sec .single_col__image {
    margin: 0 auto;
    text-align: center;
}

.column_section.single_col_sec .single_col__image img {
    text-align: center;
    width: auto;
    height: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.column_section .two_col_sec__inner .sub_heading {
    font-family: var(--font_Lato_Bold);
    font-size: 20px;
    text-align: center;
}

.column_section .two_col_sec__inner .heading_wrap {
    margin-bottom: 50px;
}

.column_section .two_col_sec__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column_section .two_col_sec__inner .link_sec {
    margin-top: 20px;
}

.column_section .link_sec.align_center {
    text-align: center;
}

.column_section .link_sec.align_right {
    text-align: right;
}

.column_section .single_col_sec__inner .content h4 {
    font-size: 20px;
    color: var(--color_blue);
    font-family: var(--font_Lato_Regular);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.060em;
}

.column_section .single_col_sec__inner .content h4 em {
    font-size: 30px;
    color: var(--color_blue);
    font-family: var(--font_ItemsWide_Regular);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.020em;
    font-style: normal;
    margin-bottom: 10px;
}

.column_section .single_col_sec__inner .content h4 em:last-child {
    margin-bottom: 0;
}

.column_section .content ul {
    margin-left: 0;
}

.column_section.single_col_sec .link_sec.align_center {
    margin-top: 40px;
}

.column_section.no_bg.border_top::after,
.column_section.no_bg.border_bottom::after,
.column_section.two_col_sec.border_top::after,
.column_section.two_col_sec.border_bottom::after {
    width: 100%;
}


.column_section .link_sec .link {
    font-weight: 400;
}

/* Small (≥576px) */

@media (min-width: 576px) {

    .column_section.no_bg.border_top::after,
    .column_section.no_bg.border_bottom::after,
    .column_section.two_col_sec.border_top::after,
    .column_section.two_col_sec.border_bottom::after {

        max-width: 100%;

    }

}



/* Medium (≥768px) */

@media (min-width: 768px) {

    .column_section.no_bg.border_top::after,
    .column_section.no_bg.border_bottom::after,
    .column_section.two_col_sec.border_top::after,
    .column_section.two_col_sec.border_bottom::after {

        max-width: 100%;

    }

}



/* Large (≥992px) */

@media (min-width: 992px) {

    .column_section.no_bg.border_top::after,
    .column_section.no_bg.border_bottom::after,
    .column_section.two_col_sec.border_top::after,
    .column_section.two_col_sec.border_bottom::after {

        max-width: 960px;

    }

}



/* Extra large (≥1200px) */

@media (min-width: 1200px) {

    .column_section.no_bg.border_top::after,
    .column_section.no_bg.border_bottom::after,
    .column_section.two_col_sec.border_top::after,
    .column_section.two_col_sec.border_bottom::after {

        max-width: 1030px;

    }

}



/* Extra extra large (≥1400px) */

@media (min-width: 1400px) {

    .column_section.no_bg.border_top::after,
    .column_section.no_bg.border_bottom::after,
    .column_section.two_col_sec.border_top::after,
    .column_section.two_col_sec.border_bottom::after {

        max-width: 1030px;

    }

}

@media (max-width: 1199px) {
    .column_section.no_bg {
        margin: 80px 0;
    }

    .column_section.no_bg.border_bottom {
        padding-bottom: 80px;
    }

    .column_section.no_bg.border_top {
        padding-top: 80px;
    }

    .column_section:not(.no_bg) {
        padding: 80px 0;
    }
}

@media(max-width: 991px) {
    .column_section span.font-items-wide {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .column_section.no_bg {
        margin: 60px 0;
    }

    .column_section.no_bg.border_top {
        padding-top: 60px;
    }

    .column_section.no_bg.border_bottom {
        padding-bottom: 60px;
    }

    .column_section:not(.no_bg) {
        padding: 60px 0;
    }

    .column_section.single_col_sec .heading_wrap {
        padding-bottom: 20px;
    }

    .column_section .two_col_sec__wrapper .sub_heading {
        font-size: 18px;
    }

    .column_section .two_col_sec__wrapper .heading_wrap {
        margin-bottom: 20px;
    }

    .column_section.single_col_sec .heading_wrap .sub_heading {
        font-size: 18px;
    }

    .column_section.single_col_sec .link_sec.align_center {
        margin-top: 25px;
    }

    .column_section span.font-items-wide {
        font-size: 24px;
    }

    .column_section .two_col_sec__wrapper {
        row-gap: 30px;
    }
}

@media (max-width: 575px) {
    .column_section .single_col__image .img.mob_full_width {
        width: 100%;
    }
}


/* Common Two col */
.two_col_sec__wrapper .left_col__content .title,
.two_col_sec__wrapper .right_col__content .title {
    color: var(--color_blue);
    text-transform: uppercase;
    font-family: var(--font_Lato_Regular);
    font-weight: 700;
    letter-spacing: 0.060em;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.two_col_sec__wrapper .right_col {
    height: auto;
}

.two_col_sec__wrapper.border_beetween .right_col {
    position: relative;
}



/* 30/70 column Section */
.two_col_sec__wrapper.w30-70 .left_col {
    width: 25.8%;
    padding-right: 15px;
}

.two_col_sec__wrapper.w30-70 .right_col {
    width: 74.2%;
    padding-left: 15px;
}


/* 50/50 column Section */
.two_col_sec__wrapper.w50-50 .left_col {
    width: 50%;
    padding-right: 15px;
}

.two_col_sec__wrapper.w50-50 .right_col {
    width: 50%;
    padding-left: 15px;
}

/* 70/30 column Section */
.two_col_sec__wrapper.w70-30 .left_col {
    width: 74.2%;
    padding-right: 15px;
}

.two_col_sec__wrapper.w70-30 .right_col {
    width: 25.8%;
    padding-left: 15px;
}


@media(min-width: 768px) {

    .two_col_sec__wrapper.w30-70 .left_col .left_col__image .img,
    .two_col_sec__wrapper.w50-50 .left_col .left_col__image .img,
    .two_col_sec__wrapper.w70-30 .left_col .left_col__image .img,
    .two_col_sec__wrapper.w30-70 .right_col .right_col__image .img,
    .two_col_sec__wrapper.w50-50 .right_col .right_col__image .img,
    .two_col_sec__wrapper.w70-30 .right_col .right_col__image .img {
        width: auto;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .two_col_sec__wrapper.w30-70 .left_col .left_col__image .img:last-child,
    .two_col_sec__wrapper.w50-50 .left_col .left_col__image .img:last-child,
    .two_col_sec__wrapper.w70-30 .left_col .left_col__image .img:last-child,
    .two_col_sec__wrapper.w30-70 .right_col .right_col__image .img:last-child,
    .two_col_sec__wrapper.w50-50 .right_col .right_col__image .img:last-child,
    .two_col_sec__wrapper.w70-30 .right_col .right_col__image .img:last-child {
        margin-bottom: 0;
    }

    .two_col_sec__wrapper.border_beetween .right_col::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-position: center;
        background-repeat: repeat-y;
        background-size: auto;
        background-image: url('../../images/dotted-line-vertical.png');
    }
}

@media(max-width: 767px) {

    .two_col_sec__wrapper.w30-70 .left_col,
    .two_col_sec__wrapper.w50-50 .left_col,
    .two_col_sec__wrapper.w70-30 .left_col {
        width: 100%;
        padding-right: 0px;
    }

    .two_col_sec__wrapper.w30-70 .right_col,
    .two_col_sec__wrapper.w50-50 .right_col,
    .two_col_sec__wrapper.w70-30 .right_col {
        width: 100%;
        padding-left: 0px;
    }

    .two_col_sec__wrapper.w30-70 .left_col .left_col__image,
    .two_col_sec__wrapper.w50-50 .left_col .left_col__image,
    .two_col_sec__wrapper.w70-30 .left_col .left_col__image {
        margin: 0 auto 30px;
        text-align: center;
    }

    .two_col_sec__wrapper.w30-70 .left_col .left_col__image .img,
    .two_col_sec__wrapper.w50-50 .left_col .left_col__image .img,
    .two_col_sec__wrapper.w70-30 .left_col .left_col__image .img {
        text-align: center;
        margin: 0 auto;
    }

    .two_col_sec__wrapper.w30-70 .right_col .right_col__image,
    .two_col_sec__wrapper.w50-50 .right_col .right_col__image,
    .two_col_sec__wrapper.w70-30 .right_col .right_col__image {
        margin: 30px auto 0;
        text-align: center;
    }

    .two_col_sec__wrapper.w30-70 .right_col .right_col__image .img,
    .two_col_sec__wrapper.w50-50 .right_col .right_col__image .img,
    .two_col_sec__wrapper.w70-30 .right_col .right_col__image .img {
        text-align: center;
        margin: 0 auto;
    }
}