/* Navbar */
.bg-transparent {
    background: var(--primary) !important;
}

/* Header */
.page-header {
    padding-bottom: 1.5rem;
}

/* Content */
.content-img-wrapper {
    width: 100%;
    height: 450px;
}

.content-img-wrapper img {
    border-radius: .3125rem;
    max-height: 100%;
    max-width: 100%;
}

p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 165%;
    text-align: justify;
    color: var(--black);
}

@media only screen and (max-width: 991.98px) {

    /* Content */
    .content-img-wrapper {
        width: 100%;
        height: auto;
    }

    .content-img-wrapper img {
        object-fit: cover;
        height: 300px;
        width: 100%;
    }

    .title-text {
        font-size: 1.424rem;
    }

    p {
        font-size: 0.9375rem;
    }

}
