#wrap {
    padding: 1.5rem 1.5rem 4rem;
}
.section1 .box {
    padding: 2.5rem 2rem;
    background-color: #e2e2fe;
    border-radius: 1rem;
    height: 260px;
    background-image: url(../img/img.png);
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position: right 2rem bottom 2.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.section1 .box span{
    font-size: 2rem;
    font-weight: 800;
    color: #1d4c91;
    margin-bottom: .5rem;
    display: block;
}
.section1 .box p{
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: .5rem;
    display: block;
}
.section1 .box pre{
    font-size: 1.6rem;
    line-height: 1.3;
}
h2 {
    font-size: 1.8rem;
    font-weight: 600;
}
.section2, .section3, .section4, .section5 {
    margin-top: 4rem;
}
.btn_wrap  {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}
.btn_wrap a {
    font-size: 1.6rem;
    width: calc(50% - 5px);
    padding: 1.5rem;
    border-radius: 1.5rem;
    background-repeat: no-repeat;
    background-size: 28% auto;
    background-position: right 1.5rem bottom 1.5rem;
    height: 120px;
    line-height: 1.3;
    color: #fff;
}
.section2 .btn1 {
    background-color: #2f83f5;
    background-image: url(../img/img-1.png);
}
.section2 .btn2 {
    background-color: #38bdc2;
    background-image: url(../img/img-2.png);
}
.section3 .btn1 {
    background-color: #7855e7;
    background-image: url(../img/img-3.png);
}
.section3 .btn2 {
    background-color: #00af92;
    background-image: url(../img/img-4.png);
}
.section3 .btn3 {
    background-color: #09afc9;
    background-image: url(../img/img-5.png);
}
.section3 .btn4 {
    background-color: #ff820e;
    background-image: url(../img/img-6.png);
}
.section4 .btn1 {
    background-color: #0055a7;
    background-image: url(../img/img-7.png);
}
.section4 .btn2 {
    background-color: #6d75e2;
    background-image: url(../img/img-8.png);
}
.section5 .btn1 {
    background-color: #00207a;
    background-image: url(../img/img-9.png);
}
.section5 .btn2 {
    background-color: #39726f;
    background-image: url(../img/img-10.png);
}