.card.products-card {
    border-radius: 10px;
    border: none;
    background-color: transparent;
    padding: 0 0 50px;
}

.products-descriptions .bg-gradient-blue {
    border-radius: 10px;
    background-color: #061642;
    padding: 0;
    margin-bottom: 24px;
}

.products-descriptions .bg-gradient-blue p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.53px;
    color: #fff;
    padding: 30px 15px;
    margin-bottom: 0;
}

.products-container {
    text-align: center;
    width: 100%;
}

.card.products-card img {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 40px;
}

.btn.btn-register-online {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.53px;
    color: #fff;
    margin-bottom: 30px;
}

.btn.btn-register-online:hover,
.btn.btn-register-online:focus {
    outline: none;
    box-shadow: none;
}

.more-products-container .btn.gradient-btn,
.product-container .btn.gradient-btn {
    border-radius: 23px;
    background-image: linear-gradient(to right, #d0ad6a, #b18a4b, #d0ad6a, #d0ad6a);
    border: unset;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #fff;
    padding: 0.83em 1.88em;
    margin: 30px auto 80px;
}

.product-container .btn.gradient-btn {
    margin: 30px 0;
}

.more-products-container .products-description {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.67px;
    text-align: center;
    margin-top: 2.35em;
    margin-bottom: 0.2em;
}

.more-products-container {
    text-align: center;
}

.text-gold {
    color: #d1af6c;
}

.products-imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-imgs img {
    max-width: 30%;
}

.container.padding-y {
    margin-top: 9.4em;
}

.container h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: left;
    margin-bottom: 0.45em;
}

p.desc {
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.53px;
    max-width: 1111px;
    width: 100%;
    text-align: left;
}

p.section-title {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.07px;
    text-align: left;
    margin-bottom: 1.07em;
}

.benefits-section {
    margin-top: 8.4em;
}

.benefits-container .card img {
    height: 128px;
    margin: 0 auto;
    display: block;
}

.benefits-container .card {
    background-color: transparent;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to bottom, #caa664, #020d2d);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #020d2d, #020d2d), linear-gradient(to bottom, #caa664, #020d2d);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    overflow: hidden;
}

.benefits-container {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(278px, 1fr)); /*this */
    gap: 30px;
}

.benefits-container .card-title {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.67px;
    text-align: center;
    margin-top: 1.35em;
    margin-bottom: 0.8em;
}

.benefits-container p.card-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #6c80bb;
    max-width: 197px;
    width: 100%;
    margin: 0 auto;
}

.benefits-container p.card-desc.text-gold {
    color: #d1af6c;
}

.benefits-container .inner-card {
    padding: 1.45em 1em 3.2em;
    background-image: url("././img/valorem/digital-banking/card-bg.html");
    background-repeat: no-repeat;
    background-size: 97%;
    background-position: top center;
}

.row.services-row .card {
    background-color: transparent;
    border: unset;
}

.row.services-row img {
    max-width: 514px;
    width: 100%;
}

.row.services-row h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: left;
    margin-bottom: 0.47em;
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.row.services-row .digital-desc {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.53px;
    text-align: left;
    color: #fff;
}

.row.services-row .digital-desc:not(:last-of-type) {
    margin-bottom: 1em;
}

.row.services-row .digital-desc::marker {
    color: #b18a4b;
    font-size: 26px;
    margin-bottom: 0.9em;
}

.hologram-cnt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hologram-cnt .card-border {
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #caa664 0%, #020d2d);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #020d2d, #020d2d), linear-gradient(to right, #caa664 0%, #020d2d);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.hologram-cnt .card-inner-border {
    padding: 12px;
}

.services-row ul {
    padding-left: 1.4rem;
}

.services-row {
    margin-top: 6.5em;
}

.product-container h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.33px;
    text-align: left;
    margin-bottom: 0.8em;
}

p.bold-desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.53px;
    text-align: left;
    max-width: 961px;
    width: 100%;
    margin-bottom: 1.6em;
}

.section-bg {
    background-image: url("././img/valorem/digital-banking/section-bg.html");
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 7.4em;
    margin-top: 2.3em;
}

.benefits-section h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: left;
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    margin-bottom: 0.86em;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: solid 1px #2c4385;
    background-image: radial-gradient(circle at 50% 22%, #05224f, #020d2d 17%);
    padding: 2.2em 4em 2.5em 2.55em;
    margin-top: 5.6em;
    margin-bottom: 2.5em;
}

.flex-container h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.07px;
    color: #fff;
    max-width: 714px;
    width: 100%;
    margin-bottom: 0.44em;
}

.flex-container p.flex-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.53px;
    text-align: left;
    margin-bottom: 0;
}

