.hero-rounded-section .hero-title {
    font-family: "Montserrat", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    /*text-shadow: 0 3px 9px rgba(0, 0, 0, .3)*/
}

@media (max-width: 650px) {
    .hero-rounded-section .hero-title {
        font-size: 33px
    }
}

.hero-rounded-section .hero-title span {
    color: #aad091
}

.hero-rounded-section .hero-text {
    padding: 30px 0
}

.hero-rounded-section .hero-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

@media (max-width: 650px) {
    .hero-rounded-section .hero-text p {
        font-size: 18px
    }
}

.hero-rounded-section .rounded-section {
    border-radius: 250px;
    margin-top: -10em;
    z-index: 0;
    position: relative
}

@media (max-width: 650px) {
    .hero-rounded-section .rounded-section {
        margin-top: 0px
    }
}

.hero-rounded-section .rounded-section iframe {
    height: 444px;
    border-radius: 250px;
    width: 950px;
    margin: 0 auto;
    text-align: center;
    display: flex
}

@media (max-width: 650px) {
    .hero-rounded-section .rounded-section iframe {
        height: 300px;
        border-radius: 250px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: flex
    }
}