* {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', 'sans-serif';
}

html {
  overflow-x: hidden;
}
#fh5co-hero-wrapper-header {
  height: 80px;
  width: 100%;
}
#fh5co-advantages-outer {
  height: 966px;
  width: 100%;
  background: url('../img/download-bg.png') no-repeat center;
  border-radius: 0 0 50% 50% / 4%;
  overflow-x: hidden;
}
#fh5co-advantages-outer #fh5co-hero-inner {
  margin-top: 120px;
  display: flex;
}

#fh5co-advantages-outer #fh5co-hero-inner .fh5co-hero-smartphone {
  height: 640px;
}

#fh5co-advantages-outer #fh5co-hero-inner .fh5co-hero-outer {
  margin-left: 184px;
  margin-top: 15px;
}
.font-bold-red {
  font-size: 30px !important;
  font-weight: bold !important;
  color: #ff2525 !important;
}
.font-noBold-black {
  font-size: 26px !important;
}
.font-noBold-grey {
  font-size: 22px !important;
  color: #a4a3a4 !important;
}
#fh5co-advantages-outer .fh5co-hero-mobile {
  margin-top: 40px;
}
#fh5co-advantages-outer .fh5co-hero-mobile .fh5co-advantages-grid-columns {
  margin-top: 40px;
  display: flex;
}
#fh5co-advantages-outer .fh5co-hero-mobile .fh5co-advantages-grid-columns .columns-item {
  width: 108px;
  height: 108px;
  border: 1px solid #ff7272;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#fh5co-advantages-outer .fh5co-hero-mobile .fh5co-advantages-grid-columns .columns-text {
  width: 108px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#fh5co-advantages-outer .fh5co-hero-mobile .fh5co-advantages-grid-columns .columns-item > img {
  width: 98px;
  height: 98px;
}
.element-left-thirty {
  margin-left: 30px;
}
.mobile-font-red {
  font-size: 20px;
  color: #ff2525;
}
#fh5co-advantages-outer .fh5co-hero-pc {
  margin-top: 40px;
}
#fh5co-advantages-outer .fh5co-hero-pc .fh5co-hero-pc-button {
  display: flex;
}
#fh5co-advantages-outer .fh5co-hero-pc .fh5co-hero-pc-button > button {
  margin-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  color: #fff;
}
#fh5co-advantages-outer .fh5co-hero-pc .fh5co-hero-pc-button .btn-color-one {
  background-color: #7ab8fb;
}
#fh5co-advantages-outer .fh5co-hero-pc .fh5co-hero-pc-button .btn-color-two {
  background-color: #52cc6f;
}
#fh5co-advantages-outer .fh5co-hero-pc .fh5co-hero-pc-button > button > svg {
  margin-right: 5px;
}
.footer-outer {
  width: 100%;
  padding: 50px;
  height: 360px;
  background: #b22a2c;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
  #fh5co-advantages-outer #fh5co-hero-inner .fh5co-hero-smartphone {
    height: 600px;
  }
  #fh5co-advantages-outer #fh5co-hero-inner .fh5co-hero-outer {
    margin-left: 55px;
    margin-top: 15px;
  }
  #fh5co-advantages-outer .fh5co-hero-mobile {
    margin-top: 30px;
  }
  #fh5co-advantages-outer .fh5co-hero-mobile .fh5co-advantages-grid-columns {
    margin-top: 30px;
    display: flex;
  }
  #fh5co-advantages-outer .fh5co-hero-pc {
    margin-top: 30px;
  }
}
@media screen and (max-width: 993px) {
  body {
    overflow-x: hidden;
  }
  #fh5co-advantages-outer {
    height: 1400px;
    width: 100%;
    background: url('../img/download-bg.png') no-repeat center;
    border-radius: 0 0 50% 50% / 4%;
    overflow-x: hidden;
  }
  #fh5co-advantages-outer #fh5co-hero-inner {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #fh5co-advantages-outer #fh5co-hero-inner .fh5co-hero-smartphone {
    height: 640px;
    width: 500px;
  }

  #fh5co-advantages-outer #fh5co-hero-inner .fh5co-hero-outer {
    margin-right: 60px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 520px) {
  body {
    overflow-x: hidden;
  }
  #fh5co-advantages-outer {
    height: 1500px;
    width: 100%;
    background: url('../img/download-bg.png') no-repeat center;
    border-radius: 0 0 50% 50% / 4%;
    overflow-x: hidden;
  }
  #fh5co-advantages-outer #fh5co-hero-inner {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #fh5co-advantages-outer #fh5co-hero-inner .fh5co-hero-smartphone {
    height: 390px;
    width: 330px;
  }

  #fh5co-advantages-outer #fh5co-hero-inner .fh5co-hero-outer {
    margin-top: 25px;
    width: 330px;
    padding-left: 15px;
  }
  .font-bold-red {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #ff2525 !important;
  }
  .font-noBold-black {
    font-size: 21px !important;
  }
  .font-noBold-grey {
    font-size: 18px !important;
    color: #a4a3a4 !important;
  }
  .mobile-font-red {
    font-size: 15px;
    color: #ff2525;
  }
  #fh5co-advantages-outer .fh5co-hero-mobile .fh5co-advantages-grid-columns {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .element-left-thirty {
    margin-left: 0px;
  }
  #fh5co-advantages-outer .fh5co-hero-pc .fh5co-hero-pc-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
