#masthead {
    display: none;
}
.firstscreenReviews {
    min-height: 787px;
    /* min-height: 100vh; */
    font-family: "Montserrat", sans-serif;
}
.firstscreenReviews-logo {
    width: 335px;
    height: 143px;
    background: url('https://bfgitech.com/wp-content/uploads/2024/05/wrap-logo-reviews.svg') no-repeat center;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 0;
    z-index: 99999;
}
.firstscreenReviews__row {
    padding: 125px 0;
}
.firstscreenReviews-container {
    text-align: center;
}
.firstscreenReviews h1 {
    /* font-weight: 700; */
    /* font-size: 60px; */
    line-height: 114%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #4c9398;
    margin-bottom: 18px;
}
.firstscreenReviews h1 strong {
    color: #10173C;
}
.firstscreenReviews p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #10173c;
}

@media screen and (max-width: 1024px) {
    .firstscreenReviews {
        min-height: inherit;
        padding-bottom: 10rem;
    }
}

@media screen and (max-width: 768px) {
    .firstscreenReviews p {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .firstscreenReviews__row {
        padding: 90px 0;
    }
}
