.btn_wrap {
    justify-content: space-between;
    text-align: left;
    align-items: center;
    margin: 60px 15px 40px;
    gap: 15px;
    display: inline-flex;
}


.btn_wrap a {
    padding: 15px 50px;
    font-size: 18px;
    width: 50%;
    border-radius: 30px;
    font-weight: 800;
    color: #bd99a5;
    background-color:#fcf5f7;
    border: 2px solid #faecee;
}

.section_AA .btn_wrap a:nth-child(1) {
    border-radius: 30px;
    font-weight: 800;
    background-color: #fff;
    border: 2px solid #b54358;
    color: #7f3244;
}

.section_AB .btn_wrap a:nth-child(2) {
    border-radius: 30px;
    font-weight: 800;
    background-color:#fff;
    border: 2px solid #b54358;
    color: #7f3244;
}
.section_AC .btn_wrap a:nth-child(3) {
    border-radius: 30px;
    font-weight: 800;
    background-color:#fff;
    border: 2px solid #b54358;
    color: #7f3244;
}
.section_AA .box, .section_AB .box , .section_AC .box   {
    margin-bottom: 30px;
}
.section_AA .box .con, .section_AB .box .con, .section_AC .box .con, .section_B .box .con {
    font-size: 16px;
    line-height: 1.4;
}
.section_AA .box .bold, .section_AB .box .bold, .section_AC .box .bold, .section_B .box .bold {
    font-size: 16px;
    font-weight: 800;
    color: #7f3244;
    margin-bottom: 15px;
}

.section_B .box {
    margin: 50px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
   .content1 {
        width: 767px;
        margin: 0 auto;
        padding: 20px;
    }
    
}
@media (max-width: 767px){
    .content1 {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
    .btn_wrap {
        text-align: left;
        margin: 15px 15px 15px 0;
        gap: 10px;
        display: inline-flex;
    }
    .btn_wrap a {
        padding: 10px 20px;
        font-size: 16px;
        width: 50%;
    }

    .image-container img {
        width: 100%;
        height: 120px;
    }
    .section_B .box {
        margin: 0 0 50px 0;
    }
}

