    .accordion-content .card:last-child, .accordion .card:last-child {
        border-bottom: 0;
    }

    .hero-container {
        background: #f8f8f8;
    }

    .content-asset-page-header {
       display: none;
    }

    .structured-content-header, .structured-content-footer {
        margin-top: 0;
        margin-bottom: 0;
    }

    @media (max-width: 767px) {
        .contactus-icon {
            width: 5rem;
        }

        .w-50 {
            width: 35% !important;
        }
    }

    @media (min-width: 768px) {
        .contactus-icon {
            width: 5rem;
        }
    }

    @media (min-width: 992px) {
        .contactus-icon {
            width: 7.5rem;
        }

        .secondary-content {
            margin-top: 2.5rem;
        }
    }
