בsection.advantagesCards * {
        font-family: 'Overused Grotesk';
}

section.advantagesCards h2 {
    margin-bottom: 30px;
    text-align: center;
}

section.advantagesCards .items {
    margin: 0 auto;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    
}

section.advantagesCards .items .item {
    border-radius: 12px;
    border: 1px solid #DEDEF9;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
box-shadow: 0px 0px 10px 0px #DEDEF9CC;
     background: linear-gradient(180deg, #DEDEF9 0%, rgba(222, 222, 249, 0.3) 100%);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    margin: 0 10px;
}
section.advantagesCards .item img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
section.advantagesCards .advantagesTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
    text-align: center;
}
section.advantagesCards p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: unset;
}

section.advantagesCards > p {
    margin-bottom: 60px;
}

section.advantagesCards .cta-wrap {
    display: flex;
    justify-content: center;
}



@media only screen and (max-width:767px) {
section.advantagesCards .items .item {
    margin: 0 8px;
    padding: 30px 10px;
}

section.advantagesCards p {
    min-height: 81px;
}

section.advantagesCards .items {
    margin-bottom: 22px;
}

section.advantagesCards h2 {
    margin-bottom: 30px;
    font-size: 28px;
}

section.advantagesCards h2 {
    margin-bottom: 30px;
    font-size: 28px;
}
}