.models {
    position: relative;
    margin-bottom: 0;
    z-index: 3;
}
.models-item {
    display: block;
}
.models-item img {
    margin-bottom: 40px;
}
.models-item img + p {
    font-family: var(--title-font);
    font-size: 1.125rem;
    letter-spacing: 5px;
}
.models-item p {
    color: #141414;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.03125rem;
}
.models-item .b2-link {
    margin-top: 50px;
    transition: all .2s ease-in-out;
}

@media only screen and (max-width: 1280px) { /* check 1081 */
    .models {
        margin-bottom: 60px;
    }
    .models > .b2-row {
        display: flex;
    }
    .models .b2-row {
        display: flex !important;
    }
    .models .b2-row .b2-col {
        width: 50% !important;
        text-align: center;
    }
    .models-item .b2-link {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 767px) { /* check 375 */
    .models .b2-row .b2-col {
        width: 100% !important;
    }
    .models-item img {
        margin-bottom: 20px;
    }
}