@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap");

body {
  background: #fff;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  color: #424242;
}

.container {
  /*   max-width: 1440px; */
  margin: 0 auto;
}

.pos-title-font {
  font-family: "Quicksand";
  color: #63CCEC;
}

.pos-title-font.h2 {
  font-size: 45px;
  line-height: 56px;
}

.pos-title-font.h3 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

.pos-wm-block a {
  font-weight: 700;
}

.pos-quicksand-700 {
  font-family: "Quicksand";
  font-weight: 700;
}

.pos-roboto-400 {
  font-family: "Roboto";
  font-weight: 400;
}

.pos-roboto-500 {
  font-family: "Roboto";
  font-weight: 500;
}

.pos-roboto-700 {
  font-family: "Roboto";
  font-weight: 700;
}

.pos-signupfree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 168px;
  height: 62px;
  background: #F25D5F;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-signupfree:hover {
  background: #ee787e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-testimonial {
  position: relative;
}

.pos-testimonial .pos-text-wrap {
  text-align: center;
}

.pos-testimonial .pos-text-wrap p {
  font-size: 22px;
  line-height: 26px;
  padding: 13px 0 50px 0;
}

.pos-testimonial .pos-blocks-wrap {
  max-width: 1285px;
  margin: 0 auto;
}

.pos-testimonial .pos-preview-img {
  position: relative;
}

.pos-testimonial .pos-preview-img img {
  width: 100%;
}

