body {
    background-color: #FCECFF;
}

.bg-gradient-to-br {
    background-image: unset !important
}

.top-nav__container {
    max-width: unset !important;
    margin: unset !important;
}

.top-nav__container,
.footer-block {
    background-color: #160D1C;
}

.top-nav-header{
    max-width: 1180px;
    margin: 0 auto;
}

.blog-post > .container {
    margin: 0 auto;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    color: #FF79B2;
    border-radius: 22px;
    text-decoration: none;
    width: 161px;
    height: 45px;
    text-align: center;
}

.blog-post {
    margin-top: 75px;
    padding: 0 15px;
}

.blog-post-header>p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.blog-post-header p>span {
    width: 4px;
    height: 4px;
    background: grey;
    border-radius: 50%;
}

.blog-post-header h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
}

.blog-post-header p {
    color: gray;
}

.blog-post-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-post-image {
    width: 100%;
    margin-bottom: 60px;
}

.blog-post-image img {
    width: 100%;
    height: auto;
}

.blog-post-text {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 19.5px;
}

.blog-post-text h2 {
    font-size: 1.5em;
    margin-top: 20px;
}

.related-articles {
    margin-top: 40px;
    text-align: center;
}

.related-articles h3 {
    margin-bottom: 20px;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    margin-bottom: 20px;
}

.related-articles-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.related-article {
    width: 350px;
    text-align: center;
    box-shadow: 0px 4px 2px 2px #0000000D;
    margin-bottom: 76px;
}

.related-article img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.related-article h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.related-article p {
    font-size: 0.9em;
    margin-bottom: 10px;
}

.btn.btn-read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #6200ea;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

.blog-post-footer {
    margin-top: 40px;
    text-align: center;
}

.related-article h4 {
    min-height: 80px;
}

.related-article p {
    min-height: 70px;
}

.related-article img {
    width: 100%;
    height: 243px;
    object-fit: cover;
    display: block;
}

.blog-post-image img {
    width: 100%;
    height: 582px;
    object-fit: cover;
    display: block;
}

.blog-post-text p {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: black;
    line-height: 105%;
    margin-bottom: 10px!important;

}

.blog-post-text p:last-of-type {
    margin-bottom: 0!important;
}

.blog-post-header__title {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: black;
    line-height: 105%;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
}

.container {
    max-width: 1110px !important;
}