.column-custom {
    float: left;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px 0px 15px;
}
.ver40 {
    width: 40%;
}
.ver20 {
    width: 20%;
}
.row-custom {
    background-color: #efefef;
    border-bottom: 1px solid #000;
    padding: 0px 40px;
}
.row-custom:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 1024px) {
    .column-custom {
        width: 100%;
        min-height: auto;
        padding: 10px 15px;
        text-align: center;
    }
    .row-custom {
        padding: 0px;
    }
}

.row-custom .ta-heading--h3 {
    font-weight: bold;
    font-size: 1.5em;
}

.row-custom .font-small {
    font-size: 0.7em;
}