.see_all_container{width:100%;display:flex;justify-content:center;align-items:center;max-height:150px}.see_all_container .button{text-decoration:none;border:2px solid;border-radius:50px;color:#ecebeb;height:60px;display:flex;justify-content:space-evenly;align-items:center;text-transform:uppercase;background:transparent;margin-bottom:120px;cursor:pointer;position:relative;transition:all .3s ease;font-size:19px;font-weight:400;gap:20px;min-width:260px}.see_all_container .button .arrow_1{margin-left:30px}.see_all_container .button .arrow_2{margin-right:30px}.see_all_container .button .button_text{z-index:11;color:#ecebeb}@media only screen and (max-width:767px){.see_all_container{max-height:100px}}