.secondery-banner {
    height: 80vh;
}

.banner-content {
    flex-direction: row;
}

.banner-content h2 {
    font-size: 56px;
    font-weight: 800;
}

.banner-content ul {
    flex-direction: column;
}

.banner-content ul li {
    font-size: 17px;
    font-family: 'roboto', sans-serif;
}

.banner-content ul li::after {
    opacity: 0;
}

.banner-content ul li:first-child {
    color: var(--text-yellow);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-content ul li:first-child::after {
    display: none;
}

.banner-content ul li a {
    text-transform: capitalize;
    cursor: pointer;
    color: var(--text-white);
    font-weight: 400;
}

.banner-content ul li:last-child a {
    cursor: pointer;
}

.contactus-list {
    transform: translateX(-40px);
}

@media (max-width: 991.98px) {
    .banner-content h2 {
        font-size: 42px;
    }

    .contactus-list {
        transform: translateX(0);
    }
}
