
.bcs-feature-card-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bcs-nav__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0px;
}

.bcs-feature-card-wrapper img {
    width: 32px;
    height: 32px;
}

.bcs-nav__cards {
    display: none;
    gap: 48px;
}

.bcs-feature-card-wrapper p {
    font-family: "Barlow Condensed", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bcs-hero__heading {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

.bcs-hero__heading h1 {
    font-family: "Barlow", serif;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.bcs-hero__heading h2 {
    font-family: "Barlow", serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.bcs-hero__heading p {
    display: none;
    font-family: "Barlow Condensed", serif;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.bcs-hero__terms {
    padding: 16px 16px 0px 16px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.bcs-hero__terms span {
    font-family: "Barlow Condensed", serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.bcs-nav__logo {
    display: flex;
    align-items: center;
}

.bcs-hero__cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width:100%;
}

.bcs-hero__cards .bcs-feature-card-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    gap: 8px;
    padding: 8px;
    width: 28%;
    min-width: 93px;
}

.bcs-features-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom:12px;
}

@media (min-width: 360px) {
    .bcs-hero__cards .bcs-feature-card-wrapper {
        min-width: 104px;
        width: 29%;
    }

    .bcs-hero__heading h1 {
        font-size: 30px;
    }

    .bcs-hero__heading h2 {
        font-size: 18px;
    }

    .bcs-hero__terms {
        font-size: 10px;
    }
}

@media (min-width: 390px) {
    .bcs-hero__cards .bcs-feature-card-wrapper {
        min-width: 114px;
        width: 30%;
    }

    .bcs-hero__heading h2 {
        font-size: 20px;
    }
}

@media (min-width: 430px) {
    .bcs-hero__cards .bcs-feature-card-wrapper {
        min-width: 127px;
        width: 30%;
    }

    .bcs-hero__heading h1 {
        font-size: 40px;
    }

    .bcs-hero__heading h2 {
        font-size: 22px;
    }

    .bcs-hero__terms {
        font-size: 10px;
    }
}

@media (min-width: 744px) {

    .bcs-hero__cards .bcs-feature-card-wrapper {
        min-width: 117px;
    }

    .bcs-hero__cards .bcs-feature-card-wrapper {
        width: unset;
    }

    .bcs-hero__heading h2 {
        font-size: 16px;
    }

    .bcs-features-wrapper {
        padding-bottom: 28px;
    }

    .bcs-hero__cards,
    .bcs-hero__terms {
        max-width: 368px;
    }
}

@media (min-width: 1080px) {

    .bcs-hero__cards,
    .bcs-hero__terms {
        max-width: unset;
    }
    .bcs-hero__heading h2 {
        font-size: 20px;
    }

    .bcs-nav__cards {
        display: flex;
    }

    .bcs-nav__wrapper {
        justify-content: space-between;
        padding: 29px 64px;
    }

    .bcs-hero__cards {
        display: none;
    }

    .bcs-hero__heading p {
        display: block;
        max-width: 920px;
    }

    .bcs-feature-card-wrapper p {
        font-size: 16px;
    }

    .bcs-hero__terms span {
        max-width: unset;
    }
}

@media (min-width: 1440px) {
    .bcs-hero__heading {
        padding: 56px 16px 24px 16px;
        gap: 33px;
    }

    .bcs-hero__heading h1 {
        font-size: 56px;
    }

    .bcs-hero__heading h2 {
        font-size: 24px;
    }

    .bcs-hero__terms span {
        font-size: 10px;
    }

    .bcs-hero__heading p {
        max-width: 960px;
    }
}

@media (min-width: 1920px) {
    .bcs-hero__heading p {
        max-width: 1440px;
    }
}