.full-height {
    width: 100%;
    padding-top: 13rem;
    padding-bottom: 13rem;
}

.full-height h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 59px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.full-height h2 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 108px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.full-height p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    width: 60%;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.full-height hr {
    width: 41%;
    border: 3px solid #00A3FF;
    opacity: 1;
}

.full-height ul {
    padding: 0;
    padding-top: 2rem;
    margin: 0;
    padding-bottom: 2rem;
}

.full-height ul li {
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    list-style: none;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 1rem;
}

.full-height ul li span {
    padding-left: 15px;
}

.full-height ul li:last-child {
    padding-bottom: 2rem;
}

.full-height .description a {
    display: inline-block;
    border-radius: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #FFFFFF;
    width: 500px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 60px 20px 60px;
    border: 5px solid #149FF0 !important;
    transition: all 0.5s ease-in-out;
}

.full-height .description a:hover {
    color: var(--primary-color-dark) !important;
    background-color: var(--white) !important;
}

@media (max-width: 992px) {
    .full-height .description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .full-height p {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .full-height h2 {
        font-size: 45px;
        line-height: 90px;
    }
    .full-height h3 {
        font-size: 24px;
    }
    .full-height p, .full-height ul li {
        font-size: 18px;
    }
    .full-height .description a {
        font-size: 18px !important;
    }
    .full-height .description a {
        width: 300px;
    }
}