.two_column_text_with_image_section .left-col {
    width: 55%;
}

.two_column_text_with_image_section .right-col {
    width: 33.334%;
}

.two_column_text_with_image_section .column-row {
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.two_column_text_with_image_section img {
    aspect-ratio: 1/1;
    width: 100%;
}

.two_column_text_with_image_section .title-block h1 {
    margin-bottom: 10px;
}

.two_column_text_with_image_section .title-block ul {
    list-style-type: none;
}

.two_column_text_with_image_section .title-block ul li {
    display: inline-block;
    color: rgba(17, 17, 17, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.two_column_text_with_image_section .title-block ul li:not(:last-child) {
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
}

.two_column_text_with_image_section .title-block ul li:not(:last-child):after {
    content: '';
    background-color: rgba(17, 17, 17, 0.60);
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width:991px) {

    .two_column_text_with_image_section .left-col,
    .two_column_text_with_image_section .right-col {
        width: 100%;
    }

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

    .two_column_text_with_image_section .right-col .image-block {
        width: 70%;
        margin: 0 auto 15px;
    }

    .two_column_text_with_image_section .left-col .title-block {
        text-align: center;
    }

    .two_column_text_with_image_section .left-col .title-block .plusdots {
        justify-content: center;
    }
}

@media only screen and (max-width:767px) {

    .two_column_text_with_image_section,
    .two_column_text_with_image_section .column-row {
        margin-top: 0;
    }

    .two_column_text_with_image_section .column-row {
        margin-bottom: 30px;
    }

    .two_column_text_with_image_section .right-col .image-block {
        width: 100%;
    }

    .two_column_text_with_image_section .title-block h1 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .two_column_text_with_image_section .title-block ul li {
        line-height: 22px;
        letter-spacing: normal;
    }
}