#content {
  padding: 0 40px;
}
#content .cont {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 12px;
}
#content .cont h3 {
  margin-bottom: 7px;
  font-size: 18px;
  font-family: Oxanium-Bold;
  font-weight: 600;
  color: #333333;
}
#content .cont .cont_text {
  font-size: 14px;
  font-family: Oxanium-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .cont {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .cont {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .cont {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .cont {
    width: 100%;
  }
}
