section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#reviews {
    margin-top: 10vh;
}

.review-text {
    display: flex;
    gap: 3rem;
}

.review-text h1,
.review-yt h1 {
    margin: 0;
    font-weight: 400;
}

.review-text h2,
.review-yt h2 {
    margin: 0;
    font-weight: 400;
    font-size: 1.3rem;
    color: var(--complement);
    margin-bottom: 1.5rem;
}

.review-text p {
    margin: 0;

    font-size: 1.2rem;

}

.review-text img {
    width: 20vw;
    border-radius: 100%;
    max-width: 15rem;
}

@media screen and (orientation: portrait) {


    .review-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .review-text img {
        width: 100%;
    }


}

iframe {
    border: none;
}

.review-separator {
    background-color: var(--complement);
    width: 100%;
    height: 0.3rem;
    margin: 1.5rem 0;
}

.yt-short {
    aspect-ratio: 9/16 !important;
}


@media screen and (orientation: landscape) {
    .review-yt {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }


    .review-yt div {
        position: absolute;
        top: 0;
        left: 55%;
        transform: translateX(120%);
    }

    .yt-short {
        width: 30% !important;
    }


}


@media screen and (orientation: portrait) {
    .review-yt {
        width: 100%;
    }

    .review-yt iframe {
        width: 100%;
    }




}


.handwriting {
    font-family: "Hurricane";
    color: var(--complement) !important;
    text-transform: lowercase !important;
}

#hero {
    position: relative;
}

#hero h2 {
    position: absolute;
    font-size: 5cqi;
    font-weight: 100;
    top: 50%;
    right: 10%;
}

@media screen and (orientation: portrait) {
    #hero h2 {
        font-size: 2rem;
    }
}