* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section.first {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(114.41deg, #059a6d 20.74%, #68bb9e 65.5%);
}

section.first div.main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.first div.main div.text {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.first div.main div.text h1 {
    padding: 8rem 0rem;
    font-size: 50px;
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
}

section.second {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paragraph-first {
    padding: 0rem 34rem;
    margin-bottom: 4rem;
}

.paragraph-first p {
    text-align: justify;
}

.paragraph-first h3 {
    margin-top: 1.8rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1601px) {
    section.first div.main div.text h1 {
        padding: 7rem 0rem;
        font-size: 45px;
    }

    .paragraph-first {
        padding: 0rem 27rem;
        margin-bottom: 4rem;
    }

    .paragraph-first p {
        font-size: 18px;
        line-height: 27px;
    }
}

@media screen and (max-width: 1281px) {
    section.first div.main div.text h1 {
        padding: 6rem 0rem;
        font-size: 40px;
    }

    .paragraph-first {
        padding: 0rem 18rem;
        margin-bottom: 4rem;
    }

    .paragraph-first p {
        font-size: 16.5px;
        line-height: 25px;
    }

    .paragraph-first h3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 1025px) {
    section.second {
        margin-top: 1rem;
    }

    section.first div.main div.text h1 {
        padding: 4.5rem 0rem;
        font-size: 36px;
    }

    .paragraph-first {
        padding: 0rem 14rem;
        margin-bottom: 3rem;
    }

    .paragraph-first p {
        line-height: 18px;
        font-size: 12px;
    }

    .paragraph-first h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 901px) {
    .paragraph-first p {
        font-size: 11px;
        line-height: 17px;
    }

    section.first div.main div.text h1 {
        padding: 4.5rem 0rem;
        font-size: 28px;
    }

    .paragraph-first h3 {
        font-size: 22px;
        margin-top: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .paragraph-first {
        padding: 0rem 9rem;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 430px) {
    .paragraph-first p {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 1rem;
    }

    .paragraph-first {
        padding: 0rem 0rem;
        margin-bottom: 3rem;
    }

    section.second {
        margin-top: 1rem;
        padding: 0rem 8%;
    }

    section.first div.main div.text {
        text-align: center;
    }

    section.first div.main div.text h1 {
        padding: 3rem 2rem;
        font-size: 41px;
        line-height: 60px;
    }
}

@media screen and (max-width: 361px) {
    section.first div.main div.text h1 {
        padding: 3rem 2rem;
        font-size: 34px;
        line-height: 55px;
    }

    .paragraph-first p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 1rem;
    }

    .paragraph-first h3 {
        font-size: 30px;
        margin-top: 0.8rem;
        margin-bottom: 0.5rem;
        line-height: 42px;
    }
}