.content_post {
    margin-bottom: 60px;
}
.industries-container {
    display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
}
.industries-tabs {
    flex: 0 0 268px;
    width: 268px;
    max-width: 100%;
}
.industries-tab {
    height: 60px;
    margin-bottom: 2px;
    position: relative;
    z-index: 1;
    font-family: var(--raleway-family);
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
}
.industries-tab-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.industries-tab-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transition: 0.3s;
    cursor: pointer;
}
.industries-tab:hover {
    color: #fff;
}
.industries-tab.active .industries-tab-cont, .industries-tab:hover .industries-tab-cont {
    background-color: #00594D;
}
.industries-cont {
    flex: 1 1 100%;
    min-height: 100%;
}
.industries-wind {
    background: #F9F9F9;
    border: 1px solid #F7F7F7;
    box-sizing: border-box;
    padding: 21px 18px;
    padding-bottom: 60px;
    display: none;
    min-height: 100%;
}
.industries-wind div {
    width: auto !important;
    max-width: 100% !important;
}
.industries-wind.active {
    display: block;
}
.industries-wind h1, .industries-wind .h1 {
    font-family: "Raleway";
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 30px;
}
.industries-wind h1::before, .industries-wind .h1::before {
    border-color: #00594D;
}
.industries-wind p {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #000;
}
.industries-wind ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}
.industries-wind ul li::before {
    width: 8px;
    height: 8px;
    margin-right: 13px;
    content: "";
    display: block;
    flex: 0 0 8px;
    background-color: #00594D;
}
.industries-wind ul li p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}
.industries-container.large {
    margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
    .industries-container:not(.large) {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .industries-container:not(.large) .industries-tabs {
        flex: 0 0 100%;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .industries-container.large {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .industries-container.large .industries-tabs {
        flex: 0 0 100%;
        width: 100%;
    }
}
