
.content1 {
    padding: 60px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.content1 .point2{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    line-height: 1.3;
    font-weight: 600;
}
.content1 .point3{
    font-size: 19px;
    border-radius: 10px;
    line-height: 1.3;
    font-family: "Freesentation-7Bold" !important;
}

.sub_title {
    font-size: 26px;
    text-align: center;
    padding: 30px;
    background-color: #e7f2fb;
    border-radius: 10px;
    font-family: "Freesentation-7Bold" !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.sub_title img {
    width: 4%;
    height: 40px;
    object-fit: contain;
}
.content1 .box  {
    margin-bottom: 20px;
    background: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #656565;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 20px;
    border-radius: 20px;
    line-height: 1.3;
    background-color: #005eef;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.content1 .img {
    width: 100%;
}
.content1 a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 30px 50px;
    background-color:#f2f7fb;
    margin-top: 50px;
    font-size: 20px;
    font-family: "Freesentation-7Bold" !important ;
}
.content1 .btn2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 30px 50px;
    margin-top: 50px;
    gap: 10px;
}
.content1 .btn2 p{
    font-size: 20px;
    font-family: "Freesentation-7Bold" !important ;
    color: #0048ff;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.content1 .btn2 span{
    font-size: 18px;
    color: #656565;
}
.content1 .arrow {
    width: 13%;
}
.section_A .btn_wrap, .section_B .btn_wrap {
    display: flex;
    gap: 20px;
}
.section_B .content1 a {
    width: 33.33%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 30px 50px;
    background-color:#f2f7fb;
    margin-top: 50px;
    font-size: 20px;
    font-family: "Freesentation-7Bold" !important ;
    text-align: center;
    line-height: 1.3;
}
.content1 .button {
    width: 50%;
    margin: 25px 0;
    padding: 30px;
}

.content1 a .left {
    display: flex;
    align-items: center;
    gap: 30px;
}
.content1 a .left span {
    color: #fff;
    font-size: 23px;
}
.section_B .content1 .icon {
    width: auto;
    height: 50%;
}


.mo_img {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .content1 .btn_wrap {
        gap: 10px;
    }

    .content1 .region {
        top: 50%;
        bottom: unset;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
    }
    .content1 {
        width:90%;
        padding: 20px 0 30px;
        max-width: 100%;
    }
 
    .content1 .box .bold {
        font-size: 16px;
    }
    .content1 .box .con {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .content1 .point2 {
        font-size: 16px;
    }
    .content1 .point3 {
        font-size: 16px;
    }
    
    .sub_title {
        font-size: 17px;
        padding: 15px;
        gap: 10px;
    }
    .sub_title img {
        width: 7%;
        height: 20px;
        object-fit: contain;
    }
    .section_A .content1 a {
        border-radius: 10px;
        padding: 10px 10px;
        margin-top: 0;
        width: 50%;
        font-size: 16px;
    }
    .content1 a .left {
        gap: 10px;
    }
    .content1 .icon {
        width: 16%;
    }
    .content1 a .left span {
        color: #fff;
        font-size: 17px;
    }
    .content1 .arrow {
        width: 10%;
    }
    .content1 .button {
        width: 100%;
        margin: 25px 0;
        padding: 20px;
    }
    .content1 .btn2 p {
        font-size: 16px;
        justify-content: space-between;
    }
    .content1 .button .icon {
        width: 9%;
    }
    .content1 .btn2 span {
        font-size: 10px;
        color: #656565;
        display: block; /* Makes the span behave like a block element */
        word-wrap: break-word; /* Ensures long words are broken and wrapped to the next line */
        white-space: normal; /
    }.section_B .content1 a {
        width: 33.33%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        padding: 15px 10px;
        background-color: #f2f7fb;
        margin-top: 0;
        font-size:16px;
        font-family: "Freesentation-7Bold" !important;
        text-align: center;
        line-height: 1.3;
    }
    .section_B .content1 .icon {
        width: auto;
        height: 20%;
        margin-bottom: 10px;
    }
}