.dark-section .section-title .h3, .dark-section .section-title .h2, .dark-section .section-title .h1 {
    color: var(--white-color);
}
.section-title .h2, .section-title .h3 {
    position: relative;
    z-index: 1;
    transition: background-color .6s ease-in-out;
}
.section-title .h2 {
    font-size: 48px;
    margin-bottom: 0;
    cursor: none;
}