.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.primary-button a,
.primary-button button {
    padding: 0 18px;
    min-width: 215px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 59px;
    width: 100%;
    text-decoration: none;
    color: var(--white-color);
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    z-index: 1;
    transition: all .6s;
    font-family: "PT Sans Caption", sans-serif;
    background-color: var(--primary-color);
}

.primary-button a:hover,
.primary-button button:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
    transition: ease-in-out 0.6s;
}


/* .primary-button a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    background-color: var(--primary-color);
    z-index: -2;
}

.primary-button a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--secondary-color);
    transition: all .6s ease-in-out;
    border-radius: 4px;
    z-index: -1;
}

.primary-button a:hover {
    color: #fff;
    box-shadow: 0 20px 25px rgb(197 45 46 / 20%);
}

.primary-button a:hover:before {
    width: 100%;
} */

/*  */

.secondary-button a,
.secondary-button button {
    padding: 0 18px;
    min-width: 215px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 59px;
    width: 100%;
    text-decoration: none;
    color: var(--white-color);
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    z-index: 1;
    transition: all .6s;
    font-family: "PT Sans Caption", sans-serif;
    background-color: var(--secondary-color);
}

.secondary-button a:hover,
.secondary-button button:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: ease-in-out 0.6s;
}


/* .secondary-button a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -2;
}

.secondary-button a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary-color);
    transition: all .6s ease-in-out;
    border-radius: 4px;
    z-index: -1;
}

.secondary-button a:hover {
    color: #fff;
    box-shadow: 0 20px 25px rgb(22 93 46 / 20%);
}

.secondary-button a:hover:before {
    width: 100%;
} */

/*  */

/*  */
.red-text {
    color: var(--secondary-color);
}

.green-text {
    color: var(--primary-color);
}

.dark-green-text {
    color: var(--dark-green-color);
}

.black-text {
    color: var(--black-color);
}

.beige-text {
    color: var(--beige-color);
}

h1 {
    font-size: 60px;
    line-height: 78px;
}

h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 10px;
}

h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
}

h4 {
    font-size: 24px;
    line-height: 36px;
}

h6 {
    font-size: 18px;
    line-height: 18px;
}

.border-btm {
    border-bottom: 1px solid var(--light-blue-bg);
}

.background-e5edf4 {
    background-color: var(--light-blue-bg);
}

.background-f2f6f9 {
    background-color: var(--light-grey-bg);
}

.background-red {
    background-color: var(--secondary-color);
}

.background-fff {
    background-color: var(--white-color);
}

.font-size-16 {
    font-size: 16px;
}

.font-size-12 {
    font-size: 12px;
    line-height: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-18 {
    line-height: 18px;
}