/*after-one-year - Brilinta 60mg + Aspirin*/
  #after-one-year .plavix-section {
        flex-wrap: wrap;
    }
  
    .icon-risk::before{
        content: "\65";
    }
    #after-one-year .icon-risk::before{
        position: relative;
        bottom: 7px;
    }
    .icon-4years::before{
        content: "\p";
    }

#after-one-year .other-medications {
    font-size: 16px;
}
#after-one-year ul.isi-li{
    margin-bottom:10px;
}


/*Desktop*/
@media only screen and (min-width: 992px){
     #after-one-year .plavix-sec {
       align-items:center;
       width: 48%;
       padding: 0 10px 0 0;
       flex: unset;
    }
    #after-one-year .plavix-section {
    justify-content: flex-start;
    gap:20px;
    }
   #after-one-year .safety-content p.foot-note {
        margin-bottom: 35px;
    }
    #after-one-year .safety-content {
        padding: 5px 0 37px 0;
    }
    #after-one-year .ques-inner.darker-bg {
        padding-bottom: 28px;
    }
    #after-one-year .safety-content.outer-content h3 {
        margin-top: 24px;
        margin-bottom: 21px;
    }
    
#after-one-year .plavix-sec:nth-child(2),
#after-one-year .plavix-sec:nth-child(4) {
  padding-left: 10px;
}

}


/*Mobile */
@media only screen and (max-width: 991px) {
    .bl-icon{
        position: relative;
    }
      #after-one-year .icon-risk::before{
        top:4px;
    }
   #after-one-year .icon-people::before{
        bottom: 4px;
    }
      #after-one-year .plavix-sec{
        margin-bottom: 2.3rem;
        }
   #after-one-year .other-medications {
        margin-top: 45px;
    }
    
    .plavix-table{
        border-bottom:none;
    }
     #after-one-year .safety-content {
    padding: 15px 0 26px 0;
   }
   #after-one-year .img-adjust-div {
        padding-top: 20px;
       padding-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    #after-one-year .img-adjust-div {
        padding: 40px 0 50px 0;
    }
}

