.registry-search-header {
  display: flex;
  align-items: flex-end;
  padding-bottom: 64px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ccc;
}

.registry-search-header .search-info {
  width: 45%;
}

.registry-search-header .search-form {
  width: 55%;
}

.registry-search-header .search-form i {
  cursor: pointer;
}

@media (max-width: 991px) {
  .registry-search-header {
    flex-direction: column;
  }

  .registry-search-header .search-info {
    width: 100%;
    margin-bottom: 32px;
  }

  .registry-search-header .search-form {
    width: 100%;
  }
}

.search-info .supertitle {
  font-size: 20px;
  font-weight: bold;
  color: #0fa884;
  margin-bottom: 16px;
}

.search-info .title {
  font-size: 47px;
  font-weight: bold;
  color: #0b3860;
  margin-top: 0;
  margin-bottom: 0;
}

.registry-search-results-count {
  font-size: 21px;
  font-weight: bold;
  color: #ff3378;
  margin-bottom: 32px;
}

.registry-search-homes {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.registry-search-homes .registry-search-home {
  width: 32%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  z-index: 1;
}

@media (max-width: 991px) {
  .registry-search-homes .registry-search-home {
    width: 48%;
  }
}

@media (max-width: 576px) {
  .registry-search-homes .registry-search-home {
    width: 100%;
  }
}

.registry-search-homes .registry-search-home .home-pic {
  height: 220px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.registry-search-homes .registry-search-home .home-info {
  padding: 24px;
}

.home-info .certificate-info {
  font-size: 17px;
  margin-bottom: 10px;
}

.home-info .certificate-info .certificate-number {
  color: #00ac81;
}

.home-info .certificate-info .certificate-issued-at {
  color: #474747;
}

.home-info .home-address {
  font-size: 23px;
  font-weight: bold;
  color: #013863;
  margin-bottom: 24px;
}

.home-info .view-details .btn-outline-pearl-green {
  width: 100%;
}
