.section-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url(field.jpg);
    padding: 6rem;
    background-position: center bottom;
    background-size: cover;
    height: 75vh;
    border-radius: 0 0 18px 18px;
}

.section-1 .section-left {
    background: #00000094;
    color: #ffffff;
    width: 60%;
    padding: 2rem;
    border-radius: 18px;
}

.section-1 .main-section-title {
    font-size: 37px;
    font-weight: 600;
}

.section-1 .main-section-description {
    font-size: 25px;
}

.section-2 {
    margin: 2rem 0 0 0;
}

.section-2 .main-section-title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1rem 0;
}

.section-2 .main-section-description {
    width: 40%;
    font-size: 27px;
    text-align: center;
    margin: 0 auto;
}

.section-3 {
    width: 70%;
    margin: 0 auto;
}

.section-3 .main-section-title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 5rem 0 2rem 0;
}

.main-section-grid-container {
    margin: 1rem 0 0 0;
    place-items: center;
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: auto auto;
}

.section-3 .main-section-grid-element {
    background: #dbdbe3;
    border: 2px solid #b4b4bb;
    width: min-content;
    padding: 1rem;
    border-radius: 18px;
    min-height: 30rem;
    min-width: 30rem;
}

.section-3 .main-section-grid-element-title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 2rem 0;
}

.section-3 .section-flex-container {
    display: flex;
}

.section-3 .section-flex-inline {
    margin: 0 1rem;
}

.section-3 .section-flex-inline img {
    height: 25rem;
    border-radius: 18px;
}

.section-3 .section-flex-inline p {
    text-align: center;
    font-size: 22px;
    margin: 1rem 0 0 0;
}

.section-3 .grid-element-2 .main-section-grid-element-description,
.section-3 .grid-element-3 .main-section-grid-element-description,
.section-3 .grid-element-4 .main-section-grid-element-description {
    font-size: 20px;
    margin: 0 0 1rem 0;
}

.section-3 .grid-element-2 img,
.section-3 .grid-element-3 img,
.section-3 .grid-element-4 img {
    height: 18rem;
    border-radius: 20px;
    display: flex;
    margin: 0 auto;
}

.section-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-4 .main-section-title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 6rem 0 1rem 0;
}

.section-4 .main-section-description img {
    height: 11rem;
    margin: 1rem 0;
    background: #ffffff;
    border-radius: 12px;
}

.section-4 a {
    color: #ffffff;
    background: #F13270;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 26px;
    border-radius: 35px;
    cursor: pointer;
}

.section-5 {
    margin: 0 0 3rem;
}

.section-5 .main-section-title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 6rem 0 1rem 0;
}

.section-5 .section-flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-5 .section-flex-container a {
    text-decoration: none;
    color: #202020;
    font-size: 25px;
    margin: 0 2rem;
    display: flex;
    align-items: center;
}

.section-5 .section-flex-container a img {
    height: 45px;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 1600px) {
    .main-section-grid-container {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 1300px) {
    .section-1 .section-left {
        width: 100%;
    }

    .section-2 .main-section-description {
        width: 70%;
    }
}

@media screen and (max-width: 800px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
    }

    .footer-top-right {
        margin: 2rem 0 0 0;
    }

    .footer-top-left,
    .footer-top-right {
        width: 100%;
    }

    .section-4 .main-section-title {
        font-size: 35px;
    }

    .section-5 .main-section-title {
        font-size: 35px;
    }

    .section-3 {
        width: 95%;
    }

    .section-4 .main-section-description img {
        height: 8rem;
    }

}

.section-1 {
    padding: 2rem;
}

@media screen and (max-width: 700px) {
    .section-5 .section-flex-container {
        flex-direction: column;
    }

    .section-5 .section-flex-container a {
        margin: 1rem 2rem;
    }

    .section-3 .section-flex-container {
        flex-direction: column;
        align-items: center;
    }

    .section-3 .section-flex-inline p {
        margin: 1rem 0 4rem 0;
    }

    .section-3 .main-section-grid-element {
        min-height: 30rem;
        min-width: 23rem;
        max-width: 23rem;
    }
}

@media screen and (max-width: 500px) {
    .section-4 .main-section-title {
        font-size: 25px;
    }

    .section-5 .main-section-title {
        font-size: 25px;
    }

    .section-4 .main-section-description img {
        height: 6rem;
    }

    .section-4 a {
        font-size: 18px;
    }
}