/* Banner */
.banner-section {
    position: relative;
}

.banner-section h2 {
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-weight: 700;
    font-size: 42px;
}

.banner-section .banner-video video {
    height: 70vh;
    width: 100%;
    object-fit: cover;
    object-position: center -100px;
}

.banner-section .banner-content {
    width: 900px;
    position: absolute;
    top: 300px;
    transform: translateY(-50%);
    left: 240px;
}

.banner-section .banner-content p {
    font-size: 23px;
    line-height: normal;
    color: #FFFFFF;
}

.banner-section .banner-content .btn {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    background: #1b3c6f;
    color: #FFFFFF;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

html .site .banner-section .banner-content .btn:focus {
    background: #1b3c6f;
    text-decoration: unset;
    outline: unset;
    border: none;
}

.banner-section .banner-content .btn:hover i {
    transform: translateX(5px);
}

.banner-section .banner-content .btn i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.memorial-park-section .memorial-park-content {
    text-align: center;
    margin: auto;
    width: 1440px;
    padding: 30px 0;
}

.memorial-park-section .memorial-park-content .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
    background: #1b3c6f;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 45px;
}

.memorial-park-section .memorial-park-content h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    color: #1b3b6b;
    margin: auto;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.memorial-park-section .memorial-park-content p {
    font-size: 14px;
}

.memorial-park-section .memorial-park-content p:nth-child(2),
.memorial-park-section .memorial-park-content p:nth-child(4) {
    display: none;
}

a.btn:hover {
    background: #FFF;
    border: solid 1px #1b3c6f;
    color: #28303D;
}

@media (max-width: 1600px) {
    .banner-section .banner-content {
        width: 800px;
        left: 90px;
    }
}

@media (max-width: 1440px) {
    .banner-section .banner-content {
        top: 200px;
        left: 70px;
    }
}

@media (max-width: 1340px) {
    .banner-section h2 {
        font-size: 38px;
    }

    .banner-section .banner-content {
        width: 700px;
        left: 90px;
        left: 50px;
    }

    .banner-section .banner-content .btn {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .banner-section .banner-video video {
        height: 50vh;
    }

    .banner-section .banner-content {
        top: 200px;
    }
}

@media (max-width: 840px) {
    .banner-section .banner-content {
        top: 125px;
    }
}

@media (max-width: 767px) {
    .banner-section h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .banner-section .banner-content {
        width: 350px;
        top: 100px;
        left: 20px;
    }

    .banner-section .banner-content .btn {
        font-size: 12px;
    }

    .banner-section .banner-video video {
        height: 50vh;
        object-position: center center;
    }
}

@media (max-width: 430px) {
    .banner-section .banner-video video {
        height: 45vh;
        object-position: -150px center;
    }

    .banner-section .banner-content {
        top: 115px;
    }
}

@media (max-width: 375px) {
    .banner-section .banner-video video {
        height: 70vh;
        object-position: center;
    }

    .banner-section .banner-content {
        top: 150px;
    }
}