html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    font-family: "Wix Madefor Display", sans-serif;
}

main {
    overflow: clip;
}

a,
button,
.btn {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.main-padding {
    padding-left: 15px;
    padding-right: 15px;
}

main {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

h1 {
    font-size: 72px;
    font-weight: 900;
    margin: 0 0 50px 0;
    line-height: normal;
    color: #000000;
}
.notice {
    font-weight: 700;
    font-size: 24px;
    color: #cd2027;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
}

h2 {
    font-size: 48px;
    text-align: center;
    line-height: 63px;
    color: #000000;
    margin: 0 0 60px 0;
}

.apply {
    width: 235px;
    height: 58px;
    border-radius: 29px;
    background: #000000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 60px 0;
    border: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.apply.two {
    width: 320px;
}
.apply:hover {
    background: #cd2027;
}

.section1 p {
    font-size: 30px;
    line-height: 44px;
    color: #000000;
    margin: 0 0 40px 0;
}

footer {
    background: #f2ffe4;
    padding: 90px 0 40px 0;
    margin: 85px 0 0 0;
}

h3 {
    font-size: 40px;
    margin: 0 0 20px 0;
    font-weight: 700;
    line-height: 52px;
}

footer p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
}

.mt-1 {
    margin-top: 40px;
}
.mb-2 {
    margin-bottom: 30px;
}
.qr-image {
    width: 250px;
    display: block;
    margin: 0 auto 30px auto;
}

@media (max-width: 1100px) {
    h1 {
        font-size: 62px;
    }
    h2 {
        font-size: 38px;
        line-height: 49px;
    }
    .section1 p {
        font-size: 25px;
        line-height: 38px;
        margin: 0 0 30px 0;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
        h2 {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 30px;
    }
    .notice {
        font-size: 14px;
    }
    .notice img {
        height: 14px;
    }
    .apply {
    width: 195px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    margin-bottom: 30px;
}
.section1 p {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 20px 0;
    }
    footer {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 0;
    }
    h3 br {
        display: none;
    }
    h3 {
        font-size: 22px;
        line-height: 32px;
    }
    footer p {
        font-size: 18px;
        line-height: 22px;
    }
    .mt-1 {
    margin-top: 20px;
}
.mb-2 {
    margin-bottom: 30px;
}
.apply.two {
    width: 270px;
}
}