.section1 {
    text-align: center;
}
.section1 img {
    width: 70%;
}
.section1 h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #f37e3d;
    margin-top: 3rem;
}
.section1 pre {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 1.5rem;
}
.section2 {
    margin: 4rem 0;
}
.section2 .btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1.5rem;
}

.section2 .btn_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1.5rem 0;
    background-color: #fff;
    border-radius: 1.5rem;
    flex: 1;
    justify-content: center;
    gap: 1.5rem;
}

.section2 .btn_wrap a img {
    display: block;
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    padding: 1rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 1rem;
}

.section2 .btn_wrap a:last-child img {
    height: auto;
}
.section3 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.section3 .btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 1.5rem;
    padding: 1rem;
    height: 100px;
}
.section3 .btn_wrap a img {
    width: 25%;
    height: auto;
}
.section3 .btn_wrap .btn1 {
    background-color: #ffcb05;
}
.section3 .btn_wrap .btn2 {
    background-color: #fba84a;
}
