#social-counts {
  display: none;
}

#top-content-wrapper .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1206px;
}
#top-content-wrapper .left {
  width: 100%;
}
#top-content-wrapper .left * {
  max-width: 450px;
}
#top-content-wrapper h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 20px;
  text-transform: initial;
}
#top-content-wrapper .description {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
}
#top-content-wrapper .sub-description {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 40px;
}
#top-content-wrapper .btn {
  margin-bottom: 55px;
  width: 100%;
  max-width: 260px;
  height: 60px;
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
#top-content-wrapper .under-btn, #top-content-wrapper .under-img {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #969594;
}
#top-content-wrapper .right {
  max-width: 596px;
  width: 100%;
}
#top-content-wrapper .right img {
  width: 100%;
  height: auto;
}
#top-content-wrapper .mobile {
  display: none;
}
@media (min-width: 1100px) {
  #top-content-wrapper .right img {
    min-width: 597px;
  }
}
@media (max-width: 767px) {
  #top-content-wrapper .pc {
    display: none;
  }
  #top-content-wrapper .mobile {
    display: block;
  }
  #top-content-wrapper .container {
    display: block;
  }
  #top-content-wrapper h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
  }
  #top-content-wrapper .description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: auto;
  }
  #top-content-wrapper .sub-description {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
  #top-content-wrapper .btn {
    margin-left: auto;
    margin-right: auto;
  }
  #top-content-wrapper .left {
    margin-bottom: 40px;
  }
  #top-content-wrapper .left * {
    margin-left: auto;
    margin-right: auto;
  }
  #top-content-wrapper .right {
    margin-left: auto;
    margin-right: auto;
  }
  #top-content-wrapper .right img {
    margin-bottom: 40px;
  }
  #top-content-wrapper .under-img {
    text-align: center;
  }
}