.insight-section__all {
    color: #324A54;
    font-family: "Oswald";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 27.5px */
    letter-spacing: 0.45px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}
.insight-section__all::before {
    content: "";
    height: 12px;
    width: 12px;
    background: #4D9D9B;
    display: block;
    position: relative;
}
.insights-swiper__footer {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 24px;
}
@media screen and (max-width: 575.98px) {
    .insights-swiper__footer {
        justify-content: center;
        margin-top: 16px;
    }
}
.insight-section .section__title {
    flex: 0 1 450px;
}
@media screen and (max-width: 991.98px) {
    .insight-section .section__title {
        flex: unset;
    }
}
@media screen and (max-width: 991.98px) {
    .insight-section .section__body {
        display: flex;
        flex-direction: column-reverse;
    }
}
.insight-section__all {
    font-family: "Inter";
    text-transform: none;
    margin-top: 30px;
    color: #485E76;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    text-transform: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
@media screen and (max-width: 991.98px) {
    .insight-section__all {
        margin-top: 0;
        margin-bottom: 24px;
    }
}
.insights-swiper {
    width: 100vw !important;
    margin-left: calc(-1 * (100vw - 100%) / 2) !important;
    margin-right: calc(-1 * (100vw - 100%) / 2) !important;
    padding-left: calc((100vw - 100%) / 2) !important;
    padding-right: calc((100vw - 100%) / 2) !important;
}
.insight {
    border-radius: 8px;
    background: #FFFFFF;
    padding: clamp(20px, 3vw, 28px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.insight__img {
    width: 100%;
    aspect-ratio: 2/1;
    border-radius: 8px;
    overflow: hidden;
}
.insight__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.insight__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}
@media screen and (max-width: 575.98px) {
    .insight__header {
        flex-direction: column;
    }
}
.insight__tag {
    margin-top: 4px;
    border-radius: 8px;
    border: 1px solid #09817B;
    align-self: flex-start;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #09817B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.72;
}
.insight__date {
    color: #BCC8D0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
}
.insight__title {
    color: #202020;
    font-size: clamp(18px, 2vw, 22px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 22px */
}
.insight__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #616161;
    font-size: clamp(16px, 2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}
