.section1, .section3 {
    padding: 20px 15px;
}
.title {
    display: flex;
    align-items: flex-end;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}
.title2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.title .point1, .title2 .point1  {
    font-size: 21px;
    font-weight: 600;
    color: #025ee2;
}
.title img{
   width: 20px;
   margin-right: 5px;
}
.con {
    font-size: 18px;
    color: #515151;
    line-height: 1.3;
}
.con .point2{
    font-size: 18px;
    font-weight: 600;
}
.section2 {
    padding: 20px 15px;
    background-color: #f8f8f8;
}
.section2 .btn_wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section2 .btn_wrap a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.section2 .btn_wrap a .left h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.section2 .btn_wrap a .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section2 .btn_wrap a .left img {
    width: 85px; /* 고정된 너비 */
    height: 85px; /* 고정된 높이 */
    object-fit: contain; /* 원본 비율을 유지하면서 이미지가 영역 내에서 최대로 맞춰짐 */
    padding: 20px;
    border-radius: 5px;
    background-color: #e6f1ff;
}

.section2 .btn_wrap .arrow{
    width: 30px;
}
.section3 .box {
    margin-bottom: 20px;
}
.section3 .box:last-child {
    margin-bottom: 0;
}