/* Utils */
p {
    font-size: 1.125rem;
    line-height: 160%;
    text-align: justify;
}

/* Header */
.page-header {
    padding-top: 10rem;
    padding-bottom: 2rem
}

.bg-transparent {
    background-color: var(--primary) !important;
}

.header__img {
    height: 450px;
    width: 100%;
    object-fit: contain;
}

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

    .header__img {
        height: auto;
    }

    p {
        font-size: 1rem;
    }

}
