.masonry__item {
    box-shadow: none!important;
}

.bg-transparent {
    background: transparent;
}

.no-border {
    border: none;
}

.w-100 {
    width: 100%;
}

.masonry__btn {
    color: white!important;
}

.search-hero__block {
    background-size: cover;
}

.slick-track::-webkit-scrollbar {
    display: none;
}

.side-col-container__quote {
    display: flex;
    align-items: flex-start;
}
.side-col-container__quote-text {
    margin-left: 35px;
    font-family: "Grotzec", sans-serif;
    font-weight: 400;
    font-size: 45px;
    color: #2F343B;
    letter-spacing: 0;
    line-height: 50px;
}

.mCSB_container {
    overflow: auto;
    width: auto;
    height: 50vh;
}

.mCSB_container::-webkit-scrollbar {
    width: 6px;
}
.mCSB_container::-webkit-scrollbar-thumb {
    background: rgb(226 229 233);
}
.mCSB_container::-webkit-scrollbar-track  {
    background: transparent;
}
.mCSB_container::-webkit-scrollbar-thumb:hover {
    background: #4e555b;
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}


figure img {
    width: 100%;
}

.blog-inner__content {
    font-size: 20px;
    line-height: 34px;
}

@media (max-width: 680px) {
    .blog-inner__content {
        font-size: 18px;
        line-height: 1.9;
    }
}

@media (max-width: 460px) {
    .blog-inner__content {
        font-size: 16px;
        line-height: 1.8;
    }
}
