
.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2.5rem 0; 
}

.btn_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: calc(50% - 0.5rem);
    box-sizing: border-box;
    padding: 1.5rem;
    background-color: #f4f4f4;
    border-radius: 1rem;
    font-size: 1.6rem;
    text-align: center;
    justify-content: center;
    line-height: 1.3;
}

.btn_wrap img {
    margin-bottom: 1.5rem;
    height: 50%;
}


.box_wrap {
    margin: 2.5rem 0;
}
.box_wrap .box{
    margin-bottom: 2rem;
    padding: 1.5rem;
    border: 1px solid #f4f4f4;
    border-radius: 1rem;
}
.box_wrap .box p:first-child{
    margin-bottom: 1.5rem;
}
.box_wrap .box p{
    font-size: 1.6rem;
    line-height: 1.3;
}
.btn_group {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.btn_group a {
    background: url('../img/banner-icon.png') no-repeat right bottom, linear-gradient(to right, #489cf1, #66dad8);
    background-size: contain, cover;
    border-radius: 1rem;
    padding: 1.5rem ; 
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.3;
    height: 72px;
    position: relative;
    overflow: hidden;
}



