body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

.logo-links-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
  background-color: #a5d6a7;
  padding: 4px 40px 4px 40px;
  margin-bottom:4px
}
.logo {
  height: 80px;
  width: 80px;
}
.the-actual-logo {
  height: 100%;
  width: 100%;
}
.links ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  cursor: pointer;
}

.background-photo {
  display: flex;
  justify-content: flex-end;
  width: 600px;
  height: 300px;
}

.info-and-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
  background-color: #e8f5e9;
  padding: 10px 0px 20px 0px;
}

.house-img-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.house-img-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-and-info {
  padding: 10px 0px 20px 0px;
}
.info {
  padding: 0px 0px 0px 100px;
  width: 500px;
}
.info-2 {
  width: 500px;
  padding: 0px 100px 0px 0px;
}
.big-and-bold {
  font-size: 48px;
  margin: 0px;
  font-weight: bold;
  line-height: 10px;
}
.big-and-bold-2 {
  font-size: 36px;
  margin: 0px;
  font-weight: bold;
}

.small-services,
.smaller-rental-management {
  display: flex;
  justify-content: center;
}
.small-services {
  font-size: 16px;
  color: #1b5e20;
  font-weight: bold;
}
.smaller-rental-management {
  font-size: 28px;
  font-weight: bold;
  margin-top: -10px;
}

.brief-info {
  line-height: 24px;
  font-size: 16px;
}

.image-and-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  background-color: #e8f5e9;
}
.Get-in-touch,
.services,
.learn-more-btn,
.view-all-services-btn {
  padding: 10px 10px;
  color: white;
  background-color: #1b5e20;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.consult {
  padding: 8px 10px;
  color: #1b5e20;
  background-color: white;
  border-color: #1b5e20;
  border-style: solid;
  border-radius: 4px;
  cursor: pointer;
}

.card-1,
.card-2,
.card-3,
.card-4,
.card-5,
.card-6 {
  background-color: white;
  border-radius: 10px;
  padding: 10px 10px;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.view-all-services {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.title {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.description {
  font-size: 14px;
  text-align: center;
}

.bottom-section {
  background-color: #e8f5e9;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.middle {
  display: flex;
  justify-content: center;
}
