.fspost__title {
    margin-top: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
}

.fspost__text p{
    color: #486284;
    text-align: center;
    margin-top: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.fspost__footer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.fspost__footer-left {
    padding: 7px 24px;
    border: 1px solid #1A202C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
}

.fspost__footer-right {
    color: #486284;
    font-size: 17px;
}

.fspost__image {
    margin-top: 40px;
}

.fspost__image img{
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

@media screen and (min-width: 992px) {
    .fspost {
        margin-top: 138px;
    }
    .fspost__image img{
        max-height: 600px;
		        max-height: unset;
    }

    .fspost .custom-breadcrumbs {
        margin-bottom: 27px;
    }

    .fspost__footer {
        margin-top: 20px;
    }
}


@media screen and (max-width: 991.98px) {
    .fspost {
        margin-top: 88px;
    }

    .fspost .custom-breadcrumbs {
        margin-bottom: 17px;
        justify-content: center;
    }

    .fspost__footer {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .fspost__image img {

        min-height: 197px;
    }

    .fspost .custom-breadcrumb__current-page {
        display: none;
    }
}