.infoSection{padding:var(--section-padding) 0}.infoSection .infoCard{align-items:start;display:flex;flex-direction:column;height:100%;justify-content:space-between}.infoSection .infoCardTxt{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:20px}.infoSection .infoSectionInner{background-color:#e6f5ff;padding:48px 60px;position:relative}.infoSection .infoCardDateTime{color:#454a4d;font-size:18px;font-weight:400;line-height:1.5}.infoSection .infoCardHead{color:#191919;font-family:var(--font-family-heading);font-size:30px;font-weight:500;line-height:1.2;margin-bottom:25px}.infoSection .infoCardPara{color:#454a4d;font-size:16px;font-weight:300;line-height:1.5}.infoSection .infoCardBottom{margin-top:25px}.infoSection .infoCradBtn{align-items:center;background-color:var(--primary-color);border:none;border-radius:var(--borderradius);color:var(--white-color);display:inline-flex;font-size:16px;font-weight:500;height:50px;justify-content:center;padding:10px 32px}.infoSection .infoSectionBody{display:flex;flex-wrap:wrap;gap:56px 0;margin-left:-28px;margin-right:-28px}.infoSection .infoSectionBodyItems{flex:0 0 50%;padding-left:28px;padding-right:28px}.infoSection .infoSectionImgTop{align-items:center;display:flex;height:20px;left:0;position:absolute;top:-10px;width:100%}.infoSection .infoSectionImgTop img,.infoSectionImgBottom img{height:100%;object-fit:cover;width:100%}.infoSection .infoSectionImgBottom{align-items:center;bottom:-10px;display:flex;height:20px;left:0;position:absolute;transform:rotateX(180deg);width:100%}@media (max-width:1599px){.infoSection .infoSectionInner{padding:40px}.infoSection .infoSectionBody{gap:40px 0;margin-left:-20px;margin-right:-20px}.infoSection .infoSectionBodyItems{padding-left:20px;padding-right:20px}.infoSection .infoCardHead{font-size:24px;margin-bottom:20px}}@media (max-width:1199px){.infoSection .infoSectionBody{margin-left:-15px;margin-right:-15px}.infoSection .infoSectionBodyItems{padding-left:15px;padding-right:15px}}@media (max-width:767px){.infoSection .infoSectionInner{padding-left:15px;padding-right:15px}.infoSection .infoSectionBody{flex-wrap:wrap}.infoSection .infoSectionBodyItems{flex:0 0 100%;width:100%}.infoSection .infoCardDateTime span{display:none}}