
.heading__container {
    background: #ECECEC;
}

h1 {
    text-align: left;
    padding: 5px 0;
    letter-spacing: 6px;
}

.tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.tabs__button {
    background: none;
    border: 0;
    width: 100%;
    text-align: left;
    padding-left: 0;
    cursor: pointer;
    text-transform: uppercase;
}

    .tabs__button.active, .tabs__button:focus, .tabs__button:hover {
        background: none;
        color: #97B813;
        outline: none;
    }

.wb_area_contactbtn {margin-top:30px;}

@media only screen and (min-width:768px) {
    .tabs__button {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

@media only screen and (min-width:1024px) {
    .tabs {
        padding-left: 20px;
    }
}

@media only print {
}
