﻿.hero-section {
    background-image: url('images/bg-1.png');
    background-color: #0A0A0A;
    background-repeat: no-repeat;
    height: 328px;
}

.hero-content {
    margin: 0 auto;
}

    .hero-content h1 {
        color: #FFF;
        font-size: 72px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 1.44px;
        margin-top: 8px;
    }

.news-slider .swiper-slide img {
    height: 270px;
    border-radius: 20px;
}

.slide-content {
    justify-content: space-between;
    padding: 40px 32px 20px;
    align-items: start;
}

    .slide-content img {
        height: 40px !important;
        width: auto !important;
    }

.meet-us h3 {
    max-width: 850px;
    margin: 0 auto;
    color: var(--Primary-DGN-Purple-Shade, #1D1666) !important;
    font-weight: 700 !important;
}

.meet-us p {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
    color: var(--Secondary-Text-Secondary, #2D313F) !important;
}

.meet-us .image-card {
    height: 520px;
}

    .meet-us .image-card img {
        height: 520px;
    }

.chevron-item p {
    margin: 0;
    color: #2D313F;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
}

@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 46.8px */
        letter-spacing: 0.72px;
    }

    .hero-section {
        height: 240px;
    }
}

@media (min-width: 768px) {
    .swiper-pagination {
        display: none;
    }
}
