.hero-image {
    background-image: url("/images/home.jpg");
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.wave-divider{
    position: absolute;
    top: 65%;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 700px) {
.box {
    width: 70%;
}
.popup {
    width: 70%;
}
}
#section-7-25 {
    position: relative;
    overflow: hidden;
}

#section-7-25 svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    fill: #D72D46
}
.text-lg{
    font-size: 1.2em;
}
.black-text-shadow{
    text-shadow: #00000047 0.1em 0.1em 0.2em;
}
.card-sc-text{
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
}
.text-cyan{
    color: #018c85;
}
.text-l{
    font-size: 19px;
}
.font-weight-bold{
    font-weight: 600 !important;
}
