.blue-title {
  color: #48b5e4;
}
.first-title {
  font-size: 28px;
}
.crafter-normal-text {
  font-size: 18px;
  text-align: left;
}
.crafter-ss-1 {
  padding-top: 10px;
  padding-bottom: 50px;
}
.crafter-ss-1 h2 {
  font-size: 26px;
  font-weight: bold;
}
.crafter-ss-2 {
  padding-top: 30px;
}
.box-border {
  border: 1px solid #48b5e4;
  padding: 30px;
  text-align: center;
}
.box-border img {
  height: 120px;
  display: inline-block;
  margin-bottom: 20px;
}
.box-border .title-in-box {
  color: #28346d;
  line-height: 1.2;
  font-size: 24px;
  height: 60px;
  overflow: hidden;
  font-family: 'proxima_novasemibold';
}
.container-flex {
  display: flex;
  flex-direction: row;
  margin-left: -15px;
  margin-right: -15px;
}
.container-flex .box-border {
  flex-basis: 33.333%;
  width: 33.333%;
  margin: 0 15px;
}
.section-bottom {
  text-align: center;
}
.section-bottom img {
  display: inline-block;
  margin: 0 7px 20px;
  width: 130px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.first-content-testimonial {
  font-size: 20px;
}
.content-big-testimonial {
  font-size: 16px;
  padding: 0 150px;
}
.section-bottom {
  padding: 50px 0;
}
.integrations-list {
  display: flex;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}
.integrations-list img {
  display: inline-block;
  max-width: 100%;
}
.w-integration-img {
  padding: 0 5px;
}
.relationship h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
.relationship [class*="bg-"] {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  border-radius: 50%;
}
.relationship .bg-1 {
  background: url('../images/home/home-relationship.png') 0 0 no-repeat;
}
.relationship .bg-2 {
  background: url('../images/home/home-relationship.png') 0 -120px no-repeat;
}
.relationship .bg-3 {
  background: url('../images/home/home-relationship.png') 0 -240px no-repeat;
}
.relationship .r_cols [class*="col-"] {
  text-align: center;
}
.relationship .r_cols img {
  height: 120px;
  margin: 0 auto 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.relationship .r_cols h3 {
  font-size: 22px;
  padding: 0 50px;
  line-height: 26px;
  color: #27326f;
}
.relationship .r_col p {
  padding: 0 65px;
}
.relationship .r_cols [class*="col-"]:last-child {
  margin-bottom: 0;
}
.relationship .relation-ship-subtext {
  line-height: 26px;
  padding: 0 60px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 991px) {
  .crafter-ss-1 img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .content-big-testimonial {
    padding: 0;
  }
  .container-flex {
    flex-direction: column;
    align-items: center;
  }
  .container-flex .box-border {
    flex-basis: 90%;
    -webkit-flex-basis: 90%;
    width: 90%;
    margin-bottom: 30px;
  }
  .crafter-normal-text {
    text-align: justify;
  }
  .crafter-ss-1 {
    padding-bottom: 20px;
  }
}
@media (max-width: 556px) {
  .first-title {
    font-size: 26px;
  }
}
