.shareHeader{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(16, 143, 182);
    padding-top: 20px;
}

.shareHeaderContent{
    text-align: center;
    font-weight: bold;
  }
  
.shareHeaderContent h3{
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    color:white;
    font-family: 'Lato', sans-serif;
  } 

  .shareHeader img{
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 5px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 30px;
    max-height: auto;
    min-width: 20%;
    
 }

 .shareContent{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }

 .shareContent ul{
    text-align: left;
    padding-bottom: 20px;
    color:white;
    font-size: 1.5rem;
    list-style-type: none
  } 


  @media screen and (max-width: 991px){
    
    .shareHeader img{
        max-width: 80%;
        min-width: 80%;
        margin-top: 20px;
    } 

}
