.list-services {
    padding: 60px 0 134px;
}

.list-services h2 {
    color: #000;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.list-services h3 {
    color: #000;
    text-align: center;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 70px;
}

.list-services__item {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 5px solid #7BB4EB;
    padding: 25px 0 5px;
}

.list-services__item span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.list-services__item span strong {
    color: #0070DB;
    font-weight: 600;
}

.list-services__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    transition: all .3s;
    width: 100%;
    height: 115px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 68px;
}

.list-services__btn span {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #0A67C0;;
}

.list-services__btn:hover {
    background: #a8c8e7;
    color: #fff;
}

@media (max-width: 1200px) {
    .list-services__btn {
        font-size: 28px;
    }
}

@media (max-width: 1000px) {
    .list-services h2 {
        font-size: 35px;
    }

    .list-services h3 {
        font-size: 30px;
    }

    .list-services__item {
        font-size: 25px;
    }

    .list-services__btn {
        font-size: 24px;
    }
}

@media (max-width: 720px) {
    .list-services h2 {
        font-size: 25px;
    }

    .list-services__btn {
        font-size: 20px;
    }

    .list-services h3 {
        font-size: 25px;
        margin-top: 30px;
    }

    .list-services__item {
        font-size: 20px;
    }

    .list-services__item span {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .list-services__btn {
        font-size: 16px;
    }
    .list-services {
        padding: 40px 0;
    }

    .list-services__item {
        font-size: 16px;
    }

    .list-services__item span {
        font-size: 14px;
    }
}