@media only screen and (max-width: 767px) {
    .footer--block .footer--block--container {
        margin: 0 auto;
    }
}

.footer--root {
    padding: 20px !important;
    background-image: linear-gradient(#61a0c0, #0d273a) !important;
}

.footer--block .footer--about-text p {
    font-size: 12px;
}

.tabs-wrapper.horizontal .headings .trigger{
  	border-bottom: 2px solid var(--color-text);
    margin: 10px !important; 
    padding: 6px !important;
    
}

.tabs-wrapper.horizontal .headings .active .trigger{
  	border-bottom: 2px solid var(--color-button-bg);
}