section.background {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    display: flex;
    align-items: center;
    margin: 0 !important;
}
main {
    min-height: unset;
}

.content {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center;
}

.content h1 {
    font-size: 120px;
    margin: 0;
    margin-bottom: 24px;
    line-height: 120px;
    font-weight: 700;
}
.content h2 {
    font-size: 36px;
    margin: 0;
    margin-bottom: 16px;
    line-height: 36px;
    font-weight: 700;
}
.content p {
    font-size: 24px;
    margin: 0;
    margin-bottom: 24px;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    .content h1 {
        font-size: 90px;
        line-height: 90px;
    }
    .content h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .content p {
        font-size: 16px;
        line-height: 16px;
    }
}
