.section-models {
    margin:60px auto 0 auto;
}
.singlemodel {
    color:var(--bs-secondary);
    text-decoration:none;
    text-align:center;
}
.singlemodel img {
    width:100%;
    max-width:155px;
    height:auto;
    margin:0 auto;
    transition:all 0.4s;
}
.singlemodel picture {
    position:relative;
    margin:0 auto;
    display:block;
    margin-bottom:20px;
}
.singlemodel span {
    display:block;
}
.modeltitle {
    font-size:40px;
    line-height:1;
    text-transform:uppercase;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight:700;
}
.modelsubline {
    font-size:14px;
}
.price {
    font-weight:700;
    font-size:14px;
}
.modellinklabel {
    font-size:14px;
    font-weight:700;
    text-decoration:underline;
    transition:all 0.4s;
    margin-top:8px;
}
.singlemodel:hover .modellinklabel,
.singlemodel:hover .modeltitle {
    color:var(--bs-primary);
}

.singlemodel:hover img {
    transform:scale(1.15);
}
@media screen and (max-width: 1280px) {
    .modeltitle {
        font-size:28px;
    }
    .singlemodel {
        margin-bottom:30px;
        display:block;
    }
}

@media screen and (max-width: 960px) {
    .singlemodel {
        margin-bottom:35px;
        padding-bottom:35px;
        border-bottom:1px solid var(--bs-secondary);
        display:block;
    }
    .col-20:last-of-type .singlemodel {
        margin-bottom:0;
        padding-bottom:0;
        border-bottom:0;
    }
    .singlemodel img {
        width: 100%;
        max-width: 65vw;
    }
}
