.industries_block{
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    body .industries_block{
        margin-bottom: 30px;
    }
}
.industries_cover:before{
    content: '';
    background: linear-gradient(0deg, rgba(8, 9, 16, 0.82), rgba(8, 9, 16, 0.82));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.industries_block .button_wrap{
    justify-content: center;
    margin-top: -47px;
    z-index: 2;
    position: relative;
}
.industries_text{
    max-width: 670px;
}
.industries_loop{
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    margin-top: -175px;
    background: #fff;
    position: relative;
}
@media screen and (max-width: 768px) {
    body .industries_cover{
        padding-top: 50px;
    }
    body .industries_block .button_wrap{
        margin-top: -25px;
    }
    body .industries_loop{
        margin-top: -200px;
        flex-direction: column;
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    body .industries_block .button_wrap{
        flex-direction: row;
    }
}

.industries_cover{
    padding-top: 100px;
    padding-bottom: 230px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: relative;
}
.industries_cover> div,
.industries_cover h2,
.industries_cover svg{
    position: relative;
    z-index: 2;
}
h2.industries p{
    margin-bottom: 0;
    text-align: center;
}
h2.industries{
    margin-bottom: 0;
    color: #fff;
}
.industries_text p{
    margin-bottom: 0;
    text-align: center;
    color: #E0DEE8;
}
.industries_loop{
    position: relative;
    flex-wrap: wrap;
}
.industries_item{
    flex-basis: calc(100% / 3);
}
.industries_item{
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.industries_item:hover .industries_item_title{
    color: #EC3235;
}
.industries_item:hover .industries_item_logo.hover{
    display: block;
}
.industries_item:hover .industries_item_link{
    opacity: 1;
}
.industries_item_link{
    opacity: 0;
}
.industries_item_logo.hover,
.industries_item:hover .industries_item_logo.static{
    display: none;
}
.industries_item_title{
    margin-top: 30px;
    margin-bottom: 20px;
}
.industries_item_text.body3{
    margin-top: 20px;
    margin-bottom: 20px;
}
.industries_item_link{
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    text-transform: capitalize;
    color: #EC3235;
}
@media screen and (min-width: 768px){
    .industries_loop:before{
        content: '';
        width: calc(100% - 80px);
        left: 40px;
        height: 1px;
        top: 50%;
        position: absolute;
        background: #D8D9E4;
    }
    .industries_loop .industries_item:last-child:before{
        right: 33%;
    }
    .industries_loop .industries_item:first-child:before{
        left: 33%;
    }
    .industries_loop .industries_item:last-child:before,
    .industries_loop .industries_item:first-child:before{
        content: '';
        position: absolute;
        height: calc(100% - 80px);
        top: 40px;
        display: flex;
        background: #D8D9E4;
        width: 1px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .industries_item{
        flex-basis: calc(100% / 2);
    }
    body .industries_loop .industries_item:first-child:before{
        left: 50%;
    }
    body .industries_loop .industries_item:last-child:before{
        display: none;
    }
    .industries_loop:after{
        content: '';
        width: calc(100% - 80px);
        left: 40px;
        height: 1px;
        top: 66%;
        position: absolute;
        background: #D8D9E4;
    }
    .industries_loop:before{
        top: 33%;
    }
}
@media screen and (max-width: 768px){
    .industries_loop .industries_item:last-child:after{
        display: none;
    }
    .industries_item:after{
        content: '';
        background: #D8D9E4;
        width: calc(100% - 40px);
        left: 20px;
        position: absolute;
        bottom: 0;
        height: 1px;
    }
    body .industries_item_link{
        display: none;
    }
    body .industries_item{
        position: relative;
        padding: 20px;
    }
    body .industries_item_title{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    body .industries_item_text.body3{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}