.voice-hero {
  padding: 70px 250px 80px 338px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.voice-hero div h1 {
  text-align: left;
  margin: 0px 0px 20px;
  color: #000000;
  font-family: "Avenir Next Bold";
  font-size: 42px;
  line-height: 48px;
}

.voice-hero div p {
  margin: 0px 0px 20px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.request-consultation-btn {
  display: block;
  box-sizing: border-box;
  padding: 0px;
  height: 50px;
  width: 260px;
  border: 1px solid #000000;
  line-height: 50px;
  text-align: center;
  color: #000000;
  font-family: "Avenir";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.voice-hero .col-6-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.voice-hero .col-6-custom:first-of-type {
  width: 40%;
  padding-right: 13px;
}

.voice-hero .col-6-custom:nth-child(2) {
  width: 60%;
}

.voice-hero .col-6-custom:nth-child(1) img {
  width: 273px;
  position: absolute;
  top: 379px;
  left: -66px;
  z-index: -1;
}

.voice-hero .col-6-custom:nth-child(2) img {
  width: 715.8px;
  align-self: center;
}

/*VOICE COMMERCE INFO SECTION*/

.voice-info {
  box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
  margin: 0 250px 60px;
  padding: 29px 70px 115px;
}

.row-custom {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.col-custom {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.voice-info .col-custom {
  width: 684px;
  margin: 0 auto;
}

.voice-icon {
  height: 83px;
  margin-bottom: 10px;
}

.voice-info .col-custom img {
  margin-bottom: 33px;
}

.voice-info .col-custom .voice-section-text {
  margin: 37px 0 25px;
}

.voice-section-title {
  color: #0aa192;
  font-family: "Avenir Next";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  margin: 0;
}

.voice-section-text {
  color: #464646;
  font-family: "Avenir Next";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.voice-section-p {
  color: #464646;
  font-family: "Avenir Next";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

.voice-section-pbig {
  color: #464646;
  font-family: "Avenir Next";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.voice-info .row-custom:nth-child(2) {
  margin-top: 73px;
}

.col-4-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}

.voice-info-subtitle {
  color: #333333;
  font-family: "Avenir Next";
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  margin: 25.5px 0 14px;
}

.voice-info .col-4-custom p:not(.voice-info-subtitle) {
  color: #464646;
  font-family: "Avenir Next";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}



.voice-info .col-4-custom p:nth-child(3) {
  margin: 0;
}

/*CONTACT US SECTION*/

.voice-contact {
  background-color: #12d5c1;
  box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
  padding: 68px 0 35px;
  margin-bottom: 60px;
}

.voice-contact h1 {
  color: #ffffff;
  font-family: "Avenir Next";
  text-align: center;
  letter-spacing: 0;
}

.voice-contact .contact-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 0 24px;
}

.voice-contact .contact-subtitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  max-width: 612px;
  margin: 0 auto 43px;
}

.voice-contact a {
  background-color: #464646;
  display: block;
  padding: 0;
  height: 50px;
  width: 174px;
  color: #ffffff;
  font-family: "Avenir Next";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;
  text-align: left;
  padding-left: 21px;
  margin: 0 auto;
}

.voice-contact-button {
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 135px;
}

/*VOICE BENEFITS SECTION*/

.voice-benefits {
  margin: 0 250px 60px;
  padding: 45px 219px 128px;
  box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
}

.voice-section-subtitle {
  color: #464646;
  font-family: "Avenir Next";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.voice-benefits .col-custom {
  max-width: 677px;
  margin: 0 auto;
}

.voice-benefits .col-6-custom {
  justify-content: center;
  align-items: center;
}

.voice-benefits .col-6-custom:nth-child(1) {
  width: 60%;
  padding-right: 36.5px;
}
.voice-benefits .col-6-custom:nth-child(2) {
  width: 40%;
  padding-left: 36.5px;
}

.voice-benefits .row-custom:nth-child(2) {
  margin-top: 40px;
}

.voice-benefits ul {
  padding-left: 16px;
}

.voice-benefits li {
  font-size: 16px;
}

.voice-list-title {
  color: #333333;
  font-family: "Avenir Next";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}

/*VOICE IS IT RIGHT FOR MY STORE SECTION*/

.voice-is-it-right {
  margin: 0 250px 60px;
  padding: 40px 125px 128px;
  box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
}

.voice-is-it-right .voice-section-title {
  margin-bottom: 40px;
}

.voice-is-it-right .voice-section-pbig {
  max-width: 684px;
  margin: 0 auto;
}

.voice-is-it-right .row-custom {
  display: flex;
  flex-direction: row;
}

.voice-is-it-right .row-custom:nth-child(2) {
  margin-top: 64wpx;
}

.voice-is-it-right .col-6-custom:first-of-type {
  width: 50%;
  display: flex;
  align-items: center;
  padding-right: 42px;
  padding-left: 182px;
}

.voice-is-it-right .col-6-custom:nth-child(2) {
  width: 50%;
  padding-left: 42px;
  display: flex;
  align-items: center;
}

.voice-is-it-right .col-6-custom:nth-child(2) img {
  margin: 0 auto;
}

.reasons-box .reasons-title {
  color: #333333;
  font-family: "Avenir Next";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}

.reasons-box p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir Next";
  margin: 22px 0;
}

.red-rectangle {
  display: block;
  height: 4.21px;
  width: 32.61px;
  background-color: #eb2529;
}

/*LOGOS SECTION*/

.voice-logos {
  padding: 62px 251px 52px;
  margin: 0 250px 60px;
  box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
}

.voice-logos .voice-section-title {
  max-width: 871px;
  margin: 0 auto 43px;
}

.voice-logos-title {
  color: #000000;
  font-family: "Avenir Next";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.77px;
  line-height: 28px;
  text-align: center;
}

.voice-logo-box {
  box-sizing: border-box;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.voice-logos .row-custom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#customized-solutions .voice-logo-container,
#ecommerce-growth .voice-logo-container {
  max-width: 998px;
  margin: 0 auto;
}

#ecommerce-growth .voice-logos-title {
  margin-top: 54px;
}

#digital-platforms .voice-logo-box,
#cloud-services .voice-logo-box {
  width: 25%;
  justify-content: center;
}

#digital-platforms .voice-logos-title,
#cloud-services .voice-logos-title {
  margin-top: 50px;
}

#digital-platforms .voice-logo-container .row-custom {
  justify-content: center;
}

#digital-platforms .voice-logo-container,
#cloud-services .voice-logo-container {
  max-width: 796px;
  margin: 0 auto;
}

/*CONTACT SECTION*/

.voice-contact-form {
  padding: 62px 251px 52px;
  margin: 0 250px 60px;
  box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
}

.voice-contact-form .voice-section-title {
  margin-bottom: 28px;
}

.voice-contact-form .voice-section-pbig {
  max-width: 632px;
  margin: 0 auto;
}

.voice-contact-form form {
  display: flex;
  flex-direction: column;
}

/*RESPONSIVE CSS*/

@media only screen and (max-width: 1900px) {
  .voice-is-it-right .col-6-custom:first-of-type {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1700px) {
  .voice-benefits {
    padding: 29px 70px 115px;
  }
  .voice-is-it-right .col-6-custom:first-of-type {
    padding-left: 0px;
  }
  .voice-logos {
    padding: 62px 151px 52px;
  }
}

@media only screen and (max-width: 1440px) {
  .voice-hero .col-6-custom:nth-child(1) img {
    top: 170px;
  }

  .voice-hero {
    padding: 70px 100px 80px 100px;
  }

  .voice-info {
    margin: 0 100px 30px;
  }

  .voice-benefits {
    margin: 0 100px 30px;
  }

  .voice-is-it-right {
    margin: 0 100px 30px;
  }

  .voice-logos {
    margin: 0 100px 30px;
  }

  .voice-contact-form {
    margin: 0 100px 30px;
  }
}

@media only screen and (max-width: 1080px) {
  .voice-hero .col-6-custom:nth-child(1) img {
    top: 100px;
  }

  .voice-hero {
    padding: 37px 29px;
  }

  .voice-info {
    margin: 0 20px 30px;
  }

  .voice-benefits {
    margin: 0 20px 30px;
  }

  .voice-logos {
    margin: 0 20px 30px;
  }

  .voice-contact-form {
    margin: 0 20px 30px;
  }

  .row-custom {
    flex-wrap: wrap;
  }

  .col-6-custom {
    width: 100% !important;
  }

  .voice-hero .col-6-custom:nth-child(2) {
    margin-top: 28px;
  }

  .col-4-custom {
    width: 100% !important;
  }

  .voice-info .col-4-custom {
    margin-top: 20px;
  }

  .voice-info .row-custom:nth-child(2) {
    margin-top: 0px;
  }

  .voice-benefits .col-6-custom:nth-child(1) {
    padding-right: 0px;
  }

  .voice-benefits .col-6-custom:nth-child(1) img {
    display: block;
    margin: 0 auto;
  }

  .voice-benefits ul {
    display: block;
    margin: 0 auto;
    max-width: 550px;
  }

  .voice-benefits .col-6-custom:nth-child(2) {
    padding-left: 0px;
  }
  .voice-list-title {
    text-align: center;
  }

  .voice-is-it-right {
    margin: 0 20px 30px;
  }

  .voice-is-it-right .col-6-custom:first-of-type {
    padding-right: 0px;
  }

  .voice-is-it-right .col-6-custom:nth-child(2) {
    padding-left: 0px;
  }

  .voice-logo-box {
    width: 33.33%;
  }

  .voice-contact-form {
    padding: 62px 151px 52px;
  }
}

@media only screen and (max-width: 781px) {
  .voice-hero .col-6-custom:nth-child(1) img {
    top: 95px;
  }

  .voice-hero div h1 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
  }

  .voice-hero div p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
  }

  .voice-info {
    padding: 21px 21px 45px;
  }

  .voice-section-title {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
  }

  .voice-section-text {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
  }

  .voice-section-p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
  }

  .voice-section-pbig {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
  }

  .reasons-box p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
  }

  .voice-contact {
    padding: 58px 20px 38px;
    margin-bottom: 30px;
  }

  .voice-contact .contact-title {
    font-size: 30px;
    line-height: 36px;
  }

  .voice-contact .contact-subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .voice-benefits {
    padding: 20px 20px 35px;
  }

  .voice-section-subtitle {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 28px;
  }

  .voice-list-title {
    margin-top: 30px;
  }

  .voice-benefits li {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
  }

  .voice-is-it-right {
    padding: 30px 20px 33px;
  }

  .reasons-box p {
    margin: 12px 0px 22px;
  }

  .reasons-box .reasons-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 22px 0 10px !important;
  }

  .voice-is-it-right .voice-section-title {
    margin-bottom: 24px;
  }

  .voice-logo-box {
    width: 50%;
  }

  #digital-platforms .voice-logo-box,
  #cloud-services .voice-logo-box {
    width: 50%;
  }

  .voice-logos {
    padding: 24px 26px 34px;
  }

  #ecommerce-growth .voice-logos-title,
  #digital-platforms .voice-logos-title,
  #cloud-services .voice-logos-title,
  #customized-solutions .voice-logos-title {
    font-size: 16px;
    letter-spacing: 0.62px;
    line-height: 24px;
    margin-top: 20px;
  }

  .voice-contact-form {
    padding: 30px 20px 37px;
  }

  .voice-info .col-custom .voice-section-text {
    margin: 11px auto 13px;
    max-width: 278px;
    display: block;
  }

  .voice-info-subtitle {
    margin: 20px 0 5px;
  }
}

.footer-cta .footer-voice-title {
  color: #FFFFFF;
  font-family: "Avenir Next";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 31px;
  margin-top: 20px;
}