.industries-section{
    background-color: RGBA(239, 244, 249, 1); 
    padding-top: 100px;
}
.section-title{
    /* margin-bottom: 90px; */
}
.section-title .des{
    font-family: MontserratLight;
    line-height: 24px;
}
.industries-section .industry-row{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background-color: rgba(247, 250, 253, 1);
}
.industries-section .industry-row:nth-child(even){
    flex-direction: row-reverse;
    background-color: rgba(255, 255, 255, 1);
}
.industries-section .industry-row .image-col{
    width: 783px;
    /* height: 100%; */
}
.industries-section .industry-row .image-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.industries-section .industry-row .text-col{
    flex: 1;
    padding: 40px 82px;
    align-self: center;
}
.industries-section .industry-row .text-col .text-box{
    width: 800px;
    max-width: 100%;
}
.industries-section .industry-row:nth-child(even) .text-col .text-box{
    margin: 0 0 0 auto;
}
.industries-section .industry-row .text-col .icon-wrap{
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    align-items: flex-start;
}
.industries-section .industry-row .text-col .icon-wrap img{
    width: 27px;
}
.industries-section .industry-row .text-col .industry-title{
font-weight: 600;
font-size: 24px;
color: #333333;
flex: 1;
margin-right: 30px;
transition: all 0.3s ease-in-out;
}
.industries-section .industry-row:hover .text-col .industry-title{
    color: #EE6F10;
}
.industries-section .industry-row .text-col .industry-text{
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 26px;
margin-top: 17px;
width: 700px;
max-width: 100%;
}
.industries-section .industry-row .text-col .btn-view-more{
    display: inline-flex;
    margin-top: 42px;
    padding: 0 20px 0 28px;
    line-height: 43px;
background: #EE6F10;
border-radius: 22px;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
gap: 12px;
}
@media (max-width:1550px) {
    .industries-section .industry-row .image-col{
        width: 50%;
    }
    .industries-section .industry-row .text-col .text-box{
        width: 100%;
    }
    .industries-section .industry-row .text-col .industry-text{
        width: 100%;
    }
}
@media (max-width:1280px) {
    .industries-section .industry-row .text-col{
        padding: 30px 40px;
    }
    .industries-section .industry-row .text-col .btn-view-more{
        margin-top: 28px;
    }
}
@media (max-width:1199px) {
    .industries-section{
        padding-top: 90px;
    }
}
@media (max-width:1024px) {
    .industries-section{
        padding: 80px 0;
    }
    .industries-section .industry-row .text-col{
        padding: 25px 30px;
    }
    .industry-list{
        width: 94%;
        margin: 0 auto;
    }
    .industries-section .industry-row:nth-child(even),
    .industries-section .industry-row{
        flex-direction: column;
    }
    .industries-section .industry-row .image-col{
        width: 100%;
    }
    .industries-section .industry-row:not(:last-child){
        margin-bottom: 30px;
    }
}
@media (max-width:768px) {
    .industries-section{
        padding: 70px 0;
    }
    .industries-section .industry-row .text-col .industry-title{
        font-size: 22px;
    }
}
@media (max-width:500px) {
    .industries-section{
        padding: 50px 0;
    }
    .industries-section .industry-row .text-col .btn-view-more{
        margin-top: 19px;
        padding: 0 20px;
        line-height: 40px;
    }
    .industries-section .industry-row .text-col .icon-wrap img{
        width: 23px;
    }
    .industries-section .industry-row .text-col .industry-title{
        font-size: 20px;
    }
    .industries-section .industry-row .text-col{
        padding: 25px;
    }
    .industries-section .industry-row .text-col .industry-text{
        font-size: 14px;
    }
}