ul {
  padding-left: 40px;
}
.reason-title {
  font-family: Montserrat;
  font-size: 18px;
}
#reason1 .reason-title, #reason5 .reason-title, #reason9 .reason-title {
  color: #170184;
}
#reason2 .reason-title, #reason6 .reason-title, #reason10 .reason-title {
  color: #6d1a68;
}
#reason3 .reason-title, #reason7 .reason-title {
  color: #a71b49;
}
#reason4 .reason-title, #reason8 .reason-title {
  color: #0c53ca;
}
.left {
  float: left;
  width: 70%;
}
.right {
  float: left;
  width: 30%;
}
#reasons .right {
  margin: 10px 0;
  text-align: right;
}
.reason {
  box-sizing: border-box;
  background-color: #f7f7f7;
  display: table;
  margin: 10px 0;
  padding: 10px;
}
.reason.long {
  clear: both;
  margin: 0;
  width: 100%;
}
.number {
  border-right: 2px solid #c81056;
  display: table-cell;
  font-size: 30px;
  padding-right: 6px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  color: #c81056;
}
.text {
  padding-left: 10px;
}
.fa.arrow {
  display: none;
  padding-left: 5px;
}
h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
#reasons h2 {
  margin-top: 20px;
}
#experience div.left {
  margin-right: 5%;
  width: 65%;
}
#experience .right img, .mobile .right img {
  cursor: pointer;
  max-width: 100%;
}
#experience .right p, .mobile .right p {
  padding-bottom: 0;
  padding-top: 5px;
  text-align: center;
}
#main_block.seg_block {
  padding: 90px 0;
}
.white_content {
  background-color: #fff;
}
.close {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
}
#reasons .right img {
  max-width: 100%;
}
.button {
  text-align: center;
  margin-top: 20px;
}
.button a {
  background-color: #c81056;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 21px;
  height: 60px;
  line-height: 60px;
  margin: 20px auto;
  padding: 10px 20px;
  text-decoration: none;
}
.button a:hover {
  background: #ef0c63 none repeat scroll 0 0;
}
.email-us {
  font-style: italic;
  margin: 10px auto 0;
  max-width: 700px;
  text-align: center;
  width: 100%;
}
@media(min-width: 1025px){
  .mobile {
	display:none;
  }
}
@media(max-width: 1024px){
  #experience, .mobile h2, .mobile ul {
	display:none;
  }
  #reasons h2 {
    margin-top: 0;
  }
}
@media(max-width: 768px) {
  
  #reasons > .right {
    display: none;
  }
  .left, #experience div.left, .mobile .right {
    clear: both;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  #heading .left {
    padding-right: 0;
    width: 100%;
  }
  #reasons .mobile .right {
    margin: 20px 0;
    text-align: left;
    max-width: 360px;
  }
  .fa.arrow.down {
    display: inline-block;
  }
  .reason-description {
    display: none;
  }
  .reason {
    width: 100%;
  }
  .reason-title {
    cursor: pointer;
  }
  .open .reason-description {
    display: block;
  }
  .open .arrow.down {
    display: none;
  }
  .open .arrow.up {
    display: inline-block;
  }
}