.tabs .page-center{display:flex;justify-content:space-between;position:relative;align-items:flex-start}.tabs .page-center>div:first-child{flex-basis:30%;padding-right:3rem;display:inline-flex;flex-direction:column;position:sticky;top:14rem}.tabs .page-center>div:last-child{flex-basis:60%}.tab .tablinks{background-color:inherit;color:#000;float:left;border:0;outline:0;cursor:pointer;transition:.3s;font-size:24px;font-weight:bold;line-height:50px;opacity:.25;text-align:left;line-height:1.2;margin-bottom:2.6rem;position:relative;width:100%}.tab .tablinks:after{content:'\000BB';font-size:5rem;height:45px;line-height:.4;margin-left:10px;position:absolute;right:-3rem;top:50%;transform:translateY(-50%)}.tab .tablinks.active,.tab .tablinks:hover{opacity:1}.tabcontent{animation:fadeEffect 1s;margin-bottom:8.6rem}@keyframes fadeEffect{from{opacity:0}to{opacity:1}}.tabcontent>div:not(:last-child){margin-bottom:128px}.tabcontent img{margin-bottom:60px}@media screen and (max-width:767px){.tabs .page-center{flex-direction:column}.tabs .page-center>div:first-child{display:none}.tabcontent{margin-bottom:6rem}.tabcontent:last-child{margin-bottom:0}}