.journal-header-img {
    object-fit: cover;
    height: 280px;
    width: 100%;
}

.journal-head-texts {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.journal-head-texts h1 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    display: flex;
    align-items: center;

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

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

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

.form-input2 {
    padding: 10px 30px;
}

.journal-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.journal-section1 h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    display: flex;

    color: #1a162c;
}

.journal-section1 .subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;

    color: #1a162c;
    opacity: 0.5;
}

.journal-section1 .journal-article-card {
    height: 500px;
    position: relative;
}

.journal-section1 .journal-article-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.journal-section1 .journal-article-card .journal-article-texts {
    position: absolute;
    width: 100%;
    object-fit: cover;
    left: 0;
    bottom: 0;
    background: rgba(122, 41, 42, 0.5);
    backdrop-filter: blur(15px);
    padding: 20px;
}

.journal-section1 .journal-article-card .journal-article-texts h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #e9ecdc;
    margin-top: 10px;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}

.journal-section1 .journal-article-card .journal-article-texts span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

    color: #e9ecdc;
    opacity: 0.7;
}

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