.left-right-content-with-social-list {
    background: var(--khaki_10);
    padding: 24px 0 60px;
}
.left-right-content-with-social-list-wrapper {
    align-items: center;
}
.left-right-content-with-social-list-wrapper.media_right .left-section {
    order: 2;
}

.left-right-content-with-social-list-wrapper.media_right .right-section {
    order: 1;
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .left-section-inner .image .img {
    display: flex;
    width: 100%;
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .left-section-inner .image {
    max-width: 613px;
    margin-left: auto;
}

.left-right-content-with-social-list.align_center .left-right-content-with-social-list-wrapper .right-section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section-inner-heading {
    margin: 0 0 12px;
    color: var(--iron_gray);
    text-transform: uppercase;
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section-inner .content {
    margin: 0 0 24px;
}

.left-right-content-with-social-list.align_center .left-right-content-with-social-list-wrapper .right-section-inner .content p {
    text-align: center;
}
.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section-inner .content p {
    margin: 0;
    font-size: 15px;
    line-height: 22.5px;
}
.left-right-content-with-social-list-wrapper.media_right .left-section-inner .image {
    margin-left: inherit;
    margin-right: auto;
}

.left-right-content-with-social-list-wrapper.media_right .right-section {
    padding-left: 0 !important;
    padding-right: 48px !important;
}

.left-right-content-with-social-list-wrapper.media_right .right-section-inner {
    max-width: 587px;
    margin-left: auto;
}

.left-right-content-with-social-list-wrapper.media_right .right-section-inner .content {
    margin: 0 0 12px;
}

.left-right-content-with-social-list-wrapper.media_right .right-section-inner .sub-heading-inner {
    margin: 0 0 8px;
}
.left-right-content-with-social-list-wrapper.media_right .right-section-inner .link {
    font-family: var(--font_Avenir_Next_Demi_Bold);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 0 30px;
    line-height: 20px;
    display: block;
}

.left-right-content-with-social-list-wrapper.media_right .right-section-inner .link:hover {
    color:var(--khaki);
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section-inner .social-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    align-items: center;
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section-inner .social-list .social-list-item a .social-list-item-icon {
    display: flex;
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section-inner .social-list .social-list-item a .social-list-item-icon svg path {
    transition: all .5s ease-in-out;

}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section-inner .social-list .social-list-item a:hover .social-list-item-icon svg path {
    fill: var(--khaki);
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper {
    margin: 0 !important;
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .left-section {
    width: 49.24%;
    padding-left: 0;
    padding-right: 0;
}

.left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section {
    width: 50.76%;
    padding-left: 48px;
    padding-right: 0;
}

@media (max-width:1199px) {
    .left-right-content-with-social-list {
        padding: 24px 0 40px;
    }
}
@media (max-width:991px) {
    .left-right-content-with-social-list {
        padding: 30px 0;
    }
}

@media (max-width:991px) {

    .left-right-content-with-social-list .left-right-content-with-social-list-wrapper .left-section,
    .left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section {
        width: 100%;
    }

    .left-right-content-with-social-list .left-right-content-with-social-list-wrapper .left-section-inner .image {
        max-width: 100%;
        margin: 0 0 20px;
    }

    .left-right-content-with-social-list-wrapper {
        flex-direction: column;
    }

    .left-right-content-with-social-list-wrapper .left-section,
    .left-right-content-with-social-list-wrapper .right-section {
        width: 100%;
    }

    .left-right-content-with-social-list-wrapper.media_right .right-section {
        padding: 0 !important;
    }

    .left-right-content-with-social-list-wrapper.media_right .right-section-inner {
        max-width: 100%;
    }

    .left-right-content-with-social-list .left-right-content-with-social-list-wrapper .right-section {
        padding: 0;
    }

    .left-right-content-with-social-list-wrapper.media_right .left-section {
        order: 1;
    }

    .left-right-content-with-social-list-wrapper.media_right .right-section {
        order: 2;
    }
}