:root { --box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10); --font-family: Candara; --font-weight: 400; } html { font-size: 1rem; scroll-behavior: smooth; } @media screen and (max-width:1440px) { html { font-size: calc(-0.43224368499257065rem + 1.5913818722139674vw); } } @media screen and (max-width:767px) { html { font-size: calc(-0.0013054830287206264rem + 2.0887728459530024vw); } } [shadow] { box-shadow: var(--box-shadow); } .text-color-red { color: var(--Red); } .text-color-blue { color: var(--Blue); } .font-candara { font-family: var(--font-family); font-weight: var(--font-weight); } .experts_info { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);} .swiper-slide {width: fit-content !important;} .swiper-button-disabled {opacity: 0.2;} .comp-icon-two, .comp-icon-one{ animation: pulse 1.5s infinite ease-in-out;} .comp-icon-two:hover, .comp-icon-one:hover { animation: none; transform: scale(1); } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }