.journal-detail-header-img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}
.journal-detail-head-texts {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.journal-detail-head-texts h1 {
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;

    text-transform: uppercase;
    color: #ece8dc;
}

.journal-detail-head-texts p {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;

    text-transform: uppercase;
    color: #ece8dc;
    opacity: 0.5;
}

h2 {
    font-weight: 700;
    font-size: 30px;

    text-transform: uppercase;
    color: #1a162c;
    margin-top: 30px;
}

.journal-content img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .journal-detail-head-texts h1 {
        font-size: 35px;
    }
    .journal-detail-head-texts p {
        font-size: 14px;
    }
}
