#wrap .content{
    padding: 0 1.5rem;
    
}
#wrap .content .box{
    border: 1px solid #dfdfdf;
    padding: 2.5rem 1.5rem;
    border-radius: 0.5rem;
}
#wrap .content .sub_title{
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 3.5rem;
}
#wrap .content .sub_title .point3{
    font-size: 2rem;
    font-weight: 500;
}
#wrap .content .text {
    display: flex;
    gap: 1rem;
    margin-top: 1.3rem;
    font-weight: 300;
    

}
#wrap .content .text .bold{
    font-size: 1.5rem;
    color:#43b3da;
    text-wrap: nowrap;
    line-height: 1.3;
}
#wrap .content .text .con{
    font-size: 1.5rem;
    line-height: 1.3;
    color: #7c7c7c;
 
}
#wrap .content .btn_wrap{
    margin: 1rem 0 ;
}
#wrap .content .btn_wrap .btn{
    width: 100%;
    margin-top: 0.8rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 0.5rem;
}
