.services-section{padding:216px 0 80px}.services-section h2{margin-bottom:13px}.services-section .row{row-gap:24px}.services-section .services{background-color:#f2f2f2;border-radius:8px;width:100%}.services-section .services .content img{width:100%}.services-section .services .card-head{align-items:center;display:flex;gap:20px;margin-bottom:20px}.services-section .services .card-head div{align-items:center;border:5px solid var(--color-white);border-bottom-right-radius:8px;border-top-left-radius:8px;border-radius:8px;display:flex;height:80px;justify-content:center;transition:all .3s;width:80px}.services-section .services .card-head h3{color:var(--color-black);font-size:24px;font-weight:600;line-height:30.14px}.services-section .services .content{padding:0 18px 18px}.services-section .services .content p{color:var(--color-black);font-size:16px;font-weight:400;line-height:25px;margin-bottom:20px}.services-section .services{overflow:hidden;transition:transform .3s ease}.first-img,.secondary-img{height:41px;left:50%;object-fit:cover;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:43px;z-index:1}.first-img{opacity:1}.secondary-img,.services-section .services:hover .first-img{opacity:0}.services-section .services h3{transition:all .3s ease .1s}.services-section .services:hover h3{color:var(--color-red);transition:all .3s ease .1s}.services-section .services:hover .secondary-img{opacity:1}.services-section .services{display:block;position:relative;text-decoration:none;transition:background-color .3s ease .1s;z-index:2}.services-section .services .card-head div{flex:0 0 25%;max-width:25%;position:relative;transition:all .3s ease .1s;z-index:2}.services-section .services:hover{background-color:#e4e4e4}.services-section .services:hover .card-head div{background-color:var(--color-red);transform:rotateY(-180deg)}@media (max-width:991px){.main-wrapper .services-section{padding:80px 0}}