.border-pretty {
  border: 1px solid #ffffff;
}

.border-pretty:hover {
  border: 1px solid #000000;
}

.btn-link:hover {
  color: #070707;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,0);
}

.btn-link {
  font-weight: 400;
  color: #ffffff;
  text-decoration: none !important;
}

.row.row-feature {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px;
}

#contact_body {
  background: #ffffff;
}

.contact-form {
  background: #eef4f7;
  padding: 74px 126.7px 46.7px 50px;
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #707070;
  background-color: #ffffff;
}

.img-fluid.image-space {
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.16);
}

.form-control.message-form {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.btn.btn-primary.btn-block.submit-style {
  width: 50%;
  border-radius: 20px;
  background: rgb(236,81,134);
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 576px) {
  .form_contact_left {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
}

@media (min-width: 300px) and (max-width: 576px) {
  .form_contact_left {
    border-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.container.blog-contatiner {
  margin-top: 70px;
}

@media (min-width: 992px) {
  #mission_text_id.mission-text {
    font-size: 25px;
  }
}

@media (min-width: 300px) and (max-width:992px) {
  #mission_text_id.mission-text {
    font-size: 20px;
  }
}

.body-terms {
  background: #ffffff;
  color: #000000;
}

.terms-style {
  color: var(--dark);
  padding: 20px;
  font-family: Roboto, sans-serif;
}

.text-left.terms-title-style {
}

.terms-title-style {
  font-weight: 600;
  font-family: Roboto, sans-serif;
}

.terms-body-text {
  font-family: Roboto, sans-serif;
}

.terms-sub-title {
  color: #000000;
}

.divider-century {
  margin-left: 60px;
  margin-right: 60px;
}

.burden-title-style {
  font-size: 32px;
}

