.no-background-after::after {
    background-color: unset !important;
}

.bg-image-1 {
    height: 60vh !important;
    background-image: url('../img/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}