.personal_loan { background-color: #FFFFFF; }
.personal_loan section { padding: 2rem 0; }

.section1_module {
    position: relative;border-radius: 1rem;
    width: 100%;aspect-ratio: 3/2;
    background-size: contain;background-position: center;background-repeat: no-repeat;
    overflow: hidden;
}
.section1_module::before {
    content: "";position: absolute;inset: 0;z-index: 0;
    background-color: rgba(73, 73, 73, 0.45);
}
.section1_module > * { position: relative;z-index: 1; }

.section1_module_title {
    color: #FFFFFF;font-size: 3rem;font-weight: 500;line-height: 1;
    padding: 1rem 1.5rem;background-color: #00000040;border-radius: 0.8rem;
    position: absolute;top: 1rem;left: 50%;transform: translateX(-50%);
}
.section1_module_right_top {
    color: #67eee0;font-weight: 700;font-size: 8rem;
    position: absolute;right: 4%;top: 2rem;
}
.section1_module_left {
    color: #FFFFFF;font-weight: 700;font-size: 10rem;
    writing-mode: vertical-rl;text-orientation: upright;
    position: absolute;left: 4%;top: 2rem;
}
.section1_module_right_bottom {
    position: absolute;right: 4%;bottom: 50%;
    display: flex;flex-direction: column;justify-content: center;align-items: end;
}
.section1_module_right_bottom div {
    display: inline-block;padding: 0.5rem 1rem;margin-top: 1rem;
    background-color: #059384eb;
    border-radius: 0.8rem;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-size: 1.5rem;color: #FFFFFF;text-align: end;
}
.section1_bottom {
    background-color: #059384eb;border-radius: 1rem;
    padding: 1rem;position: absolute;bottom: 4rem;right: 4%;
}
.section1_bottom_text1 { color: #FFFFFF;text-align: center;font-size: 0.9rem; }
.section1_bottom_text2 {
    color: #FFFFFF;text-align: center;
    font-size: 1.5rem;letter-spacing: 0.2rem;
}
.section1_bottom_text2 span {
    color: transparent;font-size: 3rem;
    -webkit-text-stroke: 1.5px #FFFFFF;-webkit-text-fill-color: transparent;
}

.section2_title {
    background-color: #3db0b1;border-radius: 1rem 1rem 0 0;padding: 1rem;
    font-size: 2rem;font-weight: 500;letter-spacing: 0.2rem;
    color: #FFFFFF;text-align: center;
}
.section2_module {
    background-color: #e7f3f2;border-radius: 0 0 1rem 1rem;padding: 1rem;
}
.section2_module_title { font-size: 1.2rem;color: #000000;text-align: center; }
.section2_text {
    background-color: #FFFFFF;padding: 0.8rem 0;margin-top: 1rem;
    border-radius: 0.8rem;font-size: 1.5rem;color: #000000;text-align: center;
}
.section2_text span { color: #3db0b1; }
.section2_notes { margin-top: 12px;font-size: 1rem;color: #000000; }
@media (max-width: 991px) {
    .section1 {
        background-color: #53bcb1;width: 98%;padding: 0 !important;
        border-radius: 0 1rem 1rem 0;margin-top: 2rem;
    }
    .section1 .container { padding: 0; }
    .section1_module {
        aspect-ratio: 8.7/10;border-radius: 0 1rem 0 0;
        background-image: url("<?= templateUrl('timeisloan/images/main/section1/section1_img_banner1.webp') ?>");
    }
    .section1_module_title { font-size: 1.2rem; }
    .section1_module_right_top {
        font-size: 4rem;right: 4%;top: 2rem;
        writing-mode: vertical-rl;text-orientation: upright;
    }
    .section1_module_left { font-size: 5rem;left: 4%;top: 4rem; }
    .section1_module_right_bottom { bottom: 2rem; }
    .section1_module_right_bottom div {
        background-color: #53bcb1;;padding: 0.5rem;margin-top: 1rem;
        font-size: 1rem;border-radius: 0.5rem;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    .section1_bottom {
        background-color: #53bcb1;border-radius: 0 0 1rem 0;padding: 1rem;
        position: unset;
    }
    .section1_bottom_text1 { color: #FFFFFF;text-align: center;font-size: 0.9rem; }
    .section1_bottom_text2 {
        color: #FFFFFF;text-align: center;
        font-size: 1.5rem;letter-spacing: 0.2rem;
    }
    .section1_bottom_text2 span {
        color: transparent;font-size: 3rem;
        -webkit-text-stroke: 1.5px #FFFFFF;-webkit-text-fill-color: transparent;
    }

    .section2_title { font-size: 1.5rem;line-height: 1; }
    .section2_module_title { font-size: 0.9rem; }
    .section2_text { font-size: 1.2rem; }
    .section2_text span { color: #3db0b1; }
    .section2_notes { margin-top: 10px;font-size: 10px;color: #000000; }
}
@media (max-width: 400px) {
    .section2_text { font-size: 1rem; }
}