.block-image-text-cols {
    padding-top: 70px;
    padding-bottom: 100px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.block-image-text-cols__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.block-image-text-cols__item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}

.block-image-text-cols__image img {
    aspect-ratio: 587/786;
    border-radius: 20px;
    display: block;
    margin-bottom: 50px;
    object-fit: cover;
    width: 100%;
}

.block-image-text-cols__text {
    font-size: 54px;
    line-height: 1;
    padding: 0 40px;
    margin-top: 0;
    margin-bottom: 0;
}

/* Responsive for smaller screens */

@media screen and (max-width: 1399px) {
    .block-image-text-cols__text {
        font-size: 36px;
    }
}

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

    .block-image-text-cols {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .block-image-text-cols__item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .block-image-text-cols__image img {
        margin-bottom: 30px;
    }

    .block-image-text-cols__text {
        padding: 0;
    }
}