/* ******************************************** */
/* Create Orders from Google Sheets page style  */
/* ******************************************** */

.banner .banner-content .hero-content h1 .brand-sheets,
.section-title .brand-sheets {
    color: #0f9d58;
}

.main_cta .cta-container .cta-content p {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 24px;
}

/* The theme puts the heading-to-cards gap on the h2, since the core-feature
   section normally has no subtitle. Move it below the paragraph instead. */
.use-cases .section-title h2 {
    margin-bottom: 16px;
}

.use-cases .section-title > p {
    font-size: 20px;
    margin-bottom: 82px;
}

.faq .section-title > p {
    font-size: 20px;
}

/* Hero video */
.banner .banner-media .video .intro-video a {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
}

.banner .banner-media .video .intro-video a img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .banner-media .video .intro-video a .icon {
    position: absolute;
    height: 82px;
    aspect-ratio: 1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #6621ba;
}

.banner .banner-media .video .intro-video a .icon.icon-play::before {
    position: absolute;
    color: #ffffff;
    left: calc(50% + 4px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 52px;
    margin: 0;
    padding: 0;
}

@media (max-width: 767.98px) {
    .banner .banner-media .video .intro-video a .icon {
        height: 56px;
    }

    .banner .banner-media .video .intro-video a .icon.icon-play::before {
        font-size: 34px;
    }
}
