.brand {
  position: static;
  width: 306px;
  height: 125px;
}

.quote-footer {
  padding: 60px;
  background-color: var(--brand-dash-line);
  text-align: center;
}

.text-link {
  display: block;
  margin-right: 0px;
  padding-top: 10px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: var(--brand-link-onlight);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.ondark {
  color: var(--brand-link-ondark);
}

.text-link.float-right {
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  text-align: left;
  text-decoration: underline;
}

.paragraph-footer {
  color: #595959;
  font-size: 14px;
  text-align: right;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.close_icon {
  width: 25px;
  height: 25px;
  margin: 16px auto 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-decoration: line-through;
}

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

  .container {
    margin-right: 40px;
    margin-left: 40px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    background-color: #fff;
  }

  .nav-link {
    background-color: #fff;
  }

  .col-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-footer-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote {
    margin-right: auto;
    margin-left: auto;
  }

  .laptop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .laptop-left {
    width: 100%;
  }

  .text-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-60 {
    max-width: 100%;
    margin-right: 40px;
    margin-left: 40px;
  }

  .container-100 {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .brand {
    width: 120px;
    height: 42px;
  }

  .container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-section {
    max-height: none;
    min-height: 400px;
  }

  .container-60 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-100 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero-section {
    min-height: 200px;
  }

  .quote-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .quote {
    width: auto;
    margin-top: 0px;
  }

  .text-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}