#full-banner {
  padding: 200px 0;
  background-size: cover;
  background-position: center;
}
.text-icon-wrap {
  margin-top: 30px;
  text-align: center;
}
.text-icon-wrap img {
  max-width: 100%;
  margin-bottom: 20px;
}
.text-icon-wrap h4 {
  font-size: 20px;
}
.col-lg-x5 {
  min-width: 20%;
}
.section-title-2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#full-suite-marketing-section {
  text-align: center;
}
#full-suite-marketing-section .row {
  justify-content: center;
}
#full-suite-marketing h4 {
  font-weight: bold;
}
#full-suite-marketing h5 {
  color: #ff9100;
  margin: 20px 0;
}
#full-suite-marketing p:not(:last-of-type) {
  margin-bottom: 20px;
}
#full-suite-marketing h4 {
  font-weight: bold;
}
#full-suite-marketing h5 {
  color: #ff9100;
  margin: 20px 0;
}
#full-suite-marketing p:not(:last-of-type) {
  margin-bottom: 20px;
}
.marketing-item {
  margin-top: 30px;
  white-space: pre-line;
  text-align: center;
}
.marketing-item img {
  max-width: 90px;
  margin-bottom: 20px;
}
.marketing-item p {
  margin: 20px 0;
}
.marketing-item ul {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.marketing-item ul li {
  position: relative;
  padding-left: 20px;
}
.marketing-item ul li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #ff871d;
  border-radius: 100%;
  left: 0;
  top: 10px;
}
#creator-brand .row {
  justify-content: center;
}
#creator-brand .creator {
  background: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #cccbc6;
  text-align: center;
}
#creator-brand .brand {
  background: #202020;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #202020;
  color: #fff;
  text-align: center;
}
#creator-brand .brand h3 {
  color: #ff6666;
}
#creator-brand p {
  margin: 20px 0 30px 0;
}
#creator-brand .items {
  margin-bottom: 30px;
}
#creator-brand .items .item {
  display: block;
  text-align: center;
  padding: 5px 0;
  margin-top: 10px;
}
#creator-brand .items .item img {
  max-width: 100%;
  display: block;
  margin: 0 auto 5px auto;
}
#creator-brand .items .item label {
  margin: 0;
  font-weight: bold;
}
.engagement-item {
  padding: 20px 0;
  text-align: center;
}
#engagement-section .row {
  justify-content: center;
}
.engagement-item img {
  max-width: 90px;
  margin-bottom: 15px;
}
.engagement-item h4 {
  padding: 5px 5px 0 5px;
}
#audio-section .row {
  justify-content: center;
}
.audio-item {
  padding: 20px 10px;
  text-align: center;
}
.audio-item img {
  max-width: 90px;
  margin-bottom: 15px;
}
.audio-item p {
  margin: 0;
}
.col-lg-x5 h4 {
  font-size: 20px;
}
#localization-section .local-item {
  margin-bottom: 20px;
}
#localization-section .local-item h5 {
  color: #ff6666;
  margin: 10px 0 20px 0;
  font-size: 16px;
}
.service_title, 
.hwo_title, 
.wcu_title {
  color: #ff6666;
  text-transform: uppercase;
}
.service-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.service-wrap span {
  height: 100%;
  background: #ff6666;
  width: 15px;
  margin-right: 20px;
}
.main-service {
  font-family: 'GothamBlack-Regular', sans-serif;
  font-size: 20px;
  display: block;
  margin: 0;
}
.service-text {
  font-size: 12px;
  margin: 0;
  display: block;
}
.check-wrap {
  font-family: 'GothamBlack-Regular', sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-top: 10px;
}
.check-wrap img {
  margin-right: 15px;
  max-width: 40px;
}
#ready-to-launch .section-title-2 {
  margin: 0 auto;
}
#ready-to-launch .row:not(:first-of-type) {
  padding-top: 80px;
}
.why_choose_us_item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.why_choose_us_item h5 {
  font-family: 'GothamBlack-Regular', sans-serif;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
  font-size: 17px;
}
@media (max-width: 991px) {
  .why_choose_us_item img {
    max-width: 80px;
  }
}