.text-block-1 {
    margin-bottom: 25px;
}

.text-block-1-description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.text-block-1 .title {
    text-align: center;
    font-weight: 700;
}

.text-block-1 p {
    opacity: 1;
    margin: 24px 0;
}

.text-block-1 br {
    display: none;
}

.text-block-1-items {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
}

.text-block-1-items .item {
    width: calc(33.33% - 26px);
    border-radius: 10px;
    border: 1px solid #C3DBF9;
    background: #FFF;
    box-shadow: 0 3px 0 0 rgba(1, 108, 236, 0.21);
    overflow: hidden;
}

.text-block-1-items .item .image {
    height: 101px;
    background: #F8FAFE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-block-1-items .item .image img {
    width: 114px;
    height: 73px;
    border-radius: 10px;
    object-fit: cover;
}

.text-block-1-items .item .text-block-1-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    padding-top: 14px;
}

.text-block-1-items .item .text-block-1-content .title{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.text-block-1-items .item .text-block-1-content {
    color: #111;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.text-block-1-content > p {
    text-align: center!important;
    color: #424242!important;
    font-size: 14px !important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 20px;
    margin-top: 10px;
}

.text-block-1-items .item .text-block-1-content a {
    border-radius: 10px;
    border: 1px solid #016CEC;
    color: #016CEC;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    margin-top: 2px;
}

@media screen and (max-width: 910px) {
    .text-block-1-items .slick-track {
        display: flex;
        padding-bottom: 10px;
    }

    .text-block-1 .title {
        margin-bottom: 16px;
    }

    .text-block-1 p {
        margin-top: 10px;
    }

    .text-block-1-content .title {
        padding: 0;
        margin: 0px 0px 10px 0px;
        line-height: 1;
    }

    .page-block section .text-block-1-items  .item  .text-block-1-content > p {
        margin-top: 16px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px){
    .text-block-1-items .item {
        max-width: 266px;
        margin-right: 24px;
        flex-direction: column;
    }

    .text-block-1 .slick-dots li:before {
        content: none;
    }

    .text-block-1 .slick-dots li {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 100%;
        transition: 0.25s;
        cursor: pointer;
        background: #C3DBF9;
        margin-top: 0;
    }

    .text-block-1 .slick-dots li.slick-active {
        background: #016CEC;
    }

    .text-block-1 .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 24px;
    }

    .text-block-1 .slick-dots button {
        display: none;
    }

    .page-block section .text-block-1-items .item .text-block-1-content > p {
        text-align: center;
    }
}
@media screen and (max-width: 630px) {
    .text-block-1-items {
        gap: 0;
        justify-content: initial;
        display: block;
        flex-wrap: initial;
        width: 100% !important;
    }

    .text-block-1-items .slick-track {
        display: flex;
        padding-bottom: 10px;
    }

    .text-block-1-items .item {
        max-width: 630px;
        margin-right: 0;
        height: initial;
        position: relative;
    }

    .text-block-1-items .item .image img {
        width: 138px;
        height: 90px;
    }

    .text-block-1-items .item .image {
        height: 110px;
    }

    .text-block-1 .title {
        font-size: 20px;
    }

    .text-block-1-description {
        font-size: 14px;
    }

    .page-block section .text-block-1-items .item .text-block-1-content > p {
        margin-top: 8px;
        font-size: 14px;
        color: #424242;
    }

    .text-block-1-items .item .text-block-1-content {
        padding-bottom: 48px;
    }

    .text-block-1-items .item .text-block-1-content a {
        position: absolute;
        bottom: 10px;
        width: calc(100% - 40px);
    }

    .text-block-1 .title {
        margin-bottom: 16px;
        padding-top: 24px;
    }

    .text-block-1-items .item .text-block-1-content .title {
        padding: 0;
    }
}
