.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.div-block-3 {
  background-color: #394770;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

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

.div-block-4 {
  margin-left: 10px;
}

.text-span, .text-span-2 {
  color: #0095ff;
  text-decoration: underline;
}

.text-block-2 {
  margin-top: 10px;
}

.link {
  color: #000;
  border-right: 1px solid #000;
  margin-right: 20px;
  padding-right: 40px;
  text-decoration: none;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.image {
  width: 100%;
}

.div-block-5 {
  border-bottom: 1px solid #d4d4d4;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.text-block-3 {
  color: #888;
  margin-top: 10px;
}

.paragraph {
  color: #5c5c5c;
  font-size: 18px;
  line-height: 30px;
}

.bold-text {
  font-size: 26px;
}

.container {
  max-width: 1400px;
}

.navbar {
  background-color: #131313;
}

.brand {
  margin-top: 10px;
  margin-left: 0;
  font-size: 30px;
}

.container-2 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 18px;
}

.text-block-4 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    margin-top: 20px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: #fff;
  }

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

  .menu-button {
    background-color: #444;
  }

  .menu-button.w--open {
    background-color: #303030;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 17px;
    line-height: 30px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    flex-flow: column;
  }

  .div-block-2 {
    flex: 1;
  }

  .div-block-3 {
    flex: none;
  }

  .text-block {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

  .bold-text-2 {
    font-size: 22px;
    line-height: 20px;
  }

  .heading {
    line-height: 30px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .brand {
    padding-left: 0;
    font-size: 22px;
  }
}
