* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.first-block {
    height: 70vh;
    width: 100%;
    background: url("./images/banner.png");
    display: grid;
    place-items: center;
}

.fb-title {
    font-weight: 700;
    color: white;
}

.second-block {
    height: 460px;
}

.sb-image {
    position: relative;
}

.sb-image img {
    position: absolute;
    top: -87px;
    width: 100%;
}

.span-bold {
    font-weight: 700;
}

.sb-description p {
    font-size: 24px;
}

.sb-description {
    position: absolute;
    bottom: -10%;
}

.gs-title p {
    font-weight: 700;
}

.gulliver-story p {
    font-size: 16px;
}

.repet-block {
    margin-top: 100px;
}

.rp-exercise p {
    font-size: 36px;
    font-weight: 700;
}

.rp-exercise-txt p {
    font-size: 16px;
}

.rp-exercise-txt p span {
    font-weight: 700;
}

.button .btn {
    width: 400px;
}

.rp-image img {
    width: 100%;
}

.rp-image {
    float: right;
}

.repet-img img {
    width: 100%;
}

@media (max-width: 765px) {
    .sb-description p {
        font-size: 17px;
    }

    .gulliver-story p {
        font-size: 20px;
    }

    .rp-exercise p {
        font-size: 28px;
    }

    .rp-exercise-txt p {
        font-size: 20px;
    }

    iframe {
        height: 325px;
    }
}