* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-size: 16px;
}

.container {
    width: 70%;
}
.side-bg-img {
    width: 15%;
    z-index: -2;
    background-image: url('images/SideBgImg.png');
    background-size: 100%;
    background-repeat: repeat-y;

}

.side-bg-img img {
    width: 100%;
}

.text-highlight-red {
    color: #E0290E;
    font-size: inherit;
}

.intro-section {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    position: relative;
}

.intro-content {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.intro-logo {
    margin: 93px auto 44px;
    width: 100%;
    max-width: 355px;
}

.intro-title {
    font-family: Noto Sans KR;
    font-weight: 700;
    font-style: Bold;
    font-size: 6rem;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    color: #E0290E;
    margin-bottom: 70px;
}

.intro-motif{
    box-shadow: 0px 0px 53.6px -9px #00000040;
    border-radius: 30px;
    margin-bottom: 40px;
    padding: 30px 45px;
}

.intro-motif-header {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.intro-motif-icon {
    width: 98px;
}

.intro-motif-title {
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 135%;
    text-align: center;
    margin-left: 30px;
}

.intro-motif-text {
    color: #0F0F0F;
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 147%;

}

/* Classe base comum para botões vermelhos */
.button-red-base {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 107px;
    border-radius: 22px;
    border: none;
    background-color: #E0290E;
    font-family: Noto Sans KR;
    font-weight: 700;
    font-style: Bold;
    font-size: 2.925rem;
    line-height: 107%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.intro-button {
    width: 60%;
    margin: 77px auto;
    max-width: 520px;
}

.intro-extra {
    width: 150%;
    /* max-height: 411px; */
    margin: 60px 0 107px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: url("images/introExtraBg.png");
    background-repeat: round;
    background-size: 100%;
}

/* .intro-extra-bg {
    width: 100%;
    max-height: 411px;
    position: absolute;
    z-index: -1;
} */

.intro-extra-item {
    width: 35%;
    color: #fff;
    padding: 60px 0;
    /* max-height: 411px; */
}

.intro-extra-item img {
    width: 90%;
}

.intro-extra-title {
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 4rem;
    line-height: 114%;
    letter-spacing: 0%;
}

.intro-extra-text {
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 135%;
    letter-spacing: 0%;
}

.section-transition-top, .section-transition-bottom {
    width: 100%;
    height: 34px;
    background: #0f0f0f;
    position: absolute;
}
.section-transition-top {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    top: -32px;
}
.section-transition-bottom {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    bottom: -32px;
}

.main-section, .offer-section {
    width: 100%;
    background: #0f0f0f;
    display: flex;
    position: relative;
    justify-content: center;
    padding: 92px 0;
}

.main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-content-title {
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 3rem;
    line-height: 113.99999999999999%;
    color: #E0290E;
    margin-bottom: 11px;
}

.main-content-text {
    width: 44.5%;
}

.main-content-text p {    
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 135%;
    color: #fff;
    margin-bottom: 44px;
}

.main-content-text span{
    font-family: Noto Sans KR;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 135%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 5%;
    text-decoration-skip-ink: auto;
    text-underline-offset: 5px;
}

.main-content-img {
    width: 49.5%;
    margin-bottom: 40px;
}
.main-content-img img{
    width: 94%;
}

.main-button {
    width: 80%;
    margin: 100px auto;
}

.main-content-img1, .main-content-img3 {
    text-align: right;
}
.main-content-img3 img{
    width: 82%;
}

.class-section {
    background-image: url('images/classSectionBg.png');
    width: 100%;
    display: flex;
    justify-content: center;
}

.class-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.class-header, .class-item {
    padding: 50px 0 34px;
    width: 100%;
    border: 1px solid #0000003D;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.class-header-button {
    width: 80%;
    margin: 100px auto;
}

.class-header-text{
    width: 46%;
}
.class-header-text p{
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 4rem;
    line-height: 135%;
    letter-spacing: 0%;

}

.class-header-logo {
    width: fit-content;
    max-width: 35%;
}
.class-header-logo img {
    width: 100%;
    max-width: 419px;
}

.class-button {
    width: 50%;
    height: 100px;
    padding: 0 30px;
    border: 1px solid #E0290E;
    border-radius: 60px;
    background-color: #FFE7E3;
    color: #E0290E;
    margin: 80px auto;

    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.class-button img {
    margin-right: 20px;
}

.class-item {
    padding: 44px 49px 68px;
    margin-bottom: 66px;    
}

.class-item-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

.class-item-title {
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 4rem;
    line-height: 135%;
    letter-spacing: 0%;
    color: #E0290E;
}

.class-item-text {
    width: 100%;
    text-align: left;
}
.class-item-text p{
    margin-top: 63px;
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%;
    color: #000000B0;
}

.last-class-item-margin {
    margin-bottom: 110px;
}

.offer-section {
    padding-top: 20px;
}

.offer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-content-title {
    width: 100%;
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 6rem;
    line-height: 135%;
    text-align: center;
    color: #18B600;
    margin-bottom: 65px;
}

.offer-condition {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.offer-condition-item {
    width: fit-content;
}

.offer-condition-item-title {
    font-family: Noto Sans KR;
    font-weight: 800;
    font-size: 4.125rem;
    line-height: 108%;
    text-transform: uppercase;
    color: #F09406;
}

.offer-condition-item-text {
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 120%;
    color: #FFFFFF;
}

.offer-condition-item-text span{
    font-family: Noto Sans KR;
    font-weight: 800;
    font-size: inherit;
    line-height: 135%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 5%;
    text-decoration-skip-ink: auto;
    text-underline-offset: 5px;
}

.offer-prize {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #FFFFFF52;
    border-radius: 15px;
    padding: 16px;
    margin-top: 25px;
}

.offer-prize p {
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    margin-left: 12px;
}

.offer-button-green {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 107px;
    border: none;
    border-radius: 22px;
    background: #18B600;
    color: #fff;
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 107%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 100px auto 0;
    text-decoration: none;
    cursor: pointer;
}

.lost-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 97px;
}

.lost-offer-L, .lost-offer-R {
    font-family: Noto Sans KR;
    font-weight: 800;
    font-size: 4rem;
    line-height: 4.3125rem;

}
.lost-offer-L p, .lost-offer-R p{
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 3.06rem;
    color: #fff;
}
.lost-offer-L {
    width: 57.5%;
}
.lost-offer-L span {
    font-family: Noto Sans KR;
    font-weight: 800;
    font-size: inherit;
    line-height: 135%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 5%;
    text-decoration-skip-ink: auto;
    text-underline-offset: 5px;
}
.lost-offer-R {
    width: 37.5%;
    border: 1px solid #FFFFFF52;
    border-radius: 46px;
    text-align: center;
    padding: 48px 50px;
}

.pricing-content {
    background-color: #fff;
    width: 100%;
    margin-top: 83px;
    border-radius: 60px;
    padding: 70px 80px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.pricing-title {
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 6rem;
    line-height: 135%;
    text-align: center;
    color: #18B600;
}
.pricing-text {
    margin-top: 35px;
    width: 57%;
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 2rem;
    line-height: 135%;
    text-align: center;
}

.pricing-text-italic {
    font-family: Inter;
    font-weight: 900;
    font-style: Italic;
    line-height: 135%;
}
.pricing-text-bold {
    font-family: Noto Sans KR;
    font-weight: 900;
    font-size: 3rem;
    line-height: 135%;
    text-align: center;
}

.pricing-value {
    width: 100%;
    max-width: 766px;
    border-radius: 49px;
    padding: 44px 60px 38px;
    border: 1px solid #00000014;
    box-shadow: 0px 0px 31.4px 9px #00000030;
    margin-top: 60px;
}
.pricing-value-item-container {
    width: fit-content;
}

.pricing-value-text{
    font-family: Noto Sans KR;
    font-weight: 600;
    font-size: 3rem;
    line-height: 135%;
    color: #000000B2;
}
.pricing-value-price {
    font-family: Noto Sans KR;
    font-weight: 900;
    font-style: Black;
    font-size: 8rem;
    line-height: 130%;
    color: #E0290E;
}

.pricing-button {
    width: 100%;
    max-width: 1092px;
    height: 107px;
    margin-top: 67px;
    background-color: #0F0F0F;
    border-radius: 22px;
    color: #E0290E;    
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 107%;
    text-align: center;
}
.pricing-button img {
    margin-left: 10px;
    width: 48px;
}

.pricing-content-footer {
    width: 90%;
    max-width: 1092px;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.pricing-content-footer-item p{
    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 135%;
    text-align: center;
    color: #0F0F0F;
    margin-right: 10px;
}

.last-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    background-color: #E0290E;
    border-radius: 20px;
    margin-top: 130px;
    padding: 29px 24px;
    border: none;

    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 2.925rem;
    line-height: 107%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer;

}

.footer-section {
    margin-top: 117px;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo-container {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-container p{
    width: 50%;
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 2rem;
    line-height: 135%;
    color: #0F0F0F8A;
    margin-left: 35px;
}

.footer-logo {
    width: 50%;
    max-width: 190px;
    min-width: 95px;
}

.footer-item-container {
    display: flex;
    justify-content: space-around;
    margin: 80px 0;
}
.footer-item {
    font-family: Noto Sans KR;
    font-weight: 400;
    font-style: Regular;
    font-size: 2rem;
    line-height: 135%;
    text-align: center;
    color: #0F0F0F8A;
    text-decoration: none;
}

.copyright {
    width: 80%;
    padding: 80px 0;
    border-top: 1px solid #D9D9D9;
    text-align: center;

    font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 2rem;
    line-height: 135%;
    text-align: center;
    color: #0F0F0F8A;
}
.copyright span{
    font-family: Inter;
    font-weight: 400;
    font-style: Italic;
    font-size: inherit;

}


@media screen and (max-width: 1735px) {

    .intro-extra-title {
        font-size: 3rem;
    }

    .lost-offer-L, .lost-offer-R {
        font-size: 3.3rem;
    }

    .offer-content-title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1440px) {
    * {
        font-size: 12px;
    }

    .intro-logo {
        margin: 63px auto 30px;
        max-width: 240px;
    }

    .intro-title {
        margin-bottom: 35px;
    }

    .intro-motif-icon {
        width: 65px;
    }

    .intro-button {
        margin: 35px auto;
        height: 87px;
        font-size: 2.145rem;
        width: 75%;
    }

    .intro-extra-item {
        padding: 40px 0;
    }

    .intro-extra-title {
        font-size: 3rem;
    }

    .intro-extra-text {
        font-size: 1.45rem;
    }

    .main-button {
        font-size: 2.6rem;
    }

    .class-header-logo {
        width: 30%;
    }

    .class-header-button {
        margin: 50px auto 70px;
        height: 80px;
        font-size: 2.6rem;
    }

    .class-header-text p {
        font-size: 3.5rem;
    }

    .class-button {
        font-size: 2.75rem;
        width: 60%;
    }
    .class-button img{
        width: 40px;
    }

    .offer-prize img {
        width: 36px;
    }
    .offer-prize p {
        font-size: 1rem;
    }

    .offer-button-green {
        font-size: 2.5rem;
        width: 60%;
    }
    
    .lost-offer-L, .lost-offer-R {
        font-size: 3.3rem;
    }

    .pricing-value {
        padding: 25px 35px 30px;
    }

    .pricing-value-item-container {
        margin: 0 auto;
    }

    .pricing-button {
        height: 80px;
    }
    .pricing-button img {
        width: 36px;
    }

    .last-button {
        font-size: 2.925rem;
    }
}

@media screen and (max-width: 1200px) {
    .main-section {
        padding: 52px 0 24px;
    }
    
    .main-content{
        flex-direction: column;   
        align-items: center;  
    }

    .main-content-text {
        width: 100%;
    }

    .main-content-img1 {
        width: 100%;
        content: url("images/SectionImgHrz.png");
    }
    .main-content-img2 {
        width: 100%;
        content: url("images/SectionImg2Hrz.png");
    }
    .main-content-img3 {
        width: 100%;
        content: url("images/SectionImg3Hrz.png");
    }

    .main-content :nth-child(1) {
        order: 1;
    }
    .main-content :nth-child(2) {
        order: 2;
    }
    .main-content :nth-child(3) {
        order: 4;
    }
    .main-content :nth-child(4) {
        order: 3;
    }
    .main-content :nth-child(5) {
        order: 5;
    }
    .main-content :nth-child(6) {
        order: 6;
    }
    .main-content :nth-child(7) {
        order: 7;
    }

    .main-button {
        width: 90%;
    }

    .class-header-text p {
        font-size: 3rem;
    }

    .class-button {
        font-size: 2.45rem;
        width: 65%;
    }

    .class-item {
        padding: 30px 35px 45px;
    }

    .class-item-title {
        font-size: 3.5rem;
    }
    .class-item img {
        width: 62px;
    }
    .class-item-text p{
        margin-top: 35px;
        font-size: 2rem;
    }

    .offer-condition-item {
        width: 50%;
    }
    .offer-condition-item-title {
        font-size: 3.5rem;
    }
    .offer-condition-item-text {
        font-size: 2rem;
    }
    
    .offer-condition-item-img {
        width: 100%;
    }

    .lost-offer-L, .lost-offer-R {
        font-size: 2.7rem;
    }
    .lost-offer-L p, .lost-offer-R p {
        font-size: 1.7rem;
    }
    .lost-offer-R {
        padding: 25px;
    }

    .pricing-title {
        font-size: 5rem;
        width: 100%;
    }

    .pricing-text {
        font-size: 1.5rem;
    }

    .pricing-text-bold {
        font-size: 2.5rem;
    }   
    
    .pricing-value-text {
        font-size: 2.5rem;
    }
    .pricing-value-price {
        font-size: 7rem;
    }

    .pricing-button {
        font-size: 1.85rem;
    }

    .last-button {
        font-size: 2.925rem;
        margin-top: 100px;
    }

    .footer-logo-container p, .footer-item {
        font-size: 1.5rem;
    }

    .copyright {
        padding: 60px 0;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 980px) {

    .intro-content {
        width: 90%;
    }

    .intro-title {
        font-size: 5rem;
    }

    .intro-extra-title {
        font-size: 2.5rem;
    }

    .main-content-title {
        font-size: 2rem;
    }
    .main-content-text p{
        font-size: 1.15rem;
        margin-bottom: 22px;
    }
    .main-content-text span{
        font-size: 1.7rem;
    }

    .main-button {
        font-size: 1.95rem;
        margin: 50px auto 80px;
        height: 80px;
    }

    .class-header-button {
        font-size: 1.95rem;
        margin: 15px auto 40px;
    }

    .class-header-text p {
        font-size: 2.2rem;
    }

    .class-button {
        font-size: 2.15rem;
        width: 70%;
    }
    .class-button img {
        width: 32px;
    }

    .class-item {
        padding: 30px 35px 45px;
    }

    .class-item-title {
        font-size: 3rem;
    }
    .class-item img {
        width: 56px;
    }
    .class-item-text p{
        margin-top: 35px;
        font-size: 1.70rem;
    }

    .offer-condition-item-title {
        font-size: 2.7rem;
    }
    .offer-condition-item-text {
        font-size: 1.7rem;
    }
    .offer-prize {
        margin-top: 16px;
        padding: 8px;
    }
    .offer-prize img {
        width: 24px;
    }
    .offer-prize p {
        font-size: 0.9rem;
        margin-left: 8px;
    }

    .offer-button-green {
        font-size: 2rem;
        width: 70%;       
        height: 80px; 
    }

    .lost-offer-L, .lost-offer-R {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .lost-offer-L p, .lost-offer-R p {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .lost-offer-R {
        padding: 25px;
    }

    .pricing-content {
        padding: 45px;
    }

    .pricing-title {
        font-size: 4rem;
    }

    .pricing-text {
        width: 70%;
    }

    .pricing-value {
        border-radius: 30px;
    }

    .pricing-value-text {
        font-size: 2rem;
    }
    .pricing-value-price {
        font-size: 6rem;
    }

    .pricing-content-footer {
        margin-top: 16px;
    }
    .pricing-content-footer-item p {
        font-size: 1rem;
    }

    .last-button {
        font-size: 2.925rem;
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    * {
        font-size: 12px;
    }

    .intro-title {
        font-size: 4rem;
    }

    .intro-logo {
        max-width: 140px;
    }

    .intro-motif {
        padding: 25px 30px;
    }

    .intro-motif-header {
        margin-bottom: 18px;
    }

    .intro-motif-title {
        font-size: 2rem;
        margin-left: 20px;
    }

    .intro-motif-icon {
        width: 42px;
    }

    .intro-button {
        font-size: 1.625rem;
        height: 67px;
        margin: 20px auto;
        width: 75%;
    }

    .intro-extra {
        margin: 40px 0 90px;
    }

    .intro-extra-item {
        padding: 20px 0;
    }

    .intro-extra-title {
        font-size: 2rem;
    }

    .intro-extra-text {
        font-size: 1.15rem;
    }

    .intro-extra-item img {
        width: 80%;
    }

    .main-button {
        font-size: 1.495rem;
        margin: 50px auto 80px;
        height: 80px;
    }

    .class-header-button {
        font-size: 1.3rem;
        height: 50px;
        border-radius: 15px;
    }

    .class-button {
        font-size: 1.85rem;
        width: 85%;
        height: 80px;
    }

    .class-item {
        padding: 18px 35px 25px;
    }

    .class-item-title {
        font-size: 2.5rem;
    }
    .class-item img {
        width: 42px;
    }
    .class-item-text p{
        margin-top: 35px;
        font-size: 1.35rem;
    }

    .offer-content-title {
        font-size: 3.5rem;
    }

    .offer-section {
        padding: 0 0 30px;
    }

    .offer-condition {
        flex-direction: column;
        align-items: center;
    }

    .offer-condition-item {
        width: 80%;
        text-align: center;
    }
    .offer-condition-item-img {
        margin-top: 24px;
        width: 70%;
    }

    .offer-button-green {
        font-size: 1.7rem; 
        height: 80px; 
        margin-top: 50px;
    }

    .lost-offer {
        margin-top: 70px;
        flex-direction: column;
    }

     .lost-offer-L, .lost-offer-R {
        font-size: 2rem;
        width: 100%;
    }
    .lost-offer-L p, .lost-offer-R p {
        font-size: 1.2rem;
    }
    .lost-offer-L {
        text-align: center;
    }
    .lost-offer-R {
        margin-top: 25px;
        border-radius: 20px;
        padding: 16px 25px;
    }
    .lost-offer-R h4 span{
        display: none;
    }
    .lost-offer-R h4:after{
        content: 'É só baixar e imprimir';
    }

    .pricing-value {
        margin-top: 40px;
        padding: 25px ;
        border-radius: 20px;
    }

    .pricing-value-text {
        font-size: 1.5rem;
    }

    .pricing-value-price {
        font-size: 4.3rem;
    }

    .pricing-button {
        font-size: 1.25rem;
        height: 60px;
        margin-top: 35px;
        border-radius: 15px;
    }

    .pricing-button img {
        width: 24px;
    }

    .last-button {
        font-size: 2.925rem;
        margin-top: 60px;
        width: 100%;
    }

    .footer-section {
        margin-top: 80px;
    }
    .footer-item-container {
        margin: 40px 0;
    }

    .footer-item {
        font-size: 1rem;
    }

    .copyright {
        padding: 40px 0;
        font-size: 1rem;
    }
}

@media screen and (max-width: 550px) {

    .intro-title {
        font-size: 2.6rem;
    }

    .intro-motif {
        padding: 16px 20px;
        background-color: #fff;
        width: 130%;
    }

    .intro-motif-icon {
        width: 32px;
    }

    .intro-motif-title {
        font-size: 1.5rem;
        margin-left: 10px;
    }

    .intro-motif-text {
        font-size: 1rem;
    }

    .intro-button {
        width: 95%;
    }

    .intro-extra-item {
        width: 40%;
    }

    .intro-extra-title {
        font-size: 1.5rem;
    }

    .intro-extra-text {
        font-size: 1rem;
    }

    .main-section {
        padding: 24px 0 0;
    }

    .main-button {
        width: 100%;
        font-size: 1.3rem;
        height: 70px;
    }

    .class-content {
        width: 90%;
    }

    .class-header {
        flex-direction: column;
        align-items: center;
    }

    .class-header-text {
        width: 80%;
    }

    .class-header-button {
        margin: 15px auto 30px;
        width: 90%;
        font-size: 1.17rem;
    }

    .class-header-text p{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .class-button {
        font-size: 1.1rem;
        width: 100%;
        height: 60px;
        margin: 40px 0;
    }

    .class-button img {
        margin-right: 5px;
        width: 28px;
    }

    .class-item {
        padding: 18px 15px 25px;
        margin-bottom: 40px;
    }
    .last-class-item-margin {
        margin-bottom: 80px;
    }

    .class-item-title {
        font-size: 2rem;
    }
    .class-item img {
        width: 36px;
    }
    .class-item-text p{
        margin-top: 15px;
        font-size: 1rem;
    }

    .offer-content {
        width: 90%;
    }

    .offer-content-title {
        font-size: 2.7rem;
        margin-bottom: 30px;
    }

    .offer-condition-item-title {
        font-size: 2rem;
    }
    .offer-condition-item-text {
        font-size: 1rem;
    }
    
    .offer-button-green {
        font-size: 1.2rem;
        height: 60px;
        margin-top: 30px;
        width: 80%;
    }

    .pricing-content {
        padding: 35px 25px;
    }
    .pricing-title {
        font-size: 2.7rem;
    }
    .pricing-text {
        margin-top: 16px;
        font-size: 1.2rem;
    }
    .pricing-text-bold {
        font-size: 1.9rem;
    }

    .pricing-value {
        margin-top: 25px;
        padding: 16px;
    }

    .last-button {
        font-size: 2.925rem;
    }

    .footer-item-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-item {
        font-size: 1.5rem;
        width: fit-content;
        margin-top: 16px;
    }

    .copyright {
        padding: 20px 0;
        font-size: 0.85rem;
    }
}

@media screen and (max-width: 380px) {
    
    .pricing-content {
        padding: 35px 10px;
        border-radius: 30px;
    }
    .pricing-title {
        font-size: 2.5rem;
    }
    .pricing-value-text {
        font-size: 1rem;
    }
    .pricing-value-price {
        font-size: 3rem;
    }
    .pricing-button {
        font-size: 1rem;
        height: 40px;
        border-radius: 8px;
    }

    .pricing-button img {
        width: 20px;
    }

     .last-button {
        font-size: 2.925rem;
    }

    .footer-logo-container {
        width: 70%;
    }

    .copyright {
        font-size: 0.7rem;
    }
}