
.advantages {
    margin-top: -127px;
}

.mtm2 {
    margin-top: -190px;
}

.leaf3 {
    position: absolute;
    left: -18%;
    top: -33%;
    opacity: 0.8;
}

@media(max-width: 767px) {
    .leaf3 {
        top: auto;
        bottom: 30%;
        left: -5%;
    }
}

.beige-block {
    background-color: #f8de83;
    padding: 27px;
    padding-bottom: 120px;
}

.beige-block p {
    max-width: 80%;
}

.product-block {
    position: relative;
    padding: 0 27px;
    margin-top: -90px;
}

@media(max-width: 500px) {
    .beige-block, .product-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ruler {
    max-height: 250px;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.book {
    margin-top: 40px;
}

.product4 {
    max-height: 330px;
    position: absolute;
    right: 25px;
    bottom: -30px;
}

@media(max-width: 500px) {
    .product4 {
        max-height: 310px;
    }
}

/*join*/
.join {
    max-width: 388px;
    background-color: #127eac;
    border-radius: 15px;
    padding-top: 20px;
    overflow: hidden;
    margin: 0 auto;
}

.join-light {
    background-color: #12a2ac;
}

.join-title {
    background: linear-gradient(to right, #cf0053, #f9490b);
    background-color: #cf0053;
    padding: 15px;
}

.join-title.title2 {
    background: linear-gradient(to right, #3f00cf, #2879b6);
    background-color: #3f00cf;
}

.join-text {
    padding: 20px;
}

.join-image {
    position: relative;
    height: 450px;
}

@media(max-width: 767px) {
    .join-image {
        height: 360px;
    }
}

@media(max-width: 500px) {
    .join-image {
        height: 300px;
    }
}

.join-image img {
    position: absolute;
    height: 100%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

@media(max-width: 767px) {
    .join-image .media-right {
        left: auto;
        transform: none;
        right: 0;
    }
}

.join-image .btn-block {
    width: 100%;
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 35px;
    padding: 0 40px;
}

@media(max-width: 767px) {
    .join-image .btn-block {
        padding: 0 15px;
    }
}

.how-image {
    height: 208px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: -18px;
}

@media(max-width: 767px) {
    .how-image {
        height: 189px;
    }
}

.how .blue-cont {
    max-width: 265px;
    margin: 0 auto;
}

@media(max-width: 500px) {
    .how-image {
        height: 208px;
    }
}

/*points2 begin*/
.point2 {
    border-radius: 15px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    overflow: hidden;
    margin-top: 12px;
}

.point2:first-child {
    margin-top: 0;
}

.point2-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    min-height: 130px;
    background-color: #129fac;
}

.point2-desc {
    width: 100%;
    flex: 1 1;
    padding: 20px;
}

.point2-icon img {
    max-width: 60px;
}

.point2-icon .icon-smaller {
    max-width: 43px;
}

@media(max-width: 500px) {
    .point2-icon {
        width: 80px;
    }
    .point2-icon img {
        max-width: 45px;
    }
    .point2-icon .icon-smaller {
        max-width: 37px;
    }
    .point2-desc {
        padding: 17px 15px;
    }
    .point2-desc p.mt5 {
        font-size: 15px;
        line-height: 1.45;
    }
    .point2-desc p.fs-21 {
        font-size: 17px;
    }
}
/*points2 end*/