.text-with-image-in-columns {
    margin-bottom: -1px;
}

.text-with-image-in-columns .heading {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.32px !important;
    margin-bottom: 20px;
}

.text-with-image-in-columns .elements {
    display: grid;
}

.text-with-image-in-columns .element {
    padding: 32px;
    border: 1px dashed #60646C;
    border-right: 0;
    background: #FFF;
}
.text-with-image-in-columns .element:last-child {
    border-right: 1px dashed #60646C;
}

.text-with-image-in-columns .element-text {
    margin-bottom: 32px;
}

.text-with-image-in-columns .element-text h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin: 0;
}

.text-with-image-in-columns .element-text p {
    color: #60646C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    margin: 0;
}

.text-with-image-in-columns .element-image img {
    max-width: 100%;
    max-height: 428px;
}

@media screen and (max-width: 991px) {
    .text-with-image-in-columns .heading {
        font-size: 24px !important;
        line-height: 100% !important;
        letter-spacing: -0.24px !important;
        margin-bottom: 24px;
    }

    .text-with-image-in-columns .element {
        padding: 16px;
        border: 1px dashed #60646C;
        border-bottom: 0;
    }
    .text-with-image-in-columns .element:last-child {
        border-bottom: 1px dashed #60646C;
    }

    .text-with-image-in-columns .element-text {
        margin-bottom: 20px;
    }

    .text-with-image-in-columns .element-text h4 {
        margin-bottom: 8px;
    }

    .text-with-image-in-columns .element-text p {
        font-size: 16px !important;
        line-height: 24px;
    }

    .text-with-image-in-columns .element-image img {
        width: 100%;
        height: auto;
        min-height: 228px;
        object-fit: cover;
    }
}
