/* Title */
.title {
    position: relative;
    z-index: 2;
}
.title h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 30px;
}
.title p {
    color: var(--light);
    letter-spacing: -0.02rem;
    font-size: 16px;
    font-weight: 300;
}
