a {
    text-decoration: none;
}
.blog-post-header {
    width: 100%;
    height: 500px;
    background: #be7032;
}
.blog-post-base-box {
    max-width: 800px;
    margin: auto;
    width: 100%;
}
.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8rem!important;
}
.header-content a {
    font-family: Sahel-Bold;
    font-size: 14px;
    margin-bottom: 13px;
    background-color: #fff;
    color: #be7032;
    padding: 4px 8px;
    border-radius: 5px;
}
.header-content h1 {
    direction: rtl;
    font-family: Sahel-Bold;
    width: 90%;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
}
.header-content img {
    width: 500px;
    height: 500px;
}
.blog-post-content {
    margin-top: 18rem!important;
    direction: rtl;
    text-align: justify;
    font-family: Sahel;
    line-height: 39px;
}
.share {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    padding: 40px 0px;
}
.share span {
    color: #d15500;
    font-family: Sahel-Black;
    font-size: 15px;
    direction: rtl;
    text-align: center;
}
@media screen and (max-width: 800px) {
    .blog-post-base-box {
        margin: 0 auto;
        width: 95%;
    }
    .header-content h1 {
        font-size: 30px;
    }
    .blog-post-header {
        height: 435px;
    }
}
@media screen and (max-width: 570px) {
    .blog-post-base-box {
        margin: 0 auto;
        width: 92%;
    }
    .blog-post-header {
        height: 390px;
    }
    .header-content h1 {
        width: 100%;
    }
    .header-content img {
        width: 400px;
        height: 400px;
    }
}
@media screen and (max-width: 396px) {
    .blog-post-header {
        height: 335px;
    }
    .header-content h1 {
        font-size: 25px;
    }
    .header-content img {
        width: 350px;
        height: 350px;
    }
    .blog-post-content p {
        font-size: 15px;
        line-height: 30px;
    }
}
