.section1 {
    background: linear-gradient(to bottom, #e9f5ff, #fff);
    padding: 3rem 1.5rem;
}
.section1 pre {
    text-align: center;font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
    color: #1b2844;
}
.section1 pre span{
    font-size: 2rem;
    font-weight: 600;
    color: #1b2844;
}
.section1 ul {
    border: 1px solid #ddd;
    border-radius: 1.5rem;
    padding: 1rem 1.5rem;
    background-color: #fff;
    margin-top: 3rem;
}
.section1 ul li{
    border-bottom: 1px solid #ddd;
}
.section1 ul li:last-child{
    border-bottom: 0;

}
.section1 ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    padding: 1rem 0;

}
.section1 ul li a img{
    width: 7%;
}
.section2 {
    margin: 2rem 1.5rem;
    background-color: #e9f5ff; 
    background-image: url('../img/img.png'); 
    background-size: 40%; 
    background-position: right  bottom 1.5rem;
    background-repeat: no-repeat;
    padding: 3rem 1.5rem;
    border-radius: 2rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.section2 h2{
    font-size: 1.8rem;
    font-weight: 600;
    color: #1b2844;
}
.section2 p{
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
}
.section2 a{
    font-size: 1.5rem;
    margin-top: 4rem;
    color: #fff;
    background-color: #4a639b;
    padding: 1rem 1.5rem;
    display: inline-flex;
    border-radius: 1rem;
    align-items: center;
    justify-content: space-between;

}
.section2 a img{
    width: 10%;
}
.section3 {
    padding: 3rem 1.5rem 4rem;
}
.section3 h2 {
    font-size: 1.8rem;
    color: #8a9099;
    font-weight: 600;
    text-align: center;
}
.section3 .btn_wrap{
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.section3 a{
    background-color: #edf1f4;
    display: flex;
    flex-direction: column;
    width: 50%;
    border-radius: 2rem;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1b2844;
}
.section3 a img{
    width: 50%;
    margin-bottom: 3rem;
}


