.PostContent { 
    padding-top: 200px;
    margin-bottom: 50px;
    height: fit-content;
    padding-left: 15%;
    padding-right: 15%;
    overflow: hidden;
    background-color: #f8f8f8;
    width: 100%;
}

h1 {
    color: #003B4D;
    font-family: "Obvia Narrow", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
}

.AuthorContainer {
    position: relative;
    width: 100%;
    height: 75px;
    top: 0;
    margin-bottom: 20px;
}
.AuthorContainer img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.PostText p, h2 {
    color: #828282;
    font-size: 16px;
    line-height: 25px;
    font-family: "Obvia Narrow", sans-serif;
    font-weight: 200;
}
.PostText h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #606060;
}
.PostText a {
    color: #828282;
}
.PostText a:hover {
    color: #525252;
}

.AuthorContainer p {
    position: relative;
    left: 85px;
    top: -75px;
    line-height: 75px;
    color: #003B4D;
    font-family: "Obvia Narrow", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.MainImgNews {
    width: 70%;
    height: auto;
    margin-bottom: 50px;
}

.Back {
    color: var(--text);
    font-family: "Obvia Narrow", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    top: -50px;
    margin-left: 47%;
}
.Back span {
    color: var(--main);
    border: 2px solid var(--main);
    border-radius: 50%;
    padding: 5px;
}

.PostText {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 100px;
    padding-bottom: 25px;
    border-bottom: 1px solid #A2A2A2;
}

.highlight {
    color: var(--main);
}

@media only screen and (max-width: 768px) {
    .PostContent {
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        margin-top: 100px;
    }
    .PostText {
        width: 100%;
        margin-left: 0;
    }
}