.me-2 {
    font-size: 2rem;
}

.contact_us {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    min-width: 168px;
    height: 52px;
    padding: 18px;
    margin: 0 0 0 36px;
    border-radius: 30px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent);
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 31%);
    transition: all 0.3s 
ease-in-out;
}

.banner2-con p strong {
    color: #fbab2a!important;
}

.footer-links {
    color: #fff;
    margin-bottom: 30px;
}