.pageNotFound__section {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    background-size: cover;
    background-position: top center;
}

.pageNotFound__section .content__section h5 {
    font-size: 72px;
    color: #052d66;
    font-family: 'League Gothic', sans-serif;
    line-height: 1;
    letter-spacing: 2px;
}

.pageNotFound__section .content__section p {
    font-size: 32px;
    color: #052d66;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    margin-left: 67px;
}

.pageNotFound__section .content__section .btn {
    width: 100%;
}

.btn-white-border {
    background-color: transparent;
    color: #052d66;
    border: solid 2px #052d66;
    letter-spacing: 1.32px;
    font-family: 'League Gothic', sans-serif;
    color: #052d66;
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 20px 40px;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-align: center;
    letter-spacing: 0.6px;
}

@media only screen and (max-width: 767px) {
    .pageNotFound__section {
        height: 50vh;
    }
}

@media only screen and (max-width: 767px) {
    .pageNotFound__section .content__section h5 {
         font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pageNotFound__section .content__section p {
        font-size: 18px;
        margin-left: 5px;
    }
}

.btn-white-border:hover {
    background-color: #052d66;
    color: #052d66;
}

.btn-white-border {
    background-color: transparent;
    color: #052d66;
    border: solid 2px #052d66;
    letter-spacing: 1.32px;
}