.slider-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
    width: 100%;
}
.slider-block .slick-slider {
    width: 100%;
}
.slider-block .slide {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.slider-block .slide__image {
    width: 100%;
    height: 100%;
}
.slider-block .text_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position:absolute;
    width:100%;
    z-index: 1;
}
.slider-block .text_block h3 {
    margin: 0;
    padding: 0 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.slider-block .text_block span {
    width: 80%;
    padding: 10px 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.slider-block .text_block a {
    width:initial;
    margin: 10px 0;
}

@media (max-width: 576px) {
    .slider-block .text_block h3 {
        font-size: 24px;
    }
    .slider-block .text_block span {
        font-size: 12px;
        width: 90%;
    }
    .slider-block .text_block a {
        width:initial;
        font-size: 14px;
        padding: 0 12px;
        min-height: 42px;
    }
}

@media screen and (min-width: 577px) and (max-width: 992px) {
    .slider-block .text_block h3 {
        font-size: 24px;
    }
}

.main-slider .slick-track {
    display: flex;
    align-items: center;
}

.arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    pointer-events: none;
}
.arrows img {
    cursor: pointer;
    pointer-events: auto;
}