.iw-so-tabs .iw-so-tabs-nav {
    list-style: none;
    margin: 0;
}

.iw-so-tabs .iw-so-tabs-nav::after {
    clear: both;
    content: "";
    display: table;
}

.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title {
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 2px;
}

.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    display: flex;
    font-family: inherit;
    font-size: 1em;
    padding: 1em 10px;
    text-decoration: none;
    outline: none;
    text-align: left;
    justify-content: space-around;
    align-items: center;
}

.iw-so-tabs-content img {
    border-radius: 15px;
}

.iw-so-tabs-content h3 {
    color: #2B2C2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.iw-so-tabs-content h4 {
    color: #116838;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.iw-so-tabs-content ul {    
    list-style:none;
    padding-left: 0;
}
.iw-so-tabs-content ul li:before {
	content: "\e90d";
	font-family: 'etonoma';
	font-size: 22px;
	vertical-align: bottom;
	color: #116838;;
}

.iw-so-tabs-content h3:before {
    content: "\e910";
    font-family: 'etonoma';
    margin-right: 5px;
    color: #116838;
    font-size: 20px;
}

.iw-so-tabs-content h2 {
    color: #2B2C2E;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.iw-so-tabs .iw-so-tabs-content {
    width: 100%;
}

.iw-so-tabs .iw-so-tabs-content::after {
    clear: both;
    content: "";
    display: table;
}

.iw-so-tabs .iw-so-tabs-content .iw-so-tabs-panel {
    display: none;
    padding: 0.9375rem;
}

.iw-so-tabs .iw-so-tabs-content .iw-so-tabs-panel.iw-so-tab-active {
    display: block;
}

.iw-so-tabs.iw-so-tabs-vertical {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.iw-so-tabs.iw-so-tabs-vertical::after {
    clear: both;
    content: "";
    display: table;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav {
    float: left;
    display: block;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 24%;
    background: #F8FAF4;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav:last-child {
    margin-right: 0;
}

.title-tabs {
    color: #116838;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 34px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DADADA;
    ;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title {
    margin-bottom: 34px;
    width: 100%;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title a {
    width: 100%;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content {
    float: left;
    display: block;
    margin-left: 5%;
    width: 69%;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content:last-child {
    margin-right: 0;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content .iw-so-tabs-panel {
    padding: 0 10px;
}

@media only screen and (max-width: 720px) {

    .iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav {
        width: 100%;
        margin-right: 0;
        padding-left: 15px;
    }
     .iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }

    .iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title {
        margin-bottom: 0em;
        width: auto;
    }

    .iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title a {
        width: auto;
    }

    .iw-so-tabs.iw-so-tabs-icons .iw-so-tabs-nav .iw-so-tab-title .iw-so-tab-text {
        display: none;
    }

    .iw-so-tabs.iw-so-tabs-fullwidth .iw-so-tabs-nav .iw-so-tab-title {
        margin-bottom: 0.25rem;
        width: calc(100% - 20px);
        margin-right: 0;
    }

    .iw-so-tabs.iw-so-tabs-fullwidth .iw-so-tabs-nav .iw-so-tab-title a {
        width: 100%;
    }
}

.no-js .iw-so-tabs .iw-so-tabs-content .iw-so-tabs-panel {
    display: block !important;
}