.section1 {
    display: flex;
    padding: 2rem 1.5rem;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.section1 img{
    width: 35%;
}
.section1 .left {
    width: 65%;
}
.section1 h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #002bca;
}
.section1 pre {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 1.5rem;
    color: #848484;
}
.section2 {
    padding: 2rem 1.5rem;
}
.section2 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.section2 .btn_wrap a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    color: #fff;
    gap: 5rem;
    height: 90px;
}
.section2 .btn_wrap a img{
    width: 20%;
}
.section2 .btn_wrap a:nth-child(1){
    background-color: #5a63fc;
}
.section2 .btn_wrap a:nth-child(2){
    background-color: #8f4bff;
}
.bg {
    background-color: #f0f8fb;
    height: 8px;
    width: 100%;
}
.section3 {
    padding: 3rem 1.5rem;
}
.section3 h2 {
    font-size: 1.9rem;
    letter-spacing: -2.5px;
    margin: 1rem 0;
}
.section3 h2 span{
    font-size: 1.9rem;
    color:#002bca ;
}
.section3 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.section3 .btn_wrap a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    color: #4a4a4b;
    gap: 4rem;
    height: 90px;
}
.section3 .btn_wrap a img{
    width: 20%;
}
.section3 .btn_wrap a:nth-child(1){
    background-color: #f0edfe;
}
.section3 .btn_wrap a:nth-child(2){
    background-color: #f0f8fb;
}
.section3 .btn_wrap a:nth-child(4){
    background-color: #e3f0ff;
}