.flex-container a.btn,
.header-cards a.btn,
.folded-cards a.btn {
    border-radius: 23px;
    background-image: linear-gradient(to right, #d0ad6a, #b18a4b, #d0ad6a, #d0ad6a);
    border: unset;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #fff;
    padding: 0.83em 1.88em;
}

.flex-container a.btn:focus,
.header-cards a.btn,
.folded-cards a.btn {
    outline: unset;
    box-shadow: unset;
}

.corporate-row .card {
    background-color: transparent;
    border: unset;
}

.corporate-row .card img {
    width: 100%;
}

.corporate-row .col-title {
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.33px;
    text-align: left;
    margin-top: 0.77em;
    margin-bottom: 0.48em;
}

.corporate-row .col-desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.53px;
    text-align: left;
    max-width: 535px;
    width: 100%;
}

.gold-token.card {
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to bottom, #193176, #020d2d);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #041035, #020d2d), linear-gradient(to bottom, #193176, #020d2d);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-top: 3.35em;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.gold-token .card-title {
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.33px;
    margin-bottom: 0.36em;
    text-align: left;
}

.gold-token .big-desc {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    text-align: left;
    margin-bottom: 1.85em;
}

.gold-token .half-card {
    max-width: 628px;
    width: 100%;
}

.gold-token.card .inner-card {
    padding: 3.8em 3.7em 8.8em;
}

.gold-token p.desc:not(:last-of-type) {
    margin-bottom: 1.8em;
}

.staking-cards {
    display: flex;
    flex-wrap: wrap; /* this */
    gap: 30px;
}

.staking-cards > .card {
    flex: 200px;
    border-radius: 8px;
    background-color: #061642;
    flex-direction: revert;
    align-items: center;
    justify-content: center;
    padding: 1.82em 1em;
}

.staking-cards img {
    height: 40px;
    margin-right: 10px;
}

.staking-cover p.staking-title {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.67px;
    text-align: left;
    margin-bottom: 1.35em;
}

.staking-cards p.coin-name {
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.67px;
    margin-bottom: 0;
}

.product {
    margin-bottom: 8.7em;
}

.product-container {
    margin-bottom: 8.75em;
}

.staking-cover {
    margin-bottom: 5em;
}

.digital-investment h2.section-title {
    font-size: 40px;
    margin-bottom: .65em;
    margin-top: 2.74em;
}

.digital-investment p.bold-desc {
    max-width: 1060px;
    margin-bottom: 0.9em;
    line-height: normal;
}

.digital-investment .benefits-section p.text-gold {
    font-size: 50px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0.55em;
}

.digital-investment .product {
    margin-bottom: 0;
}

.digital-investment .benefits-section {
    margin-top: 3.95em;
}

.digital-investment .benefits-container p.card-desc {
    max-width: 321px;
}

.digital-investment .benefits-container .inner-card {
    height: 100%;
}

.trading-credit .benefits-container {
    grid-template-columns: repeat(auto-fit, minmax(478px, 1fr));
}

.trading-credit .benefits-container .inner-card {
    padding: 9.05em 1em 5.4em;
    background-image: url(././img/valorem/trading-credit/big-card-bg.html);
    background-position: top center;
}

.trading-credit .benefits-container .card-title {
    max-width: 374px;
    width: 100%;
    margin: 1.35em auto .8em auto;
    height: 53px;
}

.trading-credit .benefits-section {
    margin-top: 8.35em;
    margin-bottom: 4.9em;
}

.trading-credit .benefits-section.products-list .inner-card .big-number {
    font-size: 150px;
    font-weight: 600;
    line-height: normal;
    color: #1d2b54;
    margin-bottom: 0;
    margin-right: 26px;
}

.trading-credit .benefits-section.products-list .inner-card .card-title,
.trading-credit .benefits-section.products-list .inner-card .card-desc {
    max-width: unset;
    text-align: left;
}

.trading-credit .benefits-section.products-list .inner-card .card-title {
    height: auto;
    margin: 0 0 1.1em 0;
}

.trading-credit .benefits-section.products-list .inner-card {
    background-image: unset;
    display: flex;
    align-items: center;
    padding: 1.3em 3.6em 2.2em 1.3em;
}

.about .benefits-container.company {
    grid-template-columns: unset;
}

.about .benefits-container.company .card {
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #caa664 0%, #020d2d 100%);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #020d2d, #020d2d), linear-gradient(to right, #caa664 0%, #020d2d 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.about .team .benefits-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about .team .benefits-container > .card {
    flex: 302px;
}

.about .team .benefits-container .inner-card {
    padding: 2.85em 1em 5.4em;
    background-size: 90%;
}

.about .team .benefits-container .inner-card .card-title {
    margin: 1.55em auto 0.3em auto;
    height: unset;
}

.about .products-list {
    margin-top: 6.3em;
}

.about .benefits-section {
    margin-top: 6.25em;
}

.valorem-card {
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to bottom, #193176, #020d2d);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #041035, #020d2d), linear-gradient(to bottom, #193176, #020d2d);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.valorem-card h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0.37em;
}

.valorem-card p.subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.53px;
    margin-bottom: 2.9em;
}

.valorem-card .btn-gradient {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.valorem-card p.notice {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.37px;
    text-align: center;
    color: #6c80bb;
    max-width: 715px;
    margin: 4.3em auto 0 auto;
}

.valorem-card .inner-card {
    padding: 6.7em 1em 7.15em;
}

.valorem-logo {
    display: block;
    margin: 0 auto -35px auto;
    z-index: 3;
    position: relative;
}

.valorem-cnt {
    padding-top: 2.4em;
    background-image: url("././img/valorem/bg/bridge-bg.html");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 4.15em;
}

.partners-cnt p.title {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.53px;
    text-align: center;
}

.partners-cnt p.desc {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.37px;
    text-align: center;
    color: #6c80bb;
}

.section-bg.bank .bridge-bg {
    display: none;
}

.digital-corporate .benefits-container .inner-card {
    padding: 1.45em 1em 3em;
}

.digital-corporate .benefits-container p.card-desc {
    max-width: 215px;
}

.products-row {
    margin-bottom: 10.55em;
}

.digital-corporate .gold-token .inner-card {
    padding-bottom: 12.8em;
}

.staking {
    margin-top: 6.4em;
    margin-bottom: 2.4em;
}

.digital-corporate .nft p.bold-desc,
.nft.product-container p.bold-desc {
    max-width: 1040px;
}

.staking .bold-desc {
    max-width: 1078px;
}

.nft.product-container {
    margin-bottom: 5.5em;
}

.products .benefits-container .inner-card {
    padding: 4.85em 1em 0;
}

.products.benefits-section {
    margin-bottom: 4em;
}

.about .partners-container {
    max-width: 1067px;
    padding-bottom: 4.8em;
}

/*contact*/
.bridge-container h2 {
    background: linear-gradient(to left, #d0ad6a, #d0ad6a, #d0ad6a, #b18a4b, #d0ad6a, #dabb7f, #e9d09f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.13px;
    margin-bottom: 39px;
}

.scroll-container hr {
    margin-bottom: 10px;
}

.scroll-container {
    position: relative;
}

.arrows {
    width: 71px;
    height: 71px;
    padding: 6.5px;
    border: solid 1px #193176;
    background-color: #020d2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 80px;
}

.to-top .arrows {
    top: -30px;
}

.to-top .arrows img {
    transform: rotate(180deg);
}

.scroll-container.to-top {
    margin-top: 20px;
    margin-bottom: 63px;
}

.arrows a {
    width: 58px;
    height: 58px;
    border: solid 1px #193176;
    background-color: #020d2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    padding: 20px;
    border-radius: 8px;
    border: solid 1px #353eaf;
    background-image: linear-gradient(to bottom, #041035, #020d2d);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.43px;
    color: #fff;
    margin-bottom: 15px;
}

.form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.43px;
    color: #6c80bb;
}

.btn.btn-gradient.full-width {
    border-radius: 8px;
    width: 100%;
    padding: 20px;
}

.contact-note {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.37px;
    color: #6c80bb;
    text-align: left;
}

.products-row .card {
    background-color: transparent;
    border: unset;
}

.corporate-row {
    margin-bottom: 3em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #020d2d inset !important;
    -webkit-text-fill-color: #fff;
}

.header-cards img {
    max-width: 1152px;
    width: 100%;
    display: block;
    margin: 0 auto 69px auto;
}

.header-cards p.text-gold {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.header-cards p.big-desc {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 2.3em;
}

.header-cards {
    text-align: center;
    margin-bottom: 7.5em;
}

.folded-cards img {
    max-width: 556px;
    width: 100%;
}

.folded-cards h2 {
    text-align: left;
}

.folded-cards {
    margin-top: 5.8em;
}

.legal-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
}

.legal-page {
    position: relative;
}

.legal-page .desc a {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.53px;
    color: #d1b687;
    cursor: pointer;
}

.hex-decoration {
    max-width: 20px;
}

/* ----------------- media ----------------- */
@media (max-width: 1399px) {
    .benefits-container {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }
}

@media (max-width: 1199px) {
    .trading-credit .benefits-container {
        grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
    }
}

@media (max-width: 991px) {
    .bridge-container h2 {
        font-size: 45px;
    }

    .container.padding-y {
        margin-top: 4em;
    }

    .section-bg {
        padding-top: 1.7em;
        margin-top: 2.3em;
    }

    .container h1,
    .benefits-section h2 {
        font-size: 50px;
    }

    p.section-title,
    .flex-container h3 {
        font-size: 30px;
    }

    .benefits-container .card-title {
        font-size: 20px;
    }

    p.desc,
    .row.services-row .digital-desc,
    p.bold-desc,
    .flex-container p.flex-desc {
        font-size: 16px;
    }

    .benefits-container p.card-desc {
        font-size: 14px;
    }

    .row.services-row img {
        max-width: 414px;
    }

    .row.services-row h2 {
        font-size: 50px;
        text-align: center;
    }

    .product-container h2,
    .gold-token .card-title,
    .digital-investment .benefits-section p.text-gold {
        font-size: 40px;
        text-align: center;
    }

    .benefits-section {
        margin-top: 4em;
    }

    .hologram-cnt {
        justify-content: center;
        margin-top: 1.5em;
    }

    .row.services-row .digital-desc:not(:last-of-type) {
        margin-bottom: 0.5em;
    }

    .benefits-container {
        grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    }

    .services-row {
        margin-top: 3em;
    }

    .flex-container {
        display: block;
        padding: 1.5em
    }

    .flex-container a.btn {
        font-size: 15px;
        margin-top: 1em;
    }

    .corporate-row .col-title {
        font-size: 35px;
    }

    .corporate-row .col-desc {
        font-size: 16px;
    }

    .gold-token .big-desc {
        font-size: 25px;
        margin-bottom: 1.5em;
    }

    .product,
    .product-container {
        margin-bottom: 3.7em;
        text-align: center;
    }

    .custody {
        margin-bottom: 0;
    }

    .staking {
        margin-top: 3.4em;
    }

    .staking-cover {
        margin-bottom: 3em;
    }

    .staking-cards p.coin-name {
        font-size: 18px;
    }

    .staking-cards > .card {
        padding: 0.72em 1em;
    }

    .staking-cards img {
        height: 30px;
    }

    .staking-cards {
        gap: 15px;
    }

    .trading-credit .benefits-section.products-list .inner-card .big-number {
        font-size: 70px;
    }

    .trading-credit .benefits-section.products-list .inner-card {
        display: block;
        padding: 1em 1em 2em;
    }

    .trading-credit .benefits-section.products-list .inner-card .card-title,
    .trading-credit .benefits-section.products-list .inner-card .card-desc {
        text-align: center;
    }

    .trading-credit .benefits-section {
        margin-top: 3.95em;
    }

    .header-cards p.text-gold {
        font-size: 40px;
    }

    .header-cards p.big-desc {
        font-size: 25px;
    }

    .header-cards {
        margin-bottom: 3.5em;
    }
}

@media (max-width: 767px) {
    .more-products-container .products-description {
        font-size: 20px;
    }

    .bridge-container h2 {
        font-size: 30px;
        text-align: center;
    }

    .mt-6 {
        margin-top: 30px;
    }

    .container h1,
    .row.services-row h2,
    .product-container h2,
    .benefits-section h2 {
        font-size: 33px;
        text-align: center;
    }

    p.section-title,
    .corporate-row .col-title,
    .gold-token .card-title {
        font-size: 25px;
        text-align: center;
    }

    .gold-token .big-desc,
    .staking-cover p.staking-title {
        font-size: 20px;
        text-align: center;
    }

    p.desc, .row.services-row .digital-desc, p.bold-desc {
        text-align: center;
    }

    .corporate-row .col-desc {
        text-align: center;
        margin-bottom: 1.5em;
    }

    .gold-token.card .inner-card {
        padding: 2em 1em;
    }

    .folded-cards h2 {
        text-align: center;
    }

    .folded-cards {
        text-align: center;
    }

    .folded-cards .btn {
        margin-bottom: 1.5em;
    }

    .header-cards p.text-gold {
        font-size: 30px;
    }

    .header-cards p.big-desc {
        font-size: 18px;
        margin-top: 0.5em;
        margin-bottom: 1.3em;
    }

    .header-cards img {
        max-width: 1152px;
        width: 100%;
        display: block;
        margin: 0 auto 40px auto;
    }
}

@media (max-width: 575px) {
    p.section-title, .flex-container h3 {
        font-size: 20px;
        text-align: center;
    }

    .flex-container p.flex-desc {
        text-align: center;
    }

    .flex-container a.btn {
        margin: 1em auto 0 auto;
        display: block;
    }

    .more-products-container .btn.gradient-btn, .product-container .btn.gradient-btn {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .products-imgs img {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .products-imgs {
        display: block;
    }

    .product-container {
        margin-bottom: 2.75em;
    }
}
