.industry-list-section{padding:75px 0 80px;position:relative;width:100%}.industry-list-section .content-container{display:flex;flex-wrap:wrap;gap:70px;margin:0 auto;max-width:1200px;width:100%}.industry-list-section .left-column{align-content:center;flex:1}.industry-list-section .left-column .section-title{margin:0 0 30px;width:100%}.industry-list-section .left-column .section-title h2{font-family:Poppins,sans-serif;font-size:35px;line-height:125%;margin:0 0 15px}.industry-list-section .left-column .body-text p{font-size:16px;margin:0}.industry-list-section .left-column .button-wrapper{margin-top:40px}.industry-list-section .right-column{flex:1}.industry-list-section .right-column .grid-box{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);width:100%}.industry-list-section .right-column .grid-box .option{align-items:center;background:#4fad9f;border-radius:10px;display:flex;gap:15px;min-height:70px;padding:15px 20px;transition:all .15s linear}.industry-list-section .right-column .grid-box .option:hover{transform:scale(1.02)}.industry-list-section .right-column .grid-box .option img{height:35px;width:35px}.industry-list-section .right-column .grid-box .option p{color:#fff;font-size:16px;line-height:1.25;margin:0}@media only screen and (max-width:1250px){.industry-list-section{padding-left:50px;padding-right:50px}}@media only screen and (max-width:900px){.industry-list-section .left-column,.industry-list-section .right-column{flex:auto}.industry-list-section .left-column .body-text p,.industry-list-section .left-column .section-title h2{text-align:center}.industry-list-section .left-column .button-wrapper a{margin:0 auto}}@media only screen and (max-width:768px){.industry-list-section{padding:50px 20px}.industry-list-section .left-column .section-title{margin:0 auto 30px;text-align:center}.industry-list-section .left-column .section-title h2{font-family:Poppins,sans-serif;font-size:25px}.industry-list-section .left-column .body-text p{font-size:15px}.industry-list-section .content-container h3{font-size:18px}.industry-list-section .right-column .grid-box p{font-size:15px}.industry-list-section .content-container .button{justify-content:center;width:100%}}@media only screen and (max-width:520px){.industry-list-section .right-column .grid-box{grid-template-columns:repeat(1,1fr)}.industry-list-section .right-column .grid-box .option:nth-child(n+6){display:none}}