.rules__title {
    margin: 80px 20px 0 20px;
    color: #1d71b8;
}

.rules__text {
    white-space: pre-line;
    margin: 58px 20px;
    color: #616161;
}

p {
    font-weight: normal;
    text-transform: none;
    font-size: 22px;
    line-height: 26px;
    color: #616161;
}

h4 {
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 26px;
    color: #616161;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .rules__title {
        margin: 110px 20px 0 20px;
    }
}
