.white-line {
    height: 2px;
    background: #fff;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
  }
.grey-line {
    height: 2px;
    background: #c1c1c1;
    width: 100%;
    margin-top: 80px;
    /* margin-bottom: 80px; */
  }
.blue-check li {
  margin-bottom: 40px;
  font-weight: 700;
  display: flex;
}

.icon-check {
  background: url(../img/crowdcube/icon-check.png) no-repeat center left;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 8px;
  min-width: 24px;
}
.icon-snail {
  background: url(../img/crowdcube/icon-snail-white.png) no-repeat center left;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
  min-width: 24px;
}
.icon-face {
  background: url(../img/crowdcube/icon-face-white.png) no-repeat center left;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
  /* margin-bottom: 40px; */
  min-width: 24px;
}

/* Section One */
.section-one {
    margin-bottom: 120px;
  }
  .section-one .text {
    font-size: 30px;
    color: #545454;
  }
@media all and (max-width: 767px) {
  .section-one .gallery .box img {
    width: 100%;
  }
  .section-one .gallery .box {
    margin-bottom: 20px;
  }
}

/* Section Two */
.section-two {
  background: #000;

  padding: 120px 0;

  color: #fff;
}
.section-two .title {
  font-size: 55px;

  text-align: center;
}
.section-two h3 {
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}

.section-two .col-first {
  border-right: 2px solid #fff;
  padding-right: 40px;
}
.section-two .col-last {
  padding-left: 40px;
}
.section-two li {
  margin-bottom: 40px;
  display: flex;
}

.section-two h4 {
  font-size: 40px;
  text-align: center;
  line-height: 1.55em;
  padding: 0 15px;
}
.section-two h4 span {
  font-weight: 700;

  margin-top: 40px;

  display: block;
}
@media all and (max-width: 767px) {
  .section-two .col-first {
    border: 0;
  }
  .section-two .col-first {
    margin-bottom: 40px;
  }
  .section-two .col-last {
    padding-left: 15px;
}
}

/* Section Three */
.section-three {padding: 120px 0;}
.section-three h2 {text-align: center;}
.section-three .item {
  display: flex;
  margin-bottom: 40px;
  /* position: relative; */
  /* top: -5px; */
}
.section-three .item .col-icon {
  min-width: 54px;
  margin-right: 30px;
}
.section-three .item .col-icon img {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.section-three .col-text h4 {
  font-size: 40px;

  font-weight: 600;

  color: #545454;

  margin-bottom: 40px;
}
.section-three .col-text li {
  font-weight: 400;
  color: #545454;
  margin-bottom: 30px;
}
.section-three .photos {
  text-align: right;
}
.section-three .photos img {
  margin-bottom: 50px;
}
.section-three .icon-check{
top: 3px;
}
@media all and (max-width:767px){
    .section-three .photos img {
        margin-bottom: 20px;
      }
}
/* Section Four */
.section-four {/* padding-bottom: 120px; */}
.section-four .title{ text-align:center; }
.section-four .box {
  color:#545454;
}
.section-four .box h4{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.section-four .box p{
    font-size: 24px;
    line-height: 36px;
}
.section-four .box .icon-check {
  
top: 0;
}

.section-four .dest{
    color: #2E81C4;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    margin: 60px 0;
}
@media all and (max-width:767px){
.section-four .title {
    padding: 0 15px;
    }
.section-four .box {
    margin-bottom: 40px;
}
.section-four .dest {
    margin: 0;
}

}
/* Contact */
.rocket-branding .contact {    
padding-top: 160px;
}
.rocket-branding .contact .title:before {
height: 120px;
}
.contact .text-simply {
    padding-left: 55px;
}
@media all and (max-width:767px){
.rocket-branding .contact {
    padding-top: 80px;
}
}