.global_header_wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:3%;margin-right:3%}@media screen and (max-width:800px){.global_header_wrapper{margin-left:0;margin-right:0}}.global_header_logo_area{flex-basis:20%}.global_header_buttons_area{flex-basis:75%;text-align:right}.headerBTNOne{border:1px solid #000;border-radius:35px;color:#000;margin-right:10px}.headerBTNOne,.headerBTNTwo{display:inline-block;padding:7px 25px;text-align:center;text-decoration:none}.headerBTNTwo{background-color:var(--mainGreen);border:1px solid #5db407;border-radius:35px;color:#fff;margin-right:0}.headerBTNTwo:hover{background-color:none;background-image:linear-gradient(90deg,#5db407,#2f5f00)}