﻿.get-card-wrapper {
    padding: 100px 194px;
    background: #6935D3;
}

    .get-card-wrapper h1 {
        font-size: 56px;
        color: #FFF;
        font-weight: 700;
        
        line-height: 120%;
    }

    .get-card-wrapper h2 {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */
        margin-bottom: 32px;
    }

    .get-card-wrapper button {
        border-radius: 32px;
        background: #FFF;
        padding: 12px 48px;
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: 600;
    }
@media (max-width: 780px) {
    .get-card-wrapper {
        padding: 50px 0px;
    }

        .get-card-wrapper h1 {
            padding-top: 50px;
            font-size: 26px;
            font-weight: 700;
            line-height: 120%;
        }

        .get-card-wrapper h2 {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin-bottom: 24px;
        }
}