.top{
    text-align: center;
    margin-bottom: 3rem;
    background-color: #e9f3ff;
    padding: 2rem;
}
.top img{
    width: 40%;
}
.content1 {
    padding: 2rem;
    text-align: center;
}
.content1 .bold {
    font-size: 2rem;
    font-weight: 500;
    color: #002d7c;
    margin-bottom: 2rem;
    display: block;
    font-family: 'GongGothicMedium' !important;
}
h2 {
    font-size: 2rem;
    font-weight: 500;
    margin: 2rem 0;
    font-family: 'GongGothicLight' !important;
}
h2 span{
    font-size: 2rem;
    font-weight: 500;
    color: #0a3884;
    font-family: 'GongGothicMedium' !important;
}
.btn_wrap {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    margin: 3.5rem 0;
}
.btn_wrap a {
    position: relative;
}
.btn_wrap .btn {
    display: block;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 1rem;
}
.btn_wrap .arrow {
    width: 15%;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
}

.btn_wrap .text-overlay {
    position: absolute;
    top: 50%; 
    left: 0; 
    transform: translateY(-50%);
    padding: 1.5rem;
}
.btn_wrap .text-overlay p {
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    align-items: center;
}
.btn_wrap .text-overlay p span {
    font-size: 1.8rem;
    color: #ffea00;
    font-weight: 600;
}
.btn_group {
    display: flex;
    width: 100%;
    gap: 1.5rem;
    margin: 3.5rem 0;
}
.btn_group a{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    border: 1px solid #bed5c7;
    border-radius: .5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    justify-content: center;
}
.btn_group a img{
    width: 50%;
    margin-bottom: 1.5rem;
}
.btn_group a p{
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
}
.btn_group2 a p{
    font-size: 1.6rem;
    font-weight: 800;
}
.btn_group a p span,.btn_group2 a p span{
    font-size: 1.6rem;
    color: #002d7c;
    font-weight: 800;
}
.btn_group2 {
    display: flex;
    width: 100%;
    gap: 1.5rem;
    flex-direction: column;
    margin: 3.5rem 0;
}
.btn_group2 a{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: .5rem;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.btn_group2 a img{
    width: 20%;
}