
.section1 {
    border-bottom: 3px solid #f4f4f4;
    padding: 0 1.5rem 3rem;
}
.section1 p{
    font-size: 1.6rem;
    line-height: 1.5;
}
.section1 h2{
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    line-height: 1.3;
    color: #4783c1;
    font-family: 'SUIT-ExtraBold' !important;
}
.section1 h2 img{
    width: 6%;
    margin-right: .5rem;
}
.section1 .box{
    margin-top: 1.5rem;
    padding: 2rem 1.5rem;
    background-color: #f4f6f9;
    border-radius: 1rem;
}
.yellow {
    font-size: 1.6rem;
    color: #dd9136;
    font-weight: 600;
    margin-top: 1.5rem;
    display: block;
}
.section1 .yellow:nth-of-type(2), .section2 .yellow:nth-of-type(2) {
    margin-top: 2.5rem;
}
.box span{
    font-size: 1.6rem;
    color: #038f8d;
    font-weight: 500;
}
.box .box_con{
    font-size: 1.6rem;
    line-height: 1.5;
}
.section2 {
    display: inline-block;
     padding: 3rem 1.5rem 3rem;
}
.section2 .title{
    font-size: 2rem;
    font-weight: 600;
    font-family: 'SUIT-ExtraBold' !important;
}
.section2 .btn_wrap {
    margin: 3rem 0;
}
.section2 .btn_wrap:nth-of-type(1) {
    margin: 3rem 0;
}
.section2 a {
    position: relative;
    margin-top: 1.5rem;
    display: block;
}
.section2 img {
  
    width: 100%;
}
.text-overlay {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Paperlogy-7Bold' !important;
}
.text-overlay span{
    color: #fff;
    font-family: 'Paperlogy-4Regular' !important;
    font-size: 1.6rem;
}
.section2 .box{
    margin-bottom: 1.5rem;
}
.section2 h2{
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: #4783c1;
    font-family: 'SUIT-ExtraBold' !important;
}
.section2 .box .con{
    font-size: 1.6rem;
    line-height: 1.5;
}