/* separator  */
.separator {
    background-image: url('../images/home/backgroung-image.svg'); /* Background image file should be named bg.png */
    background-size: cover;
}
.separator .heading {
    font-size: 54px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: uppercase; 
}
.separator .text-green {
    color: #66CC33; 
}
.separator .text-block {
    max-width: 400px;
}
.separator .text-block p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.8;
    margin: 0;
}
.separator .image-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 479.98px) {
    .separator .heading {
        font-size: 28px;
    }
}