.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #4d3399;
}

.section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 900px;
  margin-top: 0px;
  padding-left: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff696b), color-stop(71%, #4d3399), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #ff696b, #4d3399 71%, #fff 0);
}

.container {
  display: block;
  width: 90%;
  min-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.icon {
  color: #fff;
}

.icon-2 {
  color: #fff;
}

.dropdown-list {
  width: 600px;
}

.dropdown-list.w--open {
  padding: 15px;
  background-color: #fff;
}

.navbar-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.container-2 {
  width: 100%;
  min-width: 100%;
  padding-right: 44px;
  background-image: -webkit-gradient(linear, right top, left top, from(#d40101), to(#4d3399));
  background-image: linear-gradient(270deg, #d40101, #4d3399);
}

.nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.nav-link.w--current {
  padding-top: 17px;
  border-top: 3px solid #fff;
  color: #fff;
}

.logo {
  position: absolute;
  z-index: 500;
  width: 300px;
  height: 200px;
  margin-top: 9px;
  margin-left: -16px;
  background-image: url('../images/LOGO.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.heading {
  margin-top: -142px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 19px;
  padding: 19px 48px;
  background-color: #c20202;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  font-weight: 800;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.d-122-bottom-block {
  position: relative;
  height: 20%;
  background-color: #000;
}

.browser-demo {
  position: relative;
  display: none;
  overflow: hidden;
  width: 500px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: auto;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.d-122-title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}

.d-122-color-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.d-122-top-block {
  position: relative;
  height: 20%;
  background-color: #000;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.demo-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.d-122-category-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 400px;
  height: 300px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/NordWood-3883.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-122-category-card-wrapper._3 {
  background-image: url('../images/NordWood-4038.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.d-122-category-card-wrapper._2 {
  background-image: url('../images/NordWood-4021.jpg');
  background-size: cover;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subheader {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  text-align: center;
}

.columns {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.deal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 92, 92, 0)), to(#000)), url('../images/guess1.jpg');
  background-image: linear-gradient(180deg, rgba(92, 92, 92, 0), #000), url('../images/guess1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-9 {
  margin-top: 13px;
  color: #2a3281;
  font-size: 3vw;
  line-height: 4vw;
}

.heading-9.page-titles {
  display: block;
  margin-top: 202px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 60px;
  line-height: 4vw;
  font-weight: 700;
  text-align: center;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-text {
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.link-16 {
  color: #d40101;
  font-weight: 600;
  text-decoration: none;
}

.html-embed {
  width: 100%;
  max-width: 1000px;
  margin-top: 67px;
  background-color: transparent;
}

.link-17 {
  color: #d40101;
  font-weight: 600;
  text-decoration: none;
}

.profile-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 113px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-embed-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 113px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.deals-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-top: 204px;
  margin-right: auto;
  margin-left: auto;
}

.deals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e3e3e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.19)), to(rgba(0, 0, 0, 0.66)));
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.19), rgba(0, 0, 0, 0.66));
  text-decoration: none;
}

.deals._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(39, 39, 39, 0)), to(rgba(0, 0, 0, 0.66))), url('../images/M0GH67RD4Z0_MLT_V1-zm.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0) 48%, rgba(0, 0, 0, 0.66)), url('../images/M0GH67RD4Z0_MLT_V1-zm.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.deals._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(39, 39, 39, 0)), to(rgba(0, 0, 0, 0.66))), url('../images/40off.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0) 40%, rgba(0, 0, 0, 0.66)), url('../images/40off.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.deals._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(51%, rgba(39, 39, 39, 0)), to(rgba(0, 0, 0, 0.66))), url('../images/guess1.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0) 51%, rgba(0, 0, 0, 0.66)), url('../images/guess1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.deals._4 {
  background-image: url('../images/logo.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/logo.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.deals._5 {
  background-image: url('../images/sheridan_beach_towel_ss20_lovett_carbon_web-01.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.19)), to(rgba(0, 0, 0, 0.66)));
  background-image: url('../images/sheridan_beach_towel_ss20_lovett_carbon_web-01.jpg'), linear-gradient(180deg, rgba(39, 39, 39, 0.19), rgba(0, 0, 0, 0.66));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.deals._6 {
  background-color: #00205b;
  background-image: url('../images/logo-white.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.column-3 {
  text-align: center;
}

.column-4 {
  text-align: center;
}

.column-5 {
  text-align: center;
}

.blurb {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.heading-10 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.deals-grid-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 200px;
  }

  .heading {
    text-align: center;
  }

  .browser-demo {
    width: 500px;
    height: 300px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0%;
    margin-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-2 {
    margin-right: 0px;
  }

  .columns-2 {
    margin-top: 294px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-2 {
    margin-bottom: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-3 {
    color: #fff;
  }

  .heading-9.page-titles {
    margin-bottom: 15px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-149 {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .deals-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .deals {
    margin-bottom: 19px;
  }

  .deals-grid-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
  }

  .container-2 {
    padding-right: 0px;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .button {
    font-size: 25px;
  }

  .browser-demo {
    width: 400px;
    height: 300px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .instructions-wrapper {
    margin-left: 0px;
  }

  .demo-wrapper {
    margin-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .subheader {
    font-size: 18px;
  }

  .column-2 {
    margin-bottom: 42px;
  }

  .heading-9 {
    margin-top: 25px;
    font-size: 5.5vw;
    letter-spacing: -1px;
  }

  .heading-9.page-titles {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
  }

  .div-block-149 {
    margin-bottom: 0px;
  }

  .account-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    padding-left: 0px;
  }

  .container-2 {
    padding-right: 0px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .button {
    font-size: 20px;
  }

  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .heading-9 {
    margin-top: 22px;
    font-size: 6.7vw;
    letter-spacing: -2px;
  }

  .heading-9.page-titles {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    text-align: center;
  }

  .div-block-149 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .account-text {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 13px;
  }

  .deals {
    width: 250px;
    height: 250px;
  }
}

