body {
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
}

.content1 {
    padding: 50px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.banner {
    display: block;
    width: 100%;
}

.text-overlay {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 800;
}

.text-overlay img {
    width: 20px;
    height: auto;
}

.content1 .point2{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    color: #ff823d;
    font-weight: 500;
}
.title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 3px solid #73ad29;
    width: 100%;
    padding-bottom: 15px;
}
.section_A1 .box, .section_A2 .box, .section_A3 .box{ 
    padding: 0 !important;
}
.section_C .box{ 
    border: none !important;
    padding: 0 !important;
}
.section_A1 .box .bold, .section_A2 .box .bold, .section_A3 .box .bold{ 
    border-bottom: 2px solid #cccccc;
    font-size: 18px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
    padding-right: 3rem;
    position: relative;
    border-bottom: none;
    width: 100%;
    margin: 0 !important;
}
.section_A1 .box.on .bold, .section_A2 .box.on .bold, .section_A3 .box.on .bold{ 
    border-bottom: none;

}
.section_A1 .box .bold::after, .section_A2 .box .bold::after, .section_A3 .box .bold::after{ 
    content: '';
    background-image: url('../img/down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);

}
.section_A1 .box.on .bold::after, .section_A2 .box.on .bold::after, .section_A3 .box.on .bold::after{ 
    background-image: url('../img/up-arrow.png');

}
.section_A1 .box.on .con, .section_A2 .box.on .con, .section_A3 .box.on .con { 
    display: block;
    padding: 1.5rem;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    border-top: 2px solid #cccccc;
    margin-bottom: 0;
}
.section_A1 .box .con, .section_A2 .box .con, .section_A3 .box .con { 
    display: none;
    line-height: 1.5;
}

.content1 .box  {
    margin-bottom: 20px;
    border: 2px solid #cccccc;
    border-radius: 15px;
    padding: 20px;
    background: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 19px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 1.3;
    color: #67a516;
    margin:15px 0 12px;
}


@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        padding: 100px 0 80px;
        width: 90%;
    }

}

@media screen and (max-width: 767px) {
    .content1 {
        width: 90%;
        padding: 30px 0 30px;
        max-width: 100%;
    }
    .banner-wrapper {
        position: relative;
        margin-bottom: 15px;
    }
    .content1 .box .bold {
        font-size: 16px;
    }
    .content1 .box .con {
        font-size: 16px;
    }
    .section_A1 .box.on .con, .section_A2 .box.on .con, .section_A3 .box.on .con {
        font-size: 16px;
    }
    .banner {
        display: block;
        width: 100%;
        height: 80px;
    }
    .text-overlay {
        right: 15px;
        padding: 10px;
        font-size: 14px;
        border-radius: 7px;
    }
    .text-overlay img {
        width: 13px;
        height: auto;
    }
    .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .content1 .box {
        padding: 15px;
    }
    .content1 .box .con {
        margin-bottom: 15px;
    }
}