.block-top-provider{
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 22px 44px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 42px;
    margin-bottom: 60px;
}

.block-top-provider .item-row{
    width: 318px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-top-provider .title{
    font-weight: 600;
    font-size: 24px;
    color: #001318;
    margin-bottom: 20px;
    line-height: 34px;
}

.block-top-provider .link-btn{
    width: 100%;
    margin-top: 20px;
}

.block-top-provider .link-btn a{
    margin: 0 auto;
}

@media screen and (max-width: 1206px) {

    .block-top-provider{
        padding: 11px 22px;
        margin-bottom: 48px;
        margin-top: 48px;
    }

    .block-top-provider .item-row{
        width: 160px;
    }

    .block-top-provider .item-row .title{
        font-weight: 600;
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .block-top-provider .link-btn a.active-button{
        max-width: 159px;
        height: 25px;
        line-height: 25px;
        font-weight: 600;
        font-size: 9.05217px;
    }

    .block-top-provider .link-btn{
        margin-top: 10px;
    }

    .block-top-provider .item-row img{
        max-width: 123px;
    }
}