.servicesSectionLayout{display:flex;gap:.7rem;width:100%;flex-wrap:wrap;justify-content:space-evenly}.servicesSectionHeadingContent{gap:1rem}.servicesSectionHeadingContent .servicesSectionKey{display:flex;align-items:center;border-bottom:3px solid #f28627}.servicesSectionHeadingContent .servicesSectionKey span{padding:1rem;margin-right:1rem;background-color:#f28627;border:3px solid #f28627}.servicesSectionImage{width:100%;height:100%;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}.servicesSectionCardLayoutContent{padding-top:0}.servicesSectionCardLayout{display:flex;gap:.7rem;width:100%;flex-wrap:wrap;justify-content:space-evenly}@media screen and (max-width: 1024px){.servicesSectionCardLayout{gap:3rem}}.servicesSectionCard{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:24%;border-radius:30px;position:relative;border:1px solid #bdbdbd;transition:.3s ease-in-out}@media screen and (max-width: 1024px){.servicesSectionCard{width:46%}}@media screen and (max-width: 768px){.servicesSectionCard{width:98%}}.servicesSectionCard.process{width:32%}@media screen and (max-width: 1024px){.servicesSectionCard.process{width:98%}}.servicesSectionCard:hover{background-color:#f28627;transition:.3s ease-in-out}.servicesSectionCard:hover .servicesSectionCardLink .servicesSectionCardImage{border:5px solid #f28627;transition:.3s ease-in-out}.servicesSectionCard:hover .servicesSectionCardLink .servicesSectionCardImage img{filter:grayscale(0%);transition:.3s ease-in-out}.servicesSectionCard:hover .servicesSectionCardLink .servicesSectionButton{color:#f2f2f2;transition:.3s ease-in-out;border:1px solid #f2f2f2}.servicesSectionCard:hover .servicesSectionCardLink .servicesSectionButton .servicesSectionButtonIcon{color:#f28627;background-color:#f2f2f2;transition:.3s ease-in-out}.servicesSectionCard .servicesSectionCardLink{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem;width:100%;height:100%;gap:2rem}.servicesSectionCard .servicesSectionCardLink:hover{color:#f2f2f2}@media screen and (max-width: 768px){.servicesSectionCard .servicesSectionCardLink{padding:1rem}}.servicesSectionCard .servicesSectionCardLink .servicesSectionCardImage{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background-color:#f28627;padding:1rem;border-radius:50%;border:5px solid #f28627}.servicesSectionCard .servicesSectionCardLink .servicesSectionCardImage img{width:45px;height:45px;filter:grayscale(100%);transition:.3s ease-in-out}.servicesSectionCard .servicesSectionCardLink h3,.servicesSectionCard .servicesSectionCardLink p{width:100%}@media screen and (max-width: 768px){.servicesSectionCard .servicesSectionCardLink h3,.servicesSectionCard .servicesSectionCardLink p{text-align:center}}.servicesSectionCard .servicesSectionCardLink .servicesSectionButton{display:flex;justify-content:center;align-items:center;color:#323232;transition:.3s ease-in-out;width:100%;text-align:center;padding:.5rem 0;border-radius:30px;border:1px solid #323232;position:relative}.servicesSectionCard .servicesSectionCardLink .servicesSectionButton .servicesSectionButtonIcon{position:absolute;right:0;background-color:#f2f2f2;height:100%;width:36px;border-radius:30px;padding:.5rem;transition:.3s ease-in-out}
