.content1 .sub_title {
    font-size: 19px;
    font-family: "jamsil_Bold"!important;
    color: #3882e7;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px;
}
.content1 .sub_title::after {
    content: '';
    flex: 1;
    height: 2px;
    background: #3882e7;
}

.box {
    margin-bottom: 25px;
}

.content1 .btn_group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.content1 .btn_group a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem;
    font-size: 1.7rem;
    border-radius: 1rem;
    height: 80px;
    background-color: #428ee7;
    color: #fff;
    text-align: center;
    letter-spacing: -1.3px;
}

.content1 .btn_group a img{
    width: 20%;
}

.content1 .bold {
    font-size: 17px;
    color: #202475;
    font-family: "jamsil_Regular"!important;
    line-height: 1.3;
}
.content1 .con {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 300;
}

.content1 .con .point3{
    font-size: 17px;
    font-family: "jamsil_Regular"!important;
    color: #5b5b5b;
}

.link { 
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.link a{ 
    padding: 20px;
    border-radius: 10px;
    font-family: "jamsil_Bold"!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 19px;
    background-color: #e9ecef;
}
.link a img{
    height: 40px;
    width: auto;
}
