
.content1 {
    padding: 30px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 800;
}
.sub_title {
    font-size: 26px;
    font-family: '7Bold' !important;
    color: #00175e;
    margin-bottom: 35px;
}
.content1 .point3{
    font-size: 18px;
    border-radius: 10px;
    line-height: 1.3;
    color: #808080;
    font-family: '5Medium' !important;
}

.content1 .box  {
    margin-bottom: 30px;
    background: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px;
    color: #626262;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 22px;
    border-radius: 10px;
    line-height: 1.3;
    color: #4c598b;
    font-family: '6SemiBold' !important;
    margin-bottom: 10px;
}
.section_C .content1 .box  {
    padding: 0 1.5rem;
    background-color: #fafafa;
    border-radius: 15px;
}
.section_C .box .bold{ 
    font-size: 22px;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
    padding-right: 3rem;
    position: relative;
    border-bottom: none;
    width: 100%;
    margin: 0 !important;
    height: 100%;
    padding: 1.5rem 0;
}
.section_C .box.on .bold{ 
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #848484;
    padding-bottom: 1.5rem;
    padding-right: 2rem;

}
.section_C .box .bold::after{ 
    content: '';
    background-image: url('../img/arrow-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
}
.section_C .box.on .bold::after{ 
    background-image: url('../img/arrow-2.png'); transform: rotate(180deg);
    top: 25%;
}
.section_C .box.on .con{ 
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1.5rem 0;
}
.section_C .box .con{ 
    display: none;
    line-height: 1.5;
    background-color: #fafafa;
}
.section_A .btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}
.section_A .btn_wrap a{
    width: calc(50% - 15px);
    background-color: #fafafa;
    border-radius: 15px;
    padding: 25px 40px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-size: 20px;
    font-family: '6SemiBold' !important;
}
.section_A .btn_wrap a img{
    width: 60px;
    height: auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        width: 90%;
        padding: 90px 0 80px;
    }
    .section_C .box.on .bold::after {
        top: 30%;
    }
}
@media screen and (max-width: 767px) {
    .content1 {
        width:90%;
        max-width: 100%;
        padding: 50px 0 0;
    }
 
    .content1 .box .bold {
        font-size: 17px;
    }
    .content1 .box .con {
        font-size: 16px;
        margin-bottom: 20px;
    }
  
    .content1 .point3 {
        font-size: 17px;
    }
    
    .sub_title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .content1 .box {
        margin-bottom: 15px;
        background: #fff;
    }
   
    
    .section_A .btn_wrap {
        gap: 8px;
        margin: 25px 0;
        gap: 8px !important;
    }
    .section_A .btn_wrap a {
        width: calc(50% - 4px) !important;
        background-color: #fafafa;
        border-radius: 10px;
        padding: 20px 10px;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-family: '6SemiBold' !important;
        flex-direction: column-reverse;
        text-align: center;
        line-height: 1.3;
    }
    .section_A .btn_wrap a img {
        width: 45px;
        height: auto;
        margin-bottom: 15px;
    }
    .section_C .content1 .box {
        border-radius: 10px;
    }
    .section_C .box .bold::after {
        top: 55%;
    }
    .section_C .box.on .bold::after {
        top: 32%;
    }
    .section_C .box .bold {
        padding: 1.5rem 3rem 1.5rem 0;
    }
    .section_C .content1 .box .con {
        font-size: 16px;
    }
}