
.content1 {
    padding: 30px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.content1 .point2{
    display: inline-block;
    font-size: 19px;
    border-radius: 10px;
    color: #0d9e5f;
    line-height: 1.3;
}
.content1 .point3{
    font-size: 18px;
    border-radius: 10px;
    font-weight:600;
    line-height: 1.3;
    color: #0095dc;
}

.sub_title {
    font-size: 25px;
    font-weight: 800;
    color: #0095dc;
    font-family: 'SCDream7' !important;
    text-align: center;
    padding: 30px;
    background-color: #f2fafd;
    margin-top: 4px;
}

.content1 .box  {
    margin-bottom: 20px;
    background: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px;
    color: #626262;
    font-family: 'SCDream4' !important;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    font-weight:600;
    line-height: 1.3;
    color: #0095dc;
}
.content1 .img {
    width: 100%;
}

.content1 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 100px;
}
.content1 .btn_wrap a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 150px;
    background-color: #fefcf3;
    font-size: 22px;
    font-family: 'SCDream7' !important;
    border-radius: 10px;
    height: 95px;
}
.content1 .btn_wrap a img{
    width: 65px;
    height: auto;
}
.section_A .content1 .btn_wrap a:first-child img{
    width: 55px;
    height: auto;
}
.section_B2 .content1 .btn_wrap a:last-child img{
    width: 75px;
    height: auto;
}
@media screen and (max-width: 767px) {
    .content1 {
        width:90%;
        padding: 20px 0 30px;
        max-width: 100%;
    }
 
    .content1 .box .bold {
        font-size: 16px;
    }
    .content1 .box .con {
        font-size: 16px;
    }
    .content1 .point2 {
        font-size: 17px;
    }
    .content1 .point3 {
        font-size: 16px;
    }
    
    .sub_title {
        font-size: 19px;
        padding: 20px;
    }
  
    .content1 .box .con {
    }
    .content1 .btn_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }
    .content1 .btn_wrap a {
        padding: 15px 25px;
        font-size: 18px;
        border-radius: 5px;
        height: 70px;
    }
    .content1 .btn_wrap a img {
        width: 40px;
    }
    .section_A .content1 .btn_wrap a:first-child img {
        width: 35px;
    }
    .section_B2 .content1 .btn_wrap a:last-child img{
        width: 48px;
    }
}