@font-face {
    font-family: 'Saira Expanded';
    src: url('https://assets.corsair.com/raw/upload/v1766165064/pages/galleon/Saira_Expanded-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


/* ====== features row ===== */
.gradient-text {
    font-family: Saira Expanded, sans-serif;
    font-size: 48px;
    background: linear-gradient(90deg, rgba(255, 252, 255, 1) 0%, rgba(241, 230, 126, 1) 54%, rgba(240, 161, 106, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 1000;
    -webkit-text-fill-color: transparent;
}

.feat-subtitle-text {
    color:rgba(140,140,142,1);
    display:inline-block;
    font-family:'Saira', sans-serif;
    font-weight:500;
    font-size:18px;
    letter-spacing:2px;
    line-height:1.2;
}

/* column centering */
.jsx-2355480304.relative.flex.flex-col,
.jsx-3342074160.relative.flex.flex-col {
    text-align:center;
}

/* icon centering */
.jsx-2355480304.relative.flex.flex-col img,
.jsx-3342074160.relative.flex.flex-col img {
    margin:0 auto;
}

/* remove top margin from gray subtitle */
.h-full.space-y-4 > .text-body-copy-1.FeaturesRow_nested-list-disc__i9vQm {
    margin-top: 0;
}



@media only screen and (max-width: 768px) {
    /* ====== features row ===== */
    .gradient-text {
        font-size:36px;
    }

    /* add bottom margin to gray subtitle */
    .h-full.space-y-4 > .text-body-copy-1.FeaturesRow_nested-list-disc__i9vQm {
        margin-bottom:3rem;
    }

}