p {
  margin-bottom: 20px;
}
p.offset__1 {
  margin-bottom: 38px;
}
p.offset__2 {
  margin-bottom: 16px;
}
img {
  max-width: 100%;
}
/****Heads****/

h2 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -3px;
  word-spacing: 7px;
  padding-top: 92px;
  word-spacing: 1px;
  margin-bottom: 50px;
  color:white;
}

#methodcontent {
  background-color: #ffffff;
  padding-bottom: 93px;
  background: #fffced url(../img/background2.jpg) center 0 repeat-x fixed;
  background-size: cover;
}

.btn {
  font: 18px/20px 'Dosis', sans-serif;
  color: #323045;
  border: 1px solid #000;
  display: inline-block;
  padding: 0px 25px 5px;
  margin-top: 16px;
}
.btn:hover {
  background-color: #ffffff;
  border-color: #eee;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 18px;
  margin-top: 4px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.fleft.noresize {
  margin-right: 20px;
  margin-top: 4px;
}
.img_inner.img_fright {
  position: relative;
  top: 7px;
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
}
/****Separators****/
.sep-1 {
  height: 1px;
  position: relative;
  margin-top: 65px;
}
.sep-1:after {
  position: absolute;
  left: 188px;
  right: 188px;
  height: 1px;
  top: 0;
  background-color: white;
  content: '';
}
.sep-1.offset__1 {
  margin-top: 86px;
}
.block-1 .fa {
  display: block;
  border-radius: 500px;
  color: #ffffff;
  background-color: #323045;
  font-size: 48px;
  line-height: 114px;
  width: 114px;
  height: 114px;
  text-align: center;
  margin: 0 auto 17px;
}
.block-1 .block-1_title {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 48px;
  color: #323045;
  margin-bottom: 16px;
}
.block-1 .btn {
  margin-top: 28px;
}

@media only screen and (max-width: 979px) {
	.img_inner.fleft {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
	.sep-1:after {
    left: 30px;
    right: 30px;
  }
	.img_inner,
  .img_inner.fleft,
  .img_inner.img_fright {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 30px;
  }
  .img_inner img,
  .img_inner.fleft img,
  .img_inner.img_fright img {
    width: 100%;
  }
  .block-1 {
    margin-bottom: 40px;
  }
}