#wrap {
    padding: 1.5rem;
}
main {
    margin: 5rem 0;
}
#wrap .section1 {
    text-align: center;
}
#wrap .section1 h1{
    font-size: 2.2rem;
    font-weight:  800;
}
#wrap .section1 h1 span{
    font-size: 2.2rem;
    color: #1541e0;
    font-weight:  800;
}
#wrap .section1 p{
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 1.5rem;
    line-height: 1.3;
    color: #556977;
}
.section2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin-top: 1rem;
}

.section2 .btn1 {
    flex: 1;
    width: 100%;
    display: block;
    padding: 1rem 1.5rem;
    background: linear-gradient(to right, #364ce8, #3ed9aa);
    border-radius:1rem;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    font-weight:  800;
    color: #fff;
    margin-top: 2rem;
}
.section2 .btn1 img{
    width: 20%;
}

.section2_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.section2_1 .btn2, .section2_1 .btn3 {
    flex: 1;
    max-width: calc(50% - 5px);
    display: block;
    text-decoration: none;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.7rem;
    font-weight:  800;
}

.section2_1 .btn2 {
    border: 1px solid #a9b1f6;
    color: #3345ea;
    line-height: 1.3;
}
.section2_1 .btn3 {
    background-color: #3648ea;
    color: #fff;
}
.section2_1 .btn2 img, .section2_1 .btn3 img {
    width: 15%;
}
.section2_1 .btn2:last-child, .section2_1 .btn3:last-child {
    margin-right: 0;
}

.section2 img {
    vertical-align: middle;
    margin-left: 5px;
}
.section3 {
    margin-top: 2rem;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}
.section3 .btn3, .btn4 {
    border: 1px solid #a9b1f6;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 5px;
}
.section3 .btn3 p, .btn4 p{
    font-size: 1.7rem;
    color: #3345ea;
    line-height: 1.3;
    font-weight:  800;
}
.section3 .btn3 a{
    font-size: 1.6rem;
    color: #475c6b;
    line-height: 1.3;
    font-weight:  700;
    border: 1px solid #8f9af4;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 1.1rem;
    background-color: #d7e7f9;
    margin-top: 1rem;
    
}
.section3 .btn4 a{
    font-size: 1.6rem;
    color: #3143e9;
    line-height: 1.3;
    font-weight:  700;
    border: 1px solid #8f9af4;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 1.1rem;
    background-color: #d7e7f9;
    margin-top: 1rem;
}
.section3  img{
    width: 20%;
}