.mt-10 {
    margin-top: 10px
}

.mt-5 {
    margin-top: 3rem !important
}

.catalog-title {
    font-size: calc(30px + (50 - 30) * ((100vw - 400px) / (2500 - 400)));
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
    color: #333 !important
}

.mb-40 {
    margin-bottom: 40px
}

.mb-3 {
    margin-bottom: 1rem !important
}

.columns-container {
    padding: 50px;
    background-color: #f5ece6;
}

.catalog-container .btn {
    background: #333;
    font-weight: 700;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    max-width: 100%;
    transition: .3s;
    padding: 15px 30px;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 5px 0;
    cursor: pointer;
    display: inline-block
}

.btn-custom-color {
    background-color: #1a1a1a;
    color: #fff;
    text-transform: capitalize;
    width: 60%
}

@media only screen and (max-width:767px) {
    .catalog-container .btn {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        min-width: 250px
    }
}

.catalog-container .btn:focus,
.catalog-container .btn:hover {
    background: #e10023;
    color: #fff;
    outline: 0;
    box-shadow: none
}

.btn-custom-color:hover {
    background-color: #ff1a44;
    border-color: #ff1a44;
    color: #fff
}

.images-column img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain
}

.text-column {
    color: #fff;
    padding: 10px;
    text-align: center
}

.text-black {
    color: #000 !important
}

.bold {
    font-weight: 600
}

@media(min-width:768px) {
    .catalog-container {
        max-width: 100%
    }
}

@media(min-width:1280px) {
    .catalog-container {
        width: 1300px;
        margin: 0 auto
    }
}

.custom-catalog {
    background: #fff !important;
    letter-spacing: 0;
    width: 60%
}

.custom-catalog:focus,
.custom-catalog:hover {
    background: currentColor;
    border-color: #e10023
}

.custom-catalog:focus span,
.custom-catalog:hover span {
    color: #333
}

.ico-image {
    max-width: 32px
}

.btn-border-only {
    background-color: transparent !important;
    border-color: currentColor !important;
    color: inherit !important;
    text-transform: capitalize !important;
}