.section-padding {
    padding: 0 4.743083003952568%;
}

.page_home .row {
    width: 100%;
    max-width: 100%;
}

section {
    margin-bottom: 50px;
}

/* Section1 */
.section_banner .box-left,
.section_banner .box-right {
    background-color: #F4F7F6;
    border-radius: 20px;
    overflow: hidden;
}

.section_banner .box-left {
    height: 100%;
    padding: 7.332442237922475%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_banner .box-left .box-text h1 {
    font-size: 74px;
    margin-bottom: 30px;
}

.section_banner .box-left .box-text p.desc {
    font-size: 27px;
}

.btn-register {
    padding: 12px 36px;
    background-color: #E65c4f;
    border-radius: 20px;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    display: block;
    width: fit-content;
}

/* section 2 */
.homepage_2 .box-top {
    margin-bottom: 80px;
}

.homepage_2 .box-top .bigtitle {
    font-size: 65px;
    margin-bottom: 16px;
}

.homepage_2 .box-top .desc {
    font-size: 27px;
    color: #4C666E;
}

.homepage_2 .box-bottom {
    display: inline-block;
}

.box-inner-1,
.box-inner-2 {
    gap: 40px;
}

.box-inner-1 {
    margin-bottom: 40px;
}

.homepage_2 .box-bottom .box-item {
    float: left;
    position: relative;
    background-color: #FFe5a3;
    border-radius: 30px;
    padding: 40px;
    overflow: hidden;
}

.homepage_2 .box-bottom .box-item p.desc {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
    color: #1a2e35;
}


.homepage_2 .box-bottom .box-item-1 {
    max-width: 33%;
    width: 100%;
}

.homepage_2 .box-bottom .box-item-1 img {
    border-radius: 30px;
    margin: 20px 0;
}

.homepage_2 .box-bottom .box-item-1 h4 {
    /* width: 27.44%; */
    /* grid-area: 3 / 1 / 4 / 2; */
    font-size: 36px;

}

.homepage_2 .box-bottom .box-item-2 {
    max-width: 41%;
    width: 100%;
    background-color: #bdd9d2;
}

.homepage_2 .box-bottom .box-item-2 img {
    border-radius: 30px;
    margin-bottom: 20px;
}

.homepage_2 .box-bottom .box-item-2 h4 {
    font-size: 36px;
}

.homepage_2 .box-bottom .box-item-3 {
    max-width: 22%;
    padding: 0;
    width: 100%;
}

.homepage_2 .box-bottom .box-item-4 {
    width: 60%;
    background-color: #f4f7f6;
}

.homepage_2 .box-bottom .box-item-4 .box-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.homepage_2 .box-bottom .box-item-4 h3 {
    font-size: 48px;
}

.homepage_2 .box-bottom .box-item-5 {
    width: 40%;
    background-color: #0E418F;
}

.homepage_2 .box-bottom .box-item-5 h4 {
    font-size: 36px;
}

.icon-note {
    font-size: 48px;
}

/* section 3 */
.why-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.why-item{
    padding: 40px;
    border-radius: 36px;
}
.why-item .title{
    font-size: 36px;
    margin-bottom: 16px;

}
.why-item .desc{
    font-size: 24px;
    margin-bottom: 0;
}
.why-item-1 {
    background-color: #FFe5a3;
}

.why-item-2 {
    background-color: #bdd9d2;
}

.why-item-3 {
    background-color: #f4f7f6;
}

.why-item-4 {
    background-color: #0E418F;
    color: #fff;
}