.followUs{background:#fff;padding:40px;width:100%}.followUsInner{width:1140px;max-width:100%;display:flex;justify-content:space-between;align-items:center;margin:auto}.followUsInner h3{color:var(--color-neutral-900,#222);text-align:center;font-size:var(--font-size-4xl,48px);font-style:normal;font-weight:var(--font-weight-600,600);line-height:var(--font-line-height-2xl,56px);letter-spacing:.2px}.followUs .follow-us-social-icons{display:flex;justify-content:center;gap:16px}.followUs .follow-us-social-icons a{display:flex;padding:16px;justify-content:center;align-items:center;gap:10px;background:var(--color-teal-500,#00f0a5);border:1.33px solid var(--color-teal-500,#00f0a5);border-radius:35px;transition:background .1s ease-in-out}.followUs .follow-us-social-icons a:focus,.followUs .follow-us-social-icons a:hover{border:1.33px solid var(--color-teal-900,#006348);background:linear-gradient(0deg,var(--alpha-90,hsla(0,0%,100%,.1)) 0,var(--alpha-90,hsla(0,0%,100%,.1)) 100%),var(--color-teal-500,#00f0a5)}.followUs .follow-us-social-icons a img{width:24px;height:24px}.follow-us-social-posts{width:1140px;max-width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;align-self:stretch;margin:40px auto}.follow-us-social-posts img{object-fit:cover}@media (max-width:768px){.followUs{padding:24px}.followUsInner{flex-direction:column;gap:24px}.followUs .follow-us-social-icons a{padding:11px}.followUs .follow-us-social-icons a img{width:18px;height:18px}.follow-us-social-posts{flex-direction:column;align-items:center;width:100%}.follow-us-social-posts a,.follow-us-social-posts img{width:100%}}