.industry-grid{width:calc(100% - (var(--left-space) * 2));padding:40px var(--left-space);background-color:var(--text-color4)}.industry-grid .industry-card{display:flex;justify-content:space-between;gap:20px;margin-bottom:80px}.industry-grid .industry-card:last-child{margin-bottom:40px}.industry-grid .industry-card.reverse{flex-direction:row-reverse}.industry-grid .industry-card .left{width:30%}.industry-grid .industry-card .left img{width:250px;height:auto;max-height:250px;display:flex;justify-self:center}.industry-grid .industry-card .right{width:65%;display:flex;flex-direction:column;gap:20px}.industry-grid .industry-card .right h2{font-size:var(--heading-three)}.industry-grid .industry-card .right p{font-size:var(--default-p-size);line-height:var(--p-line-height)}.industry-grid .industry-card .right .buttons-area{display:flex;align-items:center;gap:50px}.industry-grid .industry-card .right .buttons-area p{text-decoration:underline;text-underline-offset:4px;font-size:var(--default-p-size);transition:.3s ease;cursor:pointer;color:var(--text-color)}.industry-grid .industry-card .right .buttons-area p:hover{color:rgb(109,106,106)}.industry-grid .industry-card .right .buttons-area button{border:none;padding:12px 20px;background-color:var(--text-color);display:flex;align-items:flex-end;gap:50px;border:1px solid var(--text-color);border-radius:25px;color:var(--text-color4);font-size:var(--default-p-size);cursor:pointer;transition:.3s ease;-webkit-tap-highlight-color:transparent}.industry-grid .industry-card .right .buttons-area button:hover{color:var(--text-color);background-color:transparent}@media (max-width:900px){.industry-grid{padding:20px var(--left-space)}.industry-grid .industry-card{flex-direction:column;margin-bottom:30px}.industry-grid .industry-card.reverse{flex-direction:column}.industry-grid .industry-card .left{width:100%;display:flex;align-items:center;justify-content:center}.industry-grid .industry-card .left img{width:auto;height:auto;max-height:150px}.industry-grid .industry-card .right{width:100%;gap:10px}.industry-grid .industry-card .right .buttons-area{gap:10px;margin-top:10px}.industry-grid .industry-card .right .buttons-area button{padding:8px 16px;font-size:12px;gap:10px}.industry-grid .industry-card .right .buttons-area p{font-size:12px}}.industry-card.industry-skeleton .skeleton-box{background:linear-gradient(90deg,#e0e0e0 25%,#f7f7f7 50%,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:6px}.industry-card.industry-skeleton .skeleton-img{width:100%;height:250px}.industry-card.industry-skeleton .skeleton-title{width:40%;height:40px;margin-bottom:16px}.industry-card.industry-skeleton .skeleton-text{width:100%;height:20px}.industry-card.industry-skeleton .skeleton-btn{width:150px;height:40px;border-radius:20px;margin-top:20px}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}