.section1 {
    text-align: center;
}
.section1 img{
    width: 40%;
    margin-bottom: 3rem;
}
.section1 .title{
    font-size: 1.9rem;
    color: #050d3f;
    font-weight: 900;
    margin-bottom: 1rem;
    font-family: "SUITE-Heavy" !important;
}
.section1 .text{
    font-size: 1.6rem;
    color: #2d2d2d;
    font-weight: 800;
}
.section2 .btn_group {
    display: flex;
    justify-content: space-between;
    gap:1rem;
    margin-top: 3rem;
    width: 100%;
}
.section2 .btn_group a{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 1px 2px 3px;
    font-size: 1.6rem;
    color: #050d3f;
    font-weight: 800;
    padding: 0 1rem;
    width: 48%;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    border-radius: 1.5rem;
}
.section2 .btn_group a img{
    width: auto;
    height: 40%;
    margin-bottom: 3rem;
}

.section3 .box {
    margin-top: 3rem;
    border: 1px solid #ddd;
    padding: 4rem 1.5rem;
    border-radius: 1.5rem;
    background-color: #fcfcfc;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.section3 .box .btn{
    display: block;
    width: 100%;
    height: auto;
}
.section3 .box a{
    position: relative;
    margin-top: 2.5rem;
    display: block;
}
.section3 p {
    font-size: 1.8rem;
    color: #2d2d2d;
    font-weight: 800;
    line-height: 1.3;
}
.section3 .text-overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: #2d2d2d;
    font-weight: 900;
}

.section3 .text-overlay .arrow {
    margin-left: 10px;
    width: 12%;
}
.section3 .btn_wrap {
    display: flex;
    justify-content: space-between;
    gap:1rem;
    margin-top: 1rem;
}
.section3 .btn_wrap:nth-child(2) {
    margin-top: 3rem;
}
.section3 .btn_wrap a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
    color: #050d3f;
    font-weight: 800;
    padding: 2rem;
    width: 50%;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    border-radius: 1.5rem;
    background-color: #f7f7f7;
    margin-top: 0;
}
.section3 .btn_wrap a img{
    width: 60%;
    margin-bottom: 1rem;
}