.header2 {
    position: relative; 
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff; 
    border-bottom: 1px solid #a5aeb4;
    height: 80px;
}

.header2 .back {
    flex: 0 0 auto; 
}

.header2 .back img {
    width: 60%; 
    
}

.header2 .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 45px;
    display: flex;
    align-items: center;
}

.header2 .logo img {
    display: block; 
    max-width: 100%; 
    width: 100px;
}
.btn_wrap1 {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    gap: 25px;
    display: flex;
    flex-direction: column;
}
.btn_wrap1  p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_wrap1 a {
    display: flex;
    justify-content: space-between;
    background-color: #202033;
    align-items: center;
    padding: 20px 50px;
    width: 100%;
    margin: 40px 0;
    border-radius: 35px;
}

.btn_wrap1 a pre {
    font-size: 25px;
    color: #fff;
}
.btn_wrap1 a pre .point2{
    font-size: 25px;
    color: #e6c506;
    font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .btn_wrap1 {
        width: 100%;
    }
    .btn_wrap1 a img {
        width: 5%;
    }
}

@media screen and (max-width: 767px) {
/* .header1 {
    height: 60px !important;
}
.header1 img {
    width: 70px !important;
} */
}