
.content p {
  text-align: left;
}

h2 {
  text-align: left;
  padding-left: 20px;
  border-left: 6px solid #333333;
  line-height: 2rem;
  margin-bottom: 15px;
  margin-top: 60px;
}

h3{
  text-align: left;
  padding: 5px 15px;
  background-color: hsla(0,0%,95%,0.90);
  margin-bottom: 15px;
  margin-top: 30px;
}

img.main{
  width: 80%;
}
.style{
    width: 420px;
}
span{
    font-weight: bold!important;
}
@media screen and (max-width:768px){
.style{
    width: 100%;
}
.store{
    width: 100%;
}
}

@media screen and (max-width:480px){
h2 {
  text-align: left;
  line-height: 24px;
}
}
