body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #777777;
  background-color: #F2F4F2;
}

@media (min-width: 768px) {
  .w-md-50 {
    width:50%!important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width:25%!important;
  }
}

.hero {
  background: #000 url('images/bg1.jpg') no-repeat center top / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 15px;
  min-height: 500px;
}

.logo img {
  width: 232px;
}

.title {
  margin-bottom: 60px;
}

.btn {
  border-width: 2px;
  font-weight: 300;
  font-size: 16px;
}

h1 {
  font-weight: 300;
  font-size: 26px;
  text-align: center;
}

h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 2rem;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

section.card {
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 4rem 2rem;
  margin-bottom: 4rem;
}

dialog::backdrop {
  background:rgba(0,0,0,0.6);
  backdrop-filter: blur(10px);
}

.section-body {
  max-width: 670px;
  margin: 0 auto;
}

hr {
  border-top: 2px solid #DDDEDE;
  margin-bottom: 3rem;
}

.feature-icon {
  width: 82px;
  height: 82px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media(min-width: 768px) {

  .center-border {
    position: relative;
  }

  .center-border:after {
    content: '';
    position: absolute;
    height: 80%;
    width: 2px;
    left: 50%;
    top: 10%;
    margin-left: -1px;
    background-color: #DDDEDE;
  }
}

.image-header {
  padding: 0px;
  margin-bottom: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}

.image-header img {
  max-width: 100%;
}

.contact {
  background-color: #343A40;
  color: #fff;
  text-align: center;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 2rem;
  font-size: 16px;
}

footer a {
  color: #fff;
}