.policy__title--it::before {
    content: "IT";
}

.it-page .policy__content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.it__intro h2 {
    text-transform: uppercase;
}

.it__subtitle {
    font-weight: 600;
    color: #2F3B4A;
}

.it__service h2 {
    text-transform: uppercase;
}

.it__cta {
    background: #FFFFFF;
    border: 1px solid rgba(169, 136, 96, 0.35);
    padding: 28px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.it__cta-button {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .it__cta {
        padding: 22px;
    }
    .it__cta-button {
        width: 100%;
    }
}
