@media (max-width: 767px) {

    .jet-tabs__control {
        max-width: 45%;
    }

    .active-tab:before {
        display: none !important;
    }

    .story .jet-tabs__control-inner {
        height: 90px !important;
    }

}


.jet-tabs__content, .recent-section, .jet-tabs__content .elementor {
    height: 100%;
}


.recent-section {
    padding: 50px 43px 43px 50px;
}


.icon-brand svg {
    filter: grayscale(100%);
    transition: transform 0.3s ease-in-out;
}

.icon-brand:hover svg {
    filter: none;
    mix-blend-mode: darken;
    transform: scale(1.05);
}

.icon-brand img {
    filter: grayscale(100%);
    transition: transform 0.3s ease-in-out;
}

.icon-brand:hover img {
    filter: none;
    mix-blend-mode: darken;
    transform: scale(1.05);
}

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

.view-blog img {
    transition: width 0.5s, height 0.5s;
}

.view-blog:hover img {
    width: 32px;
    height: 17px;
}

.read-more-home-box {
    height: 36px;
    padding: 0 11px;
    border-radius: 5px;
    background: rgba(215, 224, 239, 0.40);

    backdrop-filter: blur(2px);
    align-items: center;
    width: 114px;
}

.read-more-home-box {
    justify-content: space-between;
}

.read-more-home {
    gap: 8.5px;
}
