.h1{
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
}

.h2{
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;
}

.h3{
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.h4{
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.p{
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.a{
    color: #37EA77 !important;
    font-family: "Source Sans Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta{
    display: inline-flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #37EA77;
    color: #0E0C27;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media (min-width: 1440px){
    .gap-122{
        gap: 122px;
    }
}
