.skills-section{padding:100px 0}section.skills-section .heading-section{text-align:center}section.skills-section .heading-section h2{font-size:38px;font-weight:600;line-height:44px}.skills-section .skills-item-wraper{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:2.625rem;padding:0}.skills-section .skills-item-wraper .skills-item{background:#fff;box-shadow:0 2px 12px 3px rgba(9,9,9,.05);box-sizing:border-box;cursor:pointer;display:block;margin:10px;padding:10px;text-align:left;transition:transform .2s ease-out;width:calc(25% - 20px)}.skills-section .skills-item-wraper .skills-item:hover{transform:scale(1.02)}.skills-section .skills-item-wraper .skills-item a{align-items:center;display:flex;gap:18px}.skills-section .skills-item-wraper .skills-item a img{width:76px}.skills-section .skills-item-wraper .skills-item a h4{display:inline-block;margin:0;padding-right:20px;position:relative}.skills-section .skills-item-wraper .skills-item a h4:after{background-image:url(https://442003138.fs1.hubspotusercontent-ap1.net/hubfs/442003138/arrow-right-1.svg);background-repeat:no-repeat;background-size:contain;content:"";height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:14px}section.skills-section .cta-sec{text-align:center}section.skills-section .cta-sec a.course-type-card{background-color:transparent;border:1px solid #000;border-radius:22px;color:#000;font-size:16px;font-weight:300;line-height:20px;padding:12px 24px;transition:all .3s ease-in-out}section.skills-section .cta-sec a.course-type-card:hover{background-color:#fa0a37;border-color:#fa0a37;color:#fff}@media (max-width:1100px){.skills-section .skills-item-wraper .skills-item{width:calc(33.33333% - 20px)}}@media (max-width:900px){.skills-section .skills-item-wraper .skills-item{width:calc(50% - 20px)}}@media (max-width:600px){.skills-section .skills-item-wraper .skills-item{width:100%}}