.section-select-card{
    padding: 78px 0;
    position: relative;
}
.section-select-card__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
            padding-top: 32px;
}
.section-select-card .slick-arrow{
    opacity: 0.5;
    background: transparent;
}
.section-select-card .slick-arrow:hover,
.section-select-card .slick-arrow:active,
.section-select-card .slick-arrow:focus{
    background: transparent;
    opacity: 1;
}
.section-select-card__item{
    display: block;
    width: 200px;
    margin-right: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}
.section-select-card__item:nth-child(5n){
    margin-right: 0;
}
.section-select-card__item img{
    width: 100%;
}
.section-select-card__healine{
    text-align: center;
}
.section-select-card .arrow__item {
    display:none;
 
}
@media screen  and (max-width:1125px){ 
    .section-select-card__item:nth-child(5n){
        margin-right: 24px;
    }
}
@media screen  and (max-width:576px){ 
    .section-select-card-slider .slick-list{
        padding:0 20% 0 0!important;
    }
    .section-select-card .arrow__item {
        display: -webkit-box;    
        display: -ms-flexbox;    
        display: flex;
        bottom: 14px;
        top: auto;
        left: 16px;
    }
    .section-select-card__healine{
        text-align: left;
    }
}