.pos-testimonial .pos-preview-img div {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-testimonial .pos-preview-img a:hover div {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-testimonial .pos-preview-img .pos-btn-shape {
  content: "";
  width: 158px;
  height: 158px;
  background: rgba(0, 0, 0, 0.33);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pos-testimonial .pos-preview-img .pos-btn-play {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 60px solid #62CDEB;
  border-bottom: 40px solid transparent;
  position: absolute;
  left: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pos-testimonial .pos-wm-block {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 37px;
  right: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 48px 41px 55px 21px;
  max-width: 429px;
}



.pos-testimonial .pos-wm-block p:not(:last-of-type) {
  font-size: 22px;
  line-height: 38px;
  padding: 25px 0 10px 6px !important;
}

.pos-testimonial .pos-wm-block a {
  font-family: "Quicksand";
  color: #62CDEB;
  font-size: 24px;
  line-height: 25px;
  padding-left: 19px;
}

.pos-review {
  padding: 60px 70px;
}

.pos-review .pos-review-wrap {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 44px 162px 40px 184px;
  background: #F5F5F5;
  border-radius: 10px;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
}

.pos-review .pos-review-wrap .pos-roboto-400 {
  font-size: 24px;
  line-height: 38px;
  font-style: italic;
  padding: 73px 0;
  max-width: 954px;
  margin: 0 auto;
}

.pos-review .pos-review-wrap .pos-roboto-500 {
  font-size: 24px;
  line-height: 28px;
}

.pos-solutions {
  padding: 100px 0;
}

.pos-solutions.bluebg {
  background: #63CCEC;
}

.pos-solutions.bluebg p,
.pos-solutions.bluebg h2,
.pos-solutions.bluebg h4 {
  color: #fff;
}

.pos-solutions.bluebg .pos-card:hover {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-solutions.bluebg .pos-card:hover h4,
.pos-solutions.bluebg .pos-card:hover p {
  color: #424242;
}

.pos-solutions.whitebg p,
.pos-solutions.whitebg h4 {
  color: #424242;
}

.pos-solutions.whitebg .pos-card:hover {
  background: #63CCEC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-solutions.whitebg .pos-card:hover h4,
.pos-solutions.whitebg .pos-card:hover p {
  color: #fff;
}

.pos-solutions h4 {
  font-size: 22px;
  line-height: 28px;
}

.pos-solutions .pos-solutions-title-wrap {
  text-align: center;
  padding-bottom: 42px;
}

.pos-solutions .pos-solutions-title-wrap p {
  font-size: 22px;
  padding-top: 18px;
  max-width: 754px;
  margin: 0 auto;
}

.pos-solutions .pos-solutions-wrap {
  max-width: 1320px;
  margin: 0 auto;
}

.pos-solutions .pos-solutions-cards-wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 330px);
  grid-row-gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pos-solutions .pos-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 22px 1fr;
  grid-template-columns: auto 1fr;
  grid-column-gap: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 13px 17px 22px;
  border-radius: 5px;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-solutions .pos-card p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 2px;
}

.pos-solutions .pos-card .pos-card-img {
  width: 49px;
  height: 49px;
  margin-top: 5px;
}

.pos-questions {
  padding: 100px 0;
}

.pos-questions .pos-questions-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}

.pos-questions .pos-questions-dropdown {
  padding-top: 11px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pos-questions .pos-dropdown-row+.pos-dropdown-row {
  border-top: 1px solid #b4b4b4;
}

.pos-questions .pos-dropdown-row:first-of-type {
  padding-top: 0;
}

.pos-questions .pos-dropdown-row:last-of-type {
  padding-bottom: 0;
}

.pos-questions .pos-dropdown-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 33px 0;
}

.pos-questions .pos-dropdown-row i {
  font-size: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-questions .pos-dropdown-row i.rotate {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-questions .pos-dropdown-row .dropdown {
  display: none;
}

.pos-questions .pos-quicksand-700 {
  font-size: 24px;
  line-height: 30px;
}

.pos-questions .pos-roboto-400 {
  font-size: 18px;
  line-height: 22px;
  padding-top: 19px;
}

.pos-plan {
  padding: 100px 0;
}

.pos-plan.container {
  max-width: 1300px;
}

.pos-plan h2 {
  margin-bottom: 20px;
}

.pos-plan p {
  font-size: 18px;
  line-height: 21px;
}

.pos-plan h4 {
  font-size: 28px;
  line-height: 35px;
  color: #63CCEC;
}

.pos-plan a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.pos-plan .pos-plan-title {
  text-align: center;
  margin-bottom: 88px;
}

.pos-plan .pos-plan-wrap {
  display: flex;
  grid-column-gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
  grid-row-gap: 41px;
}

.pos-plan .pos-plan-block {
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 53px 70px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
  box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
  justify-content: space-between;
  border-radius: 5px;
  text-align: center;
  flex-direction: column;
  max-width: 400px;

}

.pos-plan .pos-roboto-text-wrap {
  padding: 35px 0;
}

.pos-partners {
  padding: 93px 0 95px;
  text-align: center;
}

.pos-partners .pos-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 34px 0;
  overflow-x: auto;
}

.pos-partners .pos-img-wrap::-webkit-scrollbar {
  display: none;
}

.pos-partners .pos-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 103px;
  -moz-column-gap: 103px;
  column-gap: 103px;
}

.pos-partners .pos-benefits p {
  font-size: 16px;
  line-height: 19px;
  position: relative;
}

.pos-partners .pos-benefits p:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -30px;
  background-image: url("../img/check-icon.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.pos-start-business {
  padding: 60px 0;
  margin: 0 70px;
}

.pos-start-business .pos-sb-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #62CDEB;
  text-align: center;
  border-radius: 10px;
  padding: 64px 135px 81px 135px;
  max-width: 1300px;
  margin: 0 auto;
}

.pos-start-business h2 {
  font-size: 45px;
  line-height: 56px;
  color: #fff;
}

.pos-start-business p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin: 0 auto;
  padding: 18px 0 50px;
}

.pos-start-business a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.pos-start-business .pos-request-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 168px;
  height: 62px;
  border: 2px solid #fff;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-start-business .pos-request-btn:hover {
  background: #F25D5F;
  border-color: #F25D5F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pos-start-business .pos-btn-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
}

@media (min-width: 1200px) {
  .pos-testimonial {
    padding: 100px 78px 80px 77px;
  }

  .pos-testimonial .pos-blocks-wrap {
    position: relative;
  }

  .pos-testimonial .pos-mobile-preview {
    display: none;
  }

  .pos-testimonial .pos-preview-img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .pos-questions .pos-dropdown-row {
    -ms-grid-columns: 639px auto;
    grid-template-columns: 639px auto;
  }

  .pos-questions .pos-questions-wrap {
    -ms-grid-columns: 30% 761px;
    grid-template-columns: 30% 761px;
  }

  .pos-start-business p {
    width: 70%;
  }
}

span.video-target {
  cursor: pointer !important;
  pointer-events: auto;
  touch-action: pan-up;
}

@media (max-width: 1200px) {
  .pos-testimonial .pos-wm-block {
    max-width: 542px;
  }

  .pos-testimonial .pos-wm-block p {
    padding: 25px 0 40px 6px !important;
  }

  .pos-testimonial .pos-dsktp-preview {
    display: none;
  }

  .pos-review {
    margin-top: 50px;

  }
}

