.section1 {
    padding: 30px 0;
    width: 100%;
    height: 330px;
    margin: 0 auto;
    background-color: #d2e8ff;
    text-align: center;
}
.section1 h3{
    font-size: 22px;
    font-weight: 800;
}
.section1 pre{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}
.section2 .btn_wrap {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 1000px;
    margin: -70px auto 20px;
    position: relative;
}
.section2 .left {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    color: #434544;
    justify-content: space-between;
    width: 100%;
}
.section2 .btn_wrap a {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    padding: 1.5rem;
    border-radius: 20px;
    text-align: left;
    height: 200px;
}
.section2 img {
    width: 15%;
}
.section2 .btn1 {
    background-color: #feeeb3;
}
.section2 .btn2 {
    background-color: #f5f6fa;
}
.section2 .btn3 {
    background-color: #5a44e7;
}
.section2 .btn3 .left{
    color: #fff;
}
.section2 a::after {
    content: '';
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 65px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
}
.section2 .btn1::after {
    background-image: url('../img/icon-1.png'); 
}
.section2 .btn2::after {
    background-image: url('../img/icon-2.png'); 
}
.section2 .btn3::after {
    background-image: url('../img/icon-3.png'); 
}
.section3 {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
}
.section3 .left{
    width: 55%;
    gap: 20px;
    display: flex;
    flex-direction: column;
   
}
.section3 .left .left_top{
    display: flex;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    justify-content: space-around;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 55%;
    align-items: center
}
.section3 .left .left_top p, .left .left_bottom1 p, .left .left_bottom2 p{
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}
.section3 .left .left_top a{
    font-size: 18px;
    background-color: #97989e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.section3 .left_bottom {
    display: flex;
    justify-content: space-between;
    height: 45%;
    gap: 20px;
}
.section3 .left_bottom1, .left_bottom2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e0e0e0;
    padding: 30px;
    width: 50%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    align-items: center;
    gap: 15px;
}
.section3 .left .left_bottom1 a{
    font-size: 18px;
    background-color: #309bfc;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
}
.section3 .left .left_bottom2 a{
    font-size: 18px;
    background-color: #f9c316;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
}
.section3 .right{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #e0e0e0;
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    gap: 15px;
    position: relative; 
    background-image: url('../img/background-image.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
.section3 .right a{
    font-size: 18px;
    background-color: #5a44e7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
}
.section3 .right p{
    font-size: 20px;
    font-weight: 800;
}
.section3 .right::after {
    content: '';
    position: absolute;
    bottom: 0; 
    right: 10px; 
    width: 200px; 
    height: 200px; 
    background-image: url('../img/icon-4.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
}
@media (min-width: 768px) and (max-width: 1200px) {

.section2 .btn_wrap {
    display: flex;
    gap: 15px;
    width: 95%;
    max-width: unset;
    margin: -70px auto 20px;
    position: relative;
}
.section3 {
    max-width: unset;
    width: 95%;
    margin: 0 auto;
}
.section3 .right::after {
    width: 130px;
    height: 130px;
}
.section3 .left_bottom {
    width: 100%;
}
.section3 .left_bottom1, .left_bottom2 {
    padding: 30px 25px;
}
}

@media screen and (max-width: 767px) { 
.section1 {
    padding:15px 0;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background-color: #d2e8ff;
    text-align: center;
}
.section1 pre {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px auto 0;
    width: 90%;
}
.section1 h3 {
    font-size: 20px;
    font-weight: 800;
}
.section2 .btn_wrap {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    margin: -80px auto 20px;
    position: relative;
    overflow-x: auto; 
    padding: 10px 15px;
    box-sizing: border-box;
}

.section2 .btn_wrap::-webkit-scrollbar {
    display: none; 
}

.section2 .btn_wrap {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}


.section2 .btn_wrap a {
    position: relative;
    display: flex;
    align-items: flex-start; 
    justify-content: center; 
    text-decoration: none;
    width: 150px;
    height: 150px;
    gap: 10px;
    border-radius: 15px;
    text-align: center;
    padding: 0; 
    box-sizing: border-box; 
    flex-shrink: 0; 
    padding: 15px;
}
.section2 a::after {
    width: 50px;
    height: 50px;
}
.section2 img {
    width: 20%;
}

.section2 .left {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    color: #434544;
    justify-content: space-between;
}
.section3 {
    display: flex;
    max-width: unset;
    width: 90%;
    margin: 0 auto;
    gap: 20px;
    flex-direction: column;
}
.section3 .left {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.section3 .left .left_top {
    display: flex;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 55%;
    align-items: center;
}
.section3 .left_bottom {
    gap: 15px;
    width: 100%;
}
.section3 .left_bottom1, .left_bottom2 {
    padding: 20px 15px;
    width: 50%;
    gap: 15px;
}
.section3 .right {
    width: 100%;
    padding: 50px 20px;
}
.section3 .left .left_top p, .left .left_bottom1 p, .left .left_bottom2 p, .section3 .right p  {
    font-size: 17px;
}
.section3 .left .left_bottom1 a, .section3 .left .left_bottom2 a, .section3 .left .left_top a, .section3 .right a  {
    font-size: 16px;
}
.section3 .right::after {
    width: 120px;
    height: 140px;
}
}