#Mycontent {
  background-color: #fff;
  padding: 1rem 0;

}


#Mycontent div {
  line-height: 2rem;
  font-size: 14px;
 margin: 0 20px;
}

#Mycontent div b {
  font-weight: 600;
}

#Mycontent #MyImg {
  text-align: center;
  margin-bottom: 20px;
}

#Mycontent #MyImg img {
  max-width: 90%;
}