#How-it-is-given-new #hero-title {
    width: 80%;
}
#How-it-is-given-new #nasal-spray-flu {
    padding-top: 55px;
    padding-bottom: 35px;
}

#How-it-is-given-new #nasal-spray-flu.azcl-columns__base {
    align-items: center;
}

#How-it-is-given-new h4.cmp-title__text.cmp-title__text--h4 {
    font-size: var(--heading-24px-20px);
    font-family: "Gotham-Medium";
    font-weight: 500;
    color: #6E4AE3;
    line-height: 140%;
    margin: 0px;
    padding: 20px 0px;
    
}

#more-information-col .azcl-columns__base {
    align-items: center;
}

#How-it-is-given-new #flu-steps {
    padding-top: 10px;
    padding-bottom: 10px;
}

#How-it-is-given-new #steps-section {
    padding-bottom: 25px;
}

#How-it-is-given-new  .suitable p,
#How-it-is-given-new  .suitable span {
    font-family: "Gotham-Book";
    font-size: var(--body-text-20px-16px);
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: 400;
    color: #6C6C6C;
}

#How-it-is-given-new .allergic p {
  display:flex;
  margin-bottom:20px;
  margin-top:20px;
  
}

#How-it-is-given-new #suitable-flu.azcl-columns__base {
    display: grid;
    gap: 20px;
    /*grid-template-columns: 45.6% 52.5%;*/
    justify-content: space-between;
    align-items: start;
}

#How-it-is-given-new .allergic {
   border-top: 1px solid #CCD0DF;
}
#How-it-is-given-new .allergic:last-child {
   border-bottom: 1px solid #CCD0DF;
}

#How-it-is-given-new .allergic p span {
    color: #6E4AE3;
    padding-right: 20px;
    font-family: "Gotham-Medium";
    font-weight: 400;
}

#How-it-is-given-new .suitable {
    margin-bottom: 30px;
}
#How-it-is-given-new #suitable-flu .azcl-columns__base{
    align-items: start;
}

#How-it-is-given-new #suitable-flu h3 {
    margin-top: 0px;
}

#How-it-is-given-new #suitable-flu {
    padding-top: 70px;
    padding-bottom: 50px;
}

#How-it-is-given-new  #more-info-sec {
    background: #6E4AE3;
    padding: 30px 0;
}

#How-it-is-given-new #more-information-col .azcl-column-par1,
#How-it-is-given-new #more-information-col .azcl-column-par2 {
    background: #FCF6FF;
    border-radius: 8px;
    flex: 1;
}

#How-it-is-given-new #questions-sec a.primary-button {
    margin: auto;
    text-align: center;
    color: #6E4AE3;
}

#How-it-is-given-new #reporting-side-ef a{
    color:#2C42C6;
    text-decoration:underline;
}
#How-it-is-given-new #questions-sec {
    width: 90%;
    margin: auto;
    padding: 40px 0px 20px 0px;
}

@media screen and (max-width: 767px) {
    #How-it-is-given-new #hero-banner-fullwidth .cmp-container__backgroundImage--enabled {
        min-height: 70.2vw !important;
        background-size: 100% 100%;
    }
    
    div#nasal-spray-flu h3 {
    margin-top: 0px;
    }
}




