.info-cards-section{width:1024px;margin:0 auto}
.info-cards-section__header{text-align:center;max-width:600px;margin:0 auto 40px}
.info-cards{display:grid;grid-template-rows:auto;grid-template-columns:repeat(5,170px);gap:0 44px;align-items:center;justify-content:center;margin:40px 0 60px}
.info-cards-section__header p:nth-child(1){font-size:16px;letter-spacing:.5px;line-height:32px;text-transform:uppercase;color:var(--neutral-4);margin:0}
.info-cards-section__header p:nth-child(2){font-size:38px;font-weight:600;line-height:46px;margin-bottom:0}
.info-cards-section__header p:nth-child(3){font-size:20px;font-weight:400;line-height:30px;margin:30px 0 0}
.info-card{text-align:center;padding:25px 7px}
.info-card a{font-size:16px;line-height:20px;font-weight:600;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;word-wrap:break-word;display:flex;flex-direction:column;row-gap:10px;justify-content:space-between;text-decoration:none;color:var(--neutral-5)}
.info-card img{max-height:80px}
@media(max-width:1060px){.info-cards{gap:0 20px}
}
@media(max-width:991px){.info-cards-section{padding:0 4.2%}
.info-cards-section__header{margin-bottom:30px}
.info-cards-section__header p:nth-child(1){font-size:14px;letter-spacing:.4px;line-height:20px}
.info-cards-section__header p:nth-child(2){font-size:28px;font-weight:600;line-height:36px}
.info-cards-section__header p:nth-child(3){font-size:16px;font-weight:400;line-height:24px;margin-top:30px}
.info-cards{grid-template-columns:repeat(3,33.333%);gap:36px 10px;margin:30px 0 30px}
.info-card{padding:0}
.info-card a{font-size:14px;line-height:20px;font-weight:600;align-items:center;max-height:90px;row-gap:4px}
.info-card img{max-height:50px;max-width:50px}
.info-cards-section{width:100%;margin:0 auto}
}
@media(max-width:768px){.info-cards{grid-template-columns:repeat(3,33%);gap:36px 5px}
}
@media(max-width:575px){.info-cards{gap:36px 2px}
}