.tabs{align-items:flex-start;display:flex;flex-direction:row-reverse;justify-content:space-between;width:100%}.tabs .tab-sidebar{align-self:flex-start;height:fit-content;position:sticky;top:100px;width:35%}.tabs .tab-header>div{align-items:center;background-color:#024731;border:1px solid #d5dadf;border-radius:3px;box-shadow:0 2px 3px rgba(213,218,223,.35);color:#fff;cursor:pointer;display:flex;flex-direction:row;margin-bottom:15px;padding:20px;transition:all .5s ease-in-out}.tabs .tab-header>div.no-subtitle h4{margin-bottom:0}.tabs .tab-header>div>img{margin-right:10px}.tabs .tab-header>div.active,.tabs .tab-header>div:hover{border-left:5px solid #77ba00;box-shadow:0 3px 3px 2px rgba(213,218,223,.35)}.tabs .tab-header div i{display:inline-block;margin-left:10px;margin-right:5px}.tabs .tab-contents{margin-right:2%;width:63%}.tabs .tab-contents .tab-content div{display:none;transition:all .5s ease-in}.tabs .tab-contents .tab-content>div.active{display:block}.tab-header img{height:100%;max-width:40px;width:100%}.tab-header h4{color:#fff;font-size:22px;margin:0 0 10px}.tab-header p{margin:0}.tabs .tab-content>div{scroll-margin-top:170px}@media only screen and (max-width:768px){.tabs{flex-direction:column;margin:0;width:100%}.tabs .tab-contents,.tabs .tab-sidebar{margin-right:0;width:100%}.tabs .tab-sidebar{margin-bottom:20px;position:relative;top:0}.tabs .tab-header>div{padding:15px}}