section.advantagesCards * {
        font-family: 'Overused Grotesk';
}

section.advantagesCards h2 {
    margin-bottom: 30px;
    text-align: center;
}

section.advantagesCards .items {
    margin: 0 auto;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:30px;
    
}

section.advantagesCards .items .item {
    border: 1px solid #2B7AED66;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    box-shadow: 0px 0px 10px 0px #AACAF866;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 20px;
}
section.advantagesCards .item img {
    width: 60px;
    height: 60px;
    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: left;
}
section.advantagesCards p {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: unset;
}

section.advantagesCards > p {
    margin-bottom: 60px;
    text-align: center;
    padding: 0 20px;
}

section.advantagesCards .cta-wrap {
    display: flex;
    justify-content: center;
}

/* Homepage Ajustments */

.home section.advantagesCards .items {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 20px;
}

.home section.advantagesCards .items .item {
    margin: unset;
    align-items: start;
        background-image: url(/wp-content/uploads/2025/09/Frame-427321462.svg);

}

.home section.advantagesCards .item img {
    margin-bottom: 47px;
}

.home section.advantagesCards .advantagesTitle {
    margin-bottom: 45px;
}

.home section.advantagesCards p {
        text-align: left;
}


@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;
}

/* Homepage Ajustments */

.home section.advantagesCards .items .item {
    margin: 0 10px;
    align-items: start;
}

.home .advantagesCards .slick-track {
    padding: 10px 0;
}
}