p {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    overflow-wrap: break-word;
}

.info-section h2,
.info-section h5 {
    color: #000;
}

.page-title {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 700;
}

.info-section h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #0a97d9;
    margin: 20px auto 20px;
}

.info-section .row > .col-md-3 {
    margin-bottom: 20px;
}

.service-box {
    width: 100%;
    border-radius: 5px;
    transition: transform 0.3s;
}

.service-box:hover {
    transform: scale(1.05);
}

.service-title {
    margin-bottom: 30px;
    font-weight: 600;
}

/* два варианта фона, как у тебя было inline */
.service-box--a {
    background-color: rgba(10, 151, 217, 0.1);
}

.service-box--b {
    background-color: rgba(41, 211, 217, 0.15);
}

/* кнопка в стиле сайта */
.btn-nc {
    background-color: #0a97d9;
    border: none;
    border-radius: 0;
    padding: 8px 16px;
}

/* лёгкая оптимизация отрисовки секции */
.section-heavy {
    content-visibility: auto;
    contain-intrinsic-size: 600px;
}
