.contact-landing{
    position: relative;
    width: 100%;
    padding-top: 14rem;
    padding-bottom: 4rem;
    background-color: rgb(81, 108, 134);
    background-image: url(../images/key-features.png);
    background-position: center;
    background-repeat: none;
    background-size: cover;
    z-index: -1;
}

.contact-landing-inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    z-index: 1;
}

.bottom-contact-landing-con{
    padding-bottom: 10rem;
}
.bottom-contact-landing-con h1{
    text-align: center;
    display: flex;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    margin: 0 auto;
    color: rgb(216, 216, 11);
    font-size: 50px;
}
.bottom-contact-landing-con p{
    text-align: center;
    font-weight: bold;
}


.contact-landing-inner h3{
    text-align: center;
}
.top-contact-landing-con{
    display: flex;
    flex-direction: row;
    gap: 30%;
    justify-content: center;
}
.emergency-contact-header{
    font-family: bold;
    font-size: 18px;
    text-align: center;
    color: rgb(216, 216, 11);
}
.emergency-contact{
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.emergency-instruction{
    text-align: center;
    padding-top: 2rem;
    font-weight: bold;
}

.contact-landing-filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 40, 54, 0.4);
    z-index: -1;
    backdrop-filter: blur(6px);
}


@media (max-width: 730px) {
    .bottom-contact-landing-con h1{
        font-size: 25px;
    }
    .bottom-contact-landing-con p{
        font-size: 15px;
    }
    .contact-landing-inner h3{
        font-size: 20px;
    }
    .emergency-contact-header{
        font-size: 15px;
    }
    .top-contact-landing-con{
        display: flex;
        justify-content: space-between;
        width: 95%;
        margin: 0 auto;
    }
    .emergency-contact{
        font-size: 12px;
    }
}