/* Add here all your css styles (customizations) */
:root {
    --blue: #0071ae;

}

.et-font-style-h2 {
    font-size: 45px;
    color: var(--red);
}

.et-custom-font-detail {
    font-size:18px;
}

@media (max-width: 768px) {
    .et-custom-font-detail {
        font-size: 15px;
    }
    .et-font-style-h2 {
        font-size:32px;
    }
}
