.contents-oil .section-hero .lead,
.contents-oil .section-hero .text {
  padding: 40px 20px 50px;
  font-size: 1em;
  text-align: left;
  line-height: 1.7;
  margin: 0;
}


.contents-oil .section-head .title {
  background-image: url(../../common/img/mat-kind.png);
  padding: 12px 20px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-head .title {
    text-align: center;
    font-size: 1.6rem;
  }
}


.image{
  margin: 30px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 736px) {
  .image img {
    width: 100%;
  }
}


.contents-oil .tags {
  margin-top: 30px;
  margin-bottom: 15px;
}

.contents-oil .tags span {
  display: inline-block;
  color: #fff;
  background-color: #7592C1;
  border-radius: 20px;
  padding: 2px 1em;
  margin-right: 10px;
  margin-bottom: 10px;
}

.contents-oil .section-content {
  margin-bottom: 150px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-content {
    padding: 0 10px;
  }
}






