.custom-ac-imagetext {
    background: #F5F5F5;
    padding: 120px 0;
}

.col-single-img figure {
    margin: 0;
    line-height: 0;
}

.col-single-img figure img {
    width: 100%;
    height: auto;
}

.custom-ac-imagetext .col-text-imgs h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #242424;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #E10A1D;
    display: inline-block;
}

.custom-ac-imagetext .col-text-imgs h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #242424;
    margin: 0 0 40px;
}

.custom-ac-imagetext .col-text-imgs p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #666666;
    margin: 0 0 40px;
}

.custom-ac-imagetext .col-text-imgs a,
.custom-ac-imagetext .col-single-img a {
    font-weight: 500;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    background-color: #E10A1D;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: block;
    outline: none;
    text-align: center;
    width: 100%;
    transition: all .3s ease;
    margin: 0 0 40px;
}

.col-text-imgs a.hide-mobile {
    display: none;
}

.col-single-img a.hide-desktop {
    margin: 40px 0 0;
}

.col-text-imgs a:hover,
.col-single-img a:hover {
    color: #ffffff;
    background: #e31d2f;
}

.col-text-imgs a:active,
.col-single-img a:active {
    background: #eb5966;
}

.custom-ac-imagetext div[role="button"] {
    color: #ffffff!important;
}

@media screen and (min-width: 768px) {
    .col-single-img a.hide-desktop {
        display: none;
    }
    .custom-ac-imagetext > .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .custom-ac-imagetext .col-text-imgs {
        padding: 0;
    }
    .custom-ac-imagetext .col-text-imgs a {
        width: 172px;
        margin: 0;
        display: block;
    }
    .custom-ac-imagetext .col-text-imgs, 
    .custom-ac-imagetext .col-single-img {
        width: 50%;
    }
    .custom-ac-imagetext .col-text-imgs {
        order: 2;
        padding-left: 24px;
    }
    .custom-ac-imagetext .col-single-img {
        order: 1;
    }
}

@media screen and (min-width: 992px) {
    .custom-ac-imagetext .col-text-imgs {
        padding-left: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .custom-ac-imagetext .col-text-imgs {
        padding-left: 80px;
    }
}

@media screen and (min-width: 1400px) {
    .custom-ac-imagetext .col-text-imgs {
        padding-left: 124px;
    }
}