#blog {
    margin-top: 160px;
    overflow: hidden;
}

.blog-header {
    margin-bottom: 40px;
}

.blog-header h2 {
    margin-bottom: 40px;
}

#blog h2 {
    margin-bottom: 0px;
    color: #022148;
    width: max-content;
}

#blog hr {
    border: 1px solid #022148;
    width: 7vw;
    opacity: 0.7;
    color: #022148;
    border-color: #022148;
    background-color: #022148;
    margin: 0px;
    margin-bottom: 1rem;
}

.blog-header p {
    margin-right: 150px;
}

.banner-container {
    max-width: 1800px !important;
    padding: 20px;
    margin-bottom: 40px;
}

.blog-main-img img {
    object-fit: cover;
}

.blog-banner {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 0px;
}

.blog-banner::before {
    content: '';
    background-color: #ffffff61;
    position: absolute;
    width: 100%;
    height: 100%;
}

.blog-banner img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

#blog .container {
    max-width: 90%;
}

.blog-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.outer-color-background {
    background-color: #F2F2F2;
}

.multimedia-grid {
    height: 499px;
}

#imagesModal .modal-content {
    padding-bottom: 75px;
}

#imagesModal .modal-body {
    display: flex;
    flex-wrap: wrap;
}

#imagesModal .property-modal-form {
    background-color: #F2F2F2;
}

.modal-images-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
}

.modal-grid-image {
    height: 300px;
}

.modal-grid-image img {
    object-fit: contain;
}

.multimedia-btn a {
    margin-top: 20px;
    background-color: #022148;
    border-radius: 0px;
    color: white;
}

.multimedia-btn a:hover {
    background-color: #fec90f;
    color: #022148;
}

.blocks-column .multimedia-btn a {
    margin-left: 20px;
}

.blocks-column h2 {
    margin-left: 20px;
}

.blocks-column hr {
    margin-left: 20px !important;
}

.multimedia-btn svg {
    margin-left: 10px;
}

.blog-banner-blocks {
    display: flex;
    flex-wrap: wrap;
}

.blog-banner-block {
    background-color: white;
    display: flex;
    padding: 30px;
    margin: 20px;
    border-radius: 20px;
    height: 220px;
    width: 100%;
    overflow: hidden;
}

.blog-block-text {
    border-right: 1px solid black;
    padding-right: 15px;
    white-space: nowrap;
}

.blog-block-text h6 {
    margin-bottom: 70px;
}

.blog-block-text a {
    background-color: transparent;
    border: none;
    color: #022148;
}

.blog-block-text svg {
    margin-left: 10px;
}

.block-block-posts {
    padding-left: 15px;
}

.block-block-posts p {
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
}

.blog-container {
    margin-bottom: 40px;
}

div[data-key] {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.blog-post-img {
    width: 39vw;
    height: 29vw;
    margin-right: 40px;
}

.blog-post-img img {
    border-radius: 40px;
    object-fit: contain;
}

.blog-post-text a {
    text-decoration: none;
    background-color: transparent;
    color: #022148;
}

.blog-post-text h4 {
    color: #022148;
    margin-bottom: 10px;
}

.blog-brief__content {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 9rem;
}

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1921px) {

}

@media screen and (max-width: 1680px) {
    .blog-block-text {
        white-space: unset;
    }
}

@media only screen and (max-width: 1400px) {
    .multimedia-btn {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    #blog {
        margin-top: 120px;
    }

    .modal-images-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-post-img {
        width: 40vw;
        height: 30vw;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .blog-header p {
        margin-right: 70px;
    }

    .multimedia-grid {
        height: 60vw;
    }

    .modal-images-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-post-img {
        width: 52vw;
        height: 42vw;
    }
}

@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 480px) {
    .blog-header p {
        margin-right: 20px;
    }

    .modal-images-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 420px) {


}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {

}