.main-highlight {
    box-shadow: 0 1px 3px 0px rgba(60, 64, 67, .2), 0 2px 8px 1px rgba(60, 64, 67, .1);
    border: solid 1px rgba(221, 221, 221, 0.1);
    background: #ffffff;
    border-radius: 3px;
    padding-bottom: 30px;
}

.main-highlight-top {
    height: auto;
    padding-bottom: 20px;
    padding-top: 15px;
}

.slick-m5 {
    margin: 5px;
}

.slick-m5:focus {
    outline: none;
}

a.text-blue:hover {
    color: #ffbf00;
}

.no-deco:focus {
    outline: none;
}

.btn-links {
    /* text-align: center;
    margin: auto; */
}

.height-same {
    /* position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0; */
}

.row-eq-height,
.row-eq-height>[class*=col-] {
    display: flex;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto;
}

.box-choose-us {
    box-shadow: 0 1px 3px 0px rgba(60, 64, 67, .2), 0 2px 8px 1px rgba(60, 64, 67, .1);
    border: solid 1px rgba(221, 221, 221, 0.1);
    background: #ffffff;
    border-radius: 3px;
    margin: 5px;
}

@media(max-width:600px) {
    .main-highlight {}
}

@media(max-width:575px) {
    .your-class {
        padding-left: 15px;
        padding-right: 15px;
    }
}