#cause-page-body .clinical-content .inner-content, .hospital-content .inner-content {
    padding-bottom: 40px;
}

#cause-page-body .image-container img {
    max-width: 58px;
    height: auto;
}

#cause-page-body .know-ha-inner.d-center {
    justify-content: flex-start;
    gap:3.6rem;
}
#cause-page-body .know-ha-inner.know-ha-spacing.d-center {
    gap: 1.9rem;
}
#cause-page-body .hospital-content .treat-end {
    padding-bottom: 1px;
}


/*Desktop */
@media screen and (min-width: 768px) {
  #cause-page-body .know-ha-content {
        width: 80%;
    }
 
}

@media only screen and (min-width: 992px) {
    .cause-content {
    max-width: 1100px;
    margin: 0 auto 50px;
}
 .clinical-content h3, .safety-content h3, .plavix-subhead h3, .side-effect-content h3 {
        margin-top: 4.5rem;
        margin-bottom: 3rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/*Desktop end */

/*Mobile */
@media only screen and (max-width: 991px) {
    #cause-page-body .image-container {
        width: 15%;
    }
    #cause-page-body p{
        font-size:1.4rem;
    }

    #cause-page-body .hospital-content .treat-end {
    padding-bottom: 20px;
  }
    
}
@media only screen and (max-width: 767px) {

.clinical-content h3, .safety-content h3, .plavix-subhead h3, .side-effect-content h3 {
        margin-top: 30px;
    }
#cause-page-body .image-container {
        width: 16%;
    }
  #cause-page .know-ha-content {
    width: 90%;
}
#cause-page-body .hospital-inner h3 {
        margin-top: -20px;
    }
#cause-page-body .know-ha-inner.d-center {
    justify-content: flex-start;
    align-items: flex-start;
}
    #cause-page-body .hospital-content .treat-end {
    padding-bottom: 10px;
 }

#cause-page .risk-cta {
    margin-top: 0;
}
#cause-page-body .know-ha-inner.d-center, #cause-page-body .know-ha-inner.know-ha-spacing.d-center {
    gap: 1rem;
}

    
}

@media only screen and (max-width: 575px) {
    #cause-page-body .image-container {
        width: 27%;
    }
        #cause-page .know-ha-content {
        width: 80%;
    }
    #cause-page-body .know-ha-inner.d-center:first-child {
        gap: 2rem;
    }
}
/*Mobile end */
