#contact-us-banner {
    background-image: url('/-/media/AB6CF3E7CD2B46FB8B309552974FA2C6.ashx');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 52px 15px;
}
#contact-us-banner.banner .banner-text h1 {
    text-transform: uppercase;
}
#contact-us-banner.banner .banner-text p {
    text-transform: uppercase;
}
#contact-us-text {
    margin: 30px 0;
    padding: 0;
}
#contact-us-text #bg-white-smoke {
    padding: 22px 0;
    text-align: center;
    border-radius: 20px;
    background-color: var(--bg-white-smoke);
}
#contact-us-text #bg-white-smoke h2 {
    font-size: var(--fs-25);
    font-family: var(--ft-family);
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
    color: #425563;
    margin-bottom: 30px;
}

#contact-us-text #bg-white-smoke h2 span{
    font-weight: bold;
}
#contact-us-text #bg-white-smoke h2 a{
    font-weight: bold;
    pointer-events: auto;
       font-size: var(--fs-25);
    font-family: var(--ft-family);
    color: #425563;
    text-decoration: underline;
}

#contact-us-text #bg-white-smoke.quantum-cta .quantum-cta__inner {
    pointer-events: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    
}
#contact-us-text #bg-white-smoke.quantum-cta a button{
    color: #ffffff;
    border: none;
    position: relative;
     pointer-events: auto;
}
#contact-us-text #bg-white-smoke.quantum-cta .quantum-cta__action {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 50px 20px 20px;
    border-radius: 5px;
    border: solid 2px #425563;
    background-color: #425563;
    position: relative;
    pointer-events: auto;
    cursor: pointer;
   
}
#contact-us-text #bg-white-smoke.quantum-cta .quantum-button .quantum-button__text{
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    
}
#contact-us-text #bg-white-smoke.quantum-cta .quantum-button .quantum-button__text::after{
content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/~/media/Themes/Amgen/Evenity-com/Evenity-com/images/Redesign/Icons/download-icon-new");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#contact-us-text #bg-white-smoke.quantum-cta .quantum-button:hover, 
#contact-us-text #bg-white-smoke.quantum-cta .quantum-button:active{
    background-color: #d86018;
    color: #ffffff;
    border: solid 2px #d86018;
}
#contact-us-text #bg-white-smoke.quantum-cta .quantum-cta__text,
#contact-us-text #bg-white-smoke.quantum-cta .quantum-cta__action{
    margin: 0 auto;
    max-width:100%;
    text-align:center;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #contact-us-banner {
        padding: 50px 0px 89px;
    }
}
@media screen and (min-width: 1400px) {
    #contact-us-banner {
        padding: 50px 0 122px;
    }
}
@media screen and (min-width: 1600px) {
    #contact-us-banner {
        padding: 90px 0 115px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #contact-us-banner {
         padding: 15px 0 40px;
    }
     #contact-us-banner .banner-content h1.heading span{
margin-top: 5px;
    }
     #contact-us-banner .breadcrumb{
        margin-bottom: 14px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #contact-us-text {
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    #contact-us-banner {
        background-image: url('/-/media/0E2BFE7872F540A690C34062E2BC1C2E.ashx');
        padding: 0px;
        min-height: 190px;

    }
    #contact-us-banner.banner .banner-text {
        width: 100%;
        margin: 65px auto 0;
    }
    #contact-us-text #bg-white-smoke {
        padding: 22px;
    }
    #contact-us-text #bg-white-smoke h2 {
        width: 100%;
        font-size: 20px;
    }
    #contact-us-text #bg-white-smoke.quantum-cta .quantum-cta__action{
            padding: 20px 20px 20px 10px;
    }
    #contact-us-text #bg-white-smoke.quantum-cta .quantum-button .quantum-button__text::after{
        right:10px;
    }
}