/* .wrapper {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
} */


/*  */
.green-btn a {
    background-color: var(--primary--color);
    padding: 18px 20px !important;
    min-width: 200px;
    height: 70px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
    text-decoration: none;
    color: var(--secondary--color);
    border-radius: 100px;
    box-shadow: 0 20px 50px rgb(30 194 139 / 35%);
}

.green-btn a:hover {
    background-color: var(--mustard-color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
    box-shadow: 0 20px 50px rgb(255 137 0 / 35%);
}

.grey-btn a {
    background-color: var(--text-color);
    padding: 13px 20px !important;
    min-width: 150px;
    /* height: 50px; */
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
    /* line-height: 22px; */
    font-weight: 600;
    text-decoration: none;
    color: var(--secondary--color);
    box-shadow: 0px 10px 50px rgb(115 132 140 / 35%);
}

.grey-btn a:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

h1 {
    font-size: 75px;
    font-weight: 600;
    line-height: 80px;
    color: var(--navy-color);
}

h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    color: var(--navy-color);
}

/* 
h3 {
    font-size: 28px;
    line-height: 28px;
} */

h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.font-size-20 {
    font-size: 20px;
    line-height: 30px;
}

.spacer {
    float: left;
    width: 100%;
    height: 100px;
}

.text-size-16 {
    font-size: 16px;
}

.border-top {
    border-top: 1px solid #e8e8e8;
}

.border-bottom {
    border-bottom: 1px solid #e8e8e8;
}

.padding-top {
    padding-top: 147px;
}

.padding-bottom {
    padding-bottom: 147px;
}

.mustard-text {
    color: var(--mustard-color);
}