:root {
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  text-align: center;
  margin-top: 24px;
  font-family: Oswald, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  text-align: left;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  padding: 26px 17px;
  font-family: Oswald, sans-serif;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  color: #000;
  font-family: Oswald, sans-serif;
  box-shadow: inset 0 3px #4dbd90;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #0000;
  background-image: url('../images/soccorso-stradale-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 73px;
  padding: 317px;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  color: #fff;
  background-image: url('../images/town.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section.press {
  background-color: #3e5c50;
  padding-top: 29px;
  padding-bottom: 38px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.page-link.white {
  color: #fff;
  border-bottom-color: #ffffff7d;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #1b1212;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 68px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.feature-row.a {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  opacity: .94;
  width: 16%;
  margin-left: 2%;
  margin-right: 2%;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.text-span {
  color: #b41111;
}

.column {
  color: #8668ab;
}

.heading {
  text-align: center;
  font-family: Oswald, sans-serif;
}

.container {
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.paragraph {
  text-align: left;
}

.heading-2 {
  color: #da2020;
  font-family: Oswald, sans-serif;
  font-size: 30px;
}

.heading-3 {
  color: #e22121;
  font-size: 30px;
}

.heading-4 {
  color: #d61b1b;
  font-family: Oswald, sans-serif;
  font-size: 30px;
}

.paragraph-2 {
  text-align: left;
}

.section-2 {
  height: auto;
  margin-top: 77px;
}

.section-3 {
  height: auto;
}

.text-block {
  text-align: center;
  background-image: linear-gradient(#0000, #0000);
  border: 1px #000;
  padding: 66px;
  font-size: 18px;
}

.div-block {
  background-image: url('../images/Schermata-2017-08-27-alle-23.08.12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 553px;
  height: 404px;
}

.section-4, .column-2, .column-3 {
  height: auto;
}

.div-block-2 {
  height: 500px;
  margin-left: 0;
}

.container-2 {
  margin-top: 56px;
  padding: 105px;
}

.text-block-2 {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  line-height: 29px;
}

.text-block-3 {
  text-align: center;
  font-size: 30px;
}

.image-2 {
  width: 100%;
}

.text-block-4 {
  text-align: center;
  padding: 53px;
  font-size: 18px;
  line-height: 27px;
}

.column-4 {
  justify-content: center;
  display: flex;
}

.heading-6 {
  height: 69px;
  font-family: Oswald, sans-serif;
  font-size: 29px;
  line-height: 42px;
}

.link {
  color: #0c0a0a;
}

.text-block-5 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 24px;
}

.section-5 {
  margin-top: 84px;
}

.columns {
  justify-content: center;
  margin-bottom: 37px;
  display: flex;
}

.column-5, .column-6, .column-7 {
  justify-content: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
}

.hero2-light {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2019-10-17-at-12.21.16.jpeg');
  background-position: 0 0, 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 674px;
  display: flex;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-center {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w80-50-center {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.hero2-text-wrap {
  width: 45%;
}

.tagline {
  opacity: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
}

.h1-jumbo {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 59px;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #cc1812;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.feature2-content {
  text-align: left;
  padding-left: 80px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: 1;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature2-image2 {
  float: right;
  background-color: #0f6fb8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.feature2-wrap {
  align-items: center;
  display: flex;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-30 {
  opacity: 1;
  font-size: 17px;
}

.feature2-facebookicon {
  transition: opacity .2s;
}

.feature2-facebookicon:hover {
  opacity: .85;
}

.feature2-image1 {
  background-image: url('../images/CAMBIO-GOMME-PER-MEZZI-PESANTI-.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 290px;
}

.feature2-image1.soccorso-auto {
  background-image: url('../images/WhatsApp-Image-2019-07-18-at-10.15.361.jpeg');
  box-shadow: 1px 1px 3px #000;
}

.feature1-content {
  padding-right: 80px;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-light {
  color: #111212;
  background-color: #0000;
  border: 1px solid #1112120d;
}

.btn.btn-outline-light:hover {
  border-color: #1112121a;
  box-shadow: 0 1px 3px #0000000d;
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px #0000000d;
}

.feature1-image2 {
  background-image: url('../images/SOS-STRADE-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 120px;
}

.feature1-image3 {
  background-image: url('../images/SOS-STRADE-3.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
}

.feature1-image1 {
  background-image: url('../images/SOS-STRADE-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
  margin-bottom: 20px;
}

.heading-7 {
  color: #141815;
  text-align: left;
}

.heading-8 {
  color: #090a0a;
  text-align: left;
}

.div-block-3 {
  background-image: url('../images/ESA-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 350px;
}

.button-2 {
  background-color: #a1350e;
}

.section-7 {
  background-image: url('../images/soccorso-stradale-_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  margin-top: 76px;
  margin-bottom: 31px;
}

.heading-9 {
  margin-bottom: 25px;
}

.section-8 {
  margin-bottom: 33px;
}

.body {
  flex-direction: column;
  display: flex;
}

.columns-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.b {
  color: #921010;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.bold-text-2 {
  font-size: 35px;
}

.image-9 {
  margin-bottom: 16px;
}

.container-6 {
  flex-direction: row;
  display: flex;
}

.link-2 {
  color: #fff;
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
  transform: translate(0, 24px);
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    color: #fff;
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .columns {
    flex-direction: row;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  .hero2-text-wrap {
    width: 100%;
  }

  .feature2-content {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature2-image2 {
    float: none;
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .feature2-wrap {
    text-align: center;
    flex-direction: column-reverse;
  }

  .feature2-image1 {
    border-radius: 8px;
  }

  .feature1-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feature1-image2 {
    display: none;
  }

  .feature1-image1 {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    margin-top: 65px;
    padding: 456px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

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

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .heading {
    margin-top: 20px;
  }

  .heading-4 {
    margin-top: 9px;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-bottom: 10px;
    display: flex;
  }

  .text-block-4 {
    text-align: center;
    padding-top: 65px;
  }

  .columns {
    flex-direction: column;
  }

  .image-4, .image-5, .image-6, .image-7 {
    margin-bottom: 10px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .feature2-image2 {
    width: 90px;
    height: 90px;
  }

  ._6-col {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .logo-text {
    margin-top: auto;
    line-height: 26px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .section {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section.clients, .feature-row {
    flex-direction: column;
    display: flex;
  }

  .feature-row.a {
    flex-direction: column;
  }

  .client-logo {
    width: 33.33%;
  }

  .press-logo {
    width: 28%;
  }

  .heading {
    padding-left: 13px;
    padding-right: 9px;
    font-size: 23px;
    line-height: 27px;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .paragraph, .paragraph-2 {
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .container-2 {
    text-align: left;
  }

  .text-block-2 {
    text-align: left;
    padding-top: 13px;
    padding-bottom: 11px;
    display: inline-block;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .image-2 {
    margin-top: 63px;
  }

  .mask {
    padding-bottom: 0;
  }

  .heading-5 {
    font-size: 22px;
  }

  .text-block-4 {
    padding: 39px;
  }

  .heading-6 {
    font-size: 15px;
    line-height: 36px;
  }

  .link {
    color: #0f0a0a;
  }

  .image-3 {
    margin-bottom: 4px;
  }

  .text-block-5 {
    font-family: Merriweather, serif;
    font-size: 18px;
    font-weight: 700;
  }

  .columns {
    flex-direction: column;
  }

  .image-4 {
    margin-bottom: 11px;
  }

  .image-5, .image-6, .image-7 {
    margin-bottom: 10px;
  }

  .image-8 {
    margin-bottom: 12px;
  }

  .column-8 {
    font-size: 27px;
  }

  .paragraph-3 {
    font-family: Montserrat, sans-serif;
  }

  .text-span-2 {
    font-size: 24px;
  }

  .hero2-light {
    padding: 10px;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .feature2-image2 {
    width: 90px;
    height: 90px;
  }

  .text-14.text-14-30 {
    opacity: .63;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-outline-light {
    border-color: var(--medium-sea-green);
  }

  .feature1-image2 {
    display: none;
  }

  .heading-7 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }

  .container-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    width: 250px;
  }

  .section-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-9 {
    margin-left: 31px;
    margin-right: 7px;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-4 {
    padding: 17px;
  }

  .paragraph-5 {
    font-size: 18px;
  }
}