@media (max-width: 576px) {
  .pos-testimonial .pos-text-wrap {
    max-width: 289px;
  }

  .pos-testimonial .pos-wm-block {
    top: 80%;
    padding: 40px 15px 40px 27px;
    max-width: 354px;
  }

  .none_title.pos-testimonial .pos-wm-block {
    top: 72% !important;
  }

  .pos-testimonial .pos-wm-block p {
    padding: 9px 0 25px 0;
  }

  .pos-testimonial .pos-title-font.h3 {
    font-size: 28px;
    line-height: 35px;
  }

  .pos-testimonial .pos-preview-img {
    left: 50px;
  }

  .pos-testimonial .pos-preview-img img {
    width: 526px;
  }

  .pos-testimonial .pos-preview-img .pos-btn-shape {
    width: 89px;
    height: 84px;
  }

  .pos-testimonial .pos-preview-img .pos-btn-play {
    border-top: 20px solid transparent;
    border-left: 35px solid #62CDEB;
    border-bottom: 20px solid transparent;
  }

  .pos-title-font.h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .pos-review {
    /* padding: 10px 18px 110px 18px; */
    padding: 10px 18px 60px 18px;
    /* margin-top: 250px; */
    margin-top: 50px;
  }

  .pos-review .pos-review-wrap {
    padding: 77px 34px 72px 34px;
  }

  .pos-review .pos-review-wrap .pos-roboto-400 {
    padding: 70px 0 87px;
  }

  .pos-questions .pos-questions-wrap {
    padding: 0 31px 0 18px;
  }

  .pos-questions .pos-questions-dropdown {
    padding-top: 43px;
  }

  .pos-questions .pos-dropdown-row {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }

  .pos-questions .pos-dropdown-row i {
    height: 50px;
  }

  .pos-plan.container {
    padding: 68px 18px 100px 18px;
  }

  .pos-plan h2 {
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 25px;
  }

  .pos-plan .pos-plan-title {
    margin-bottom: 47px;
    padding: 0 10px;
  }

  .pos-plan .pos-plan-block {
    padding: 53px 36px;
  }

  .pos-plan .pos-plan-wrap {
    grid-row-gap: 41px;
  }

  .pos-partners .pos-title-font.h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .pos-partners .pos-img-wrap {
    margin: 50px 0 48px;
  }

  .pos-partners .pos-benefits {
    margin-left: 44px;
  }

  .pos-start-business {
    margin: 0 18px;
  }

  .pos-start-business h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .pos-start-business p {
    font-size: 18px;
    line-height: 21px;
    padding: 25px 0;
  }

  .pos-start-business .pos-sb-wrap {
    padding: 64px 40px 64px 40px;
  }

  .pos-start-business .pos-btn-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .pos-testimonial {
    padding: 100px 0 60px 0;
  }

  .pos-testimonial .pos-blocks-wrap {
    overflow-x: hidden;
  }

  .pos-testimonial .pos-text-wrap {
    margin: 0 auto;
  }

  .pos-testimonial .pos-text-wrap p {
    padding: 13px 0 60px 0;
  }

  .pos-testimonial .pos-wm-block {
    left: 0;
  }

  .pos-testimonial .pos-wm-block p,
  .pos-testimonial .pos-wm-block a {
    padding-left: 0;
  }

  .pos-solutions .pos-solutions-title-wrap p {
    padding: 18px 7% 0;
  }

  .pos-questions .pos-questions-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pos-questions .pos-dropdown-row {
    -ms-grid-columns: 84% auto;
    grid-template-columns: 84% auto;
  }

  .pos-plan .pos-plan-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .pos-partners .pos-benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 25px;
  }

  .pos-partners .pos-benefits p {
    margin-left: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pos-testimonial .pos-preview-img {
    left: 84px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .pos-testimonial .pos-preview-img .pos-btn-shape {
    width: 113px;
    height: 100px;
  }

  .pos-testimonial .pos-preview-img .pos-btn-play {
    border-top: 25px solid transparent;
    border-left: 40px solid #62CDEB;
    border-bottom: 25px solid transparent;
  }

  .pos-testimonial .pos-text-wrap {
    max-width: 545px;
  }

  .none_title.pos-testimonial .pos-wm-block {
    top: 77%;
  }

  .pos-testimonial .pos-wm-block {
    top: 80%;
    padding: 40px 54px 40px 27px;
  }

  .pos-review {
    padding: 60px 40px;
  }

  .pos-review .pos-review-wrap {
    padding: 52px 43px 36px 43px;
  }

  .pos-review .pos-review-wrap .pos-roboto-400 {
    padding: 93px 0 53px;
  }

  .pos-questions .pos-questions-wrap {
    padding: 0 20px 0 15px;
  }

  .pos-questions .pos-questions-dropdown {
    padding-top: 50px;
  }

  .pos-plan.container {
    padding: 100px 42px;
  }

  .pos-plan h2 {
    margin-bottom: 23px;
  }

  .pos-plan .pos-plan-wrap {
    grid-row-gap: 57px;
    max-width: 477px;
  }

  .pos-partners .pos-title-font.h2 {
    font-size: 38px;
    line-height: 47px;
    padding: 0 34px;
  }

  .pos-partners .pos-img-wrap {
    margin: 49px 0 45px;
  }

  .pos-partners .pos-benefits {
    margin-left: 67px;
  }

  .pos-start-business {
    margin: 0 40px;
  }

  .pos-start-business .pos-sb-wrap {
    padding: 64px 60px 81px 60px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pos-testimonial {
    padding: 100px 30px 60px 77px;
  }

  .pos-testimonial .pos-blocks-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }

  .none_title.pos-testimonial .pos-wm-block {
    top: 72%;
  }

  .pos-testimonial .pos-wm-block {
    left: 30px;
    top: 80%;
  }

  .pos-testimonial .pos-wm-block p {
    padding-bottom: 50px;
  }

  .pos-start-business {
    margin: 0 40px;
  }

  .pos-review {
    padding: 60px 40px;
  }

  .pos-review .pos-review-wrap {
    padding: 44px 70px 40px 70px;
  }

  .pos-questions .pos-questions-wrap {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .pos-plan.container {
    padding: 100px 5%;
  }

  .pos-plan .pos-plan-block {
    padding: 53px 60px;
  }

  .pos-start-business .pos-sb-wrap {
    padding: 64px 100px 81px 100px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .pos-questions .pos-questions-wrap {
    padding: 0 15px;
  }
}

.row-s {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 640px) {
  flex-direction: row;
}

.col {
  flex: 0 0 auto;
  padding: 0 12px;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}

.row-s .wp-block-image img {
  height: auto;
  max-width: 150px;
  vertical-align: bottom;
  width: 100%;
}

.col--1of6 {
  flex-basis: 16.6666667%;
  max-width: 16.6666667%;
}

.visible-mobile .owl-carousel .owl-stage {
  align-items: flex-start;
}

.visible-mobile .owl-item>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }

  .visible-mobile {
    display: block;
  }

  .custom-img a {
    width: 100%;
  }

  .col--1of6 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .pos-partners .owl-stage {
    width: 100% !important;
  }

  .pos-partners .owl-stage .owl-item {
    width: 16% !important;
  }

  .visible-mobile .owl-stage .owl-item {
    width: 17% !important;
  }
}

.bgimg-default h2 {
  margin-bottom: 20px;
}

p.center.text-white {
  display: flex;
}

section.pos-partners img {
  filter: grayscale(100%);
  opacity: 0.45 !important;
}

.bgimg-default p a {
  margin-top: 0;
}

.bgimg-default .btn-6 {
  padding-bottom: 17px;
}

.bgimg-default p {
  /* margin: 0 0 2rem; */
  margin: 0 auto;
}

.bgimg-default p a {
  padding-top: 20px;
}

.pos-title-font.h2 {
  font-weight: 700;
}

.pos-partners .owl-dots {
  padding-top: 20px;
}

.pos-plan p {
  padding-bottom: 25px;
}

.pos-card-description h4 {
  font-weight: 700;
}

.eapps-faq-layout-accordion .eapps-faq-content-category {
  margin-top: 0px !important;
}

.resource-section h3 {
  margin-bottom: 25px;
}

.pos-questions {
  padding: 0px;
}

@media screen and (max-width: 576px) {
  .pos-questions .pos-questions-dropdown {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pos-questions .pos-questions-dropdown {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.resource-section .container {
  max-width: 1300px;
}

.hero-option-01 .container {
  max-width: 1300px;
}

.section-hero .container {
  max-width: 1300px;
}

.pos-testimonial .pos-wm-block p {
  font-size: 22px;
  line-height: 38px;
  padding: 25px 0 40px 6px !important;

}