section.real-estate-management-hero {
  position: relative;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 80px;
  color: #fff;
  background-size: cover;
  background-position: center right;
  background-color: #242021;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  section.real-estate-management-hero {
    padding: 150px 20px 50px 20px;
    max-height: 100%;
    height: 100%;
  }
}
section.real-estate-management-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  background: transparent linear-gradient(181deg, rgba(38, 34, 35, 0) 0%, #242021 80%) 0% 0% no-repeat padding-box;
}
section.real-estate-management-hero .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
}
@media (max-width: 992px) {
  section.real-estate-management-hero .container {
    padding-top: 40px;
  }
}
section.real-estate-management-hero .hero-content {
  max-width: 600px;
}
@media (max-width: 992px) {
  section.real-estate-management-hero .hero-content {
    max-width: 100%;
  }
}
section.real-estate-management-hero .hero-content h1 span {
  display: block;
}
section.real-estate-management-hero .hero-content h1 span:nth-child(1) {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.real-estate-management-hero .hero-content h1 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  section.real-estate-management-hero .hero-content h1 span:nth-child(1) {
    font-size: 26px;
  }
}
section.real-estate-management-hero .hero-content h1 span:nth-child(2) {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.real-estate-management-hero .hero-content h1 span:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.real-estate-management-hero .hero-content h1 span:nth-child(2) {
    font-size: 32px;
  }
}
section.real-estate-management-hero .hero-content h1 span:nth-child(3) {
  font-size: 50px;
  font-weight: 200;
}
@media (max-width: 992px) {
  section.real-estate-management-hero .hero-content h1 span:nth-child(3) {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  section.real-estate-management-hero .hero-content h1 span:nth-child(3) {
    font-size: 28px;
  }
}
section.real-estate-management-hero .hero-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  margin-top: 20px;
}
@media (max-width: 992px) {
  section.real-estate-management-hero .hero-content p {
    margin: 20px 0;
  }
}
section.real-estate-management-hero .hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media (max-width: 992px) {
  section.real-estate-management-hero .hero-buttons {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
section.real-estate-management-hero .hero-buttons .btn-yellow {
  height: 64px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  section.real-estate-management-hero .hero-buttons .btn-yellow {
    height: 50px;
    font-size: 14px;
  }
}
section.real-estate-management-hero .hero-buttons .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin-right: 15px;
}
section.real-estate-management-hero .hero-buttons .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.real-estate-management-hero .hero-buttons .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  background: transparent;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
section.real-estate-management-hero .hero-buttons .agent span:hover {
  background: rgba(255, 255, 255, 0.2823529412);
  backdrop-filter: blur(3px);
}
@media (max-width: 578px) {
  section.real-estate-management-hero .hero-buttons .agent span {
    font-size: 12px;
  }
}

section.real-estate-management-about {
  background: #242021;
  color: #FFAB23;
  padding: 30px 0 60px 0;
}
section.real-estate-management-about ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.real-estate-management-about ul li {
  width: 40%;
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0 15px 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.real-estate-management-about ul li {
    font-size: 16px;
    width: 100%;
    margin: 10px 20px 10px 20px;
  }
}
section.real-estate-management-about ul li img {
  width: 74px;
  height: 100%;
  object-fit: contain;
  margin-right: 35px;
}

section.real-estate-management-profits {
  background: #242021;
  color: #fff;
}
section.real-estate-management-profits > .container > h2 {
  font-size: 38px;
  font-weight: 300;
  margin: 0 0 40px 0;
  text-align: center;
}
@media (max-width: 992px) {
  section.real-estate-management-profits > .container > h2 {
    font-size: 28px;
  }
}
section.real-estate-management-profits > .container > p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.7;
  margin-bottom: 60px;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  section.real-estate-management-profits > .container > p {
    font-size: 14px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
section.real-estate-management-profits .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
section.real-estate-management-profits .boxes .box {
  width: 30%;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 992px) {
  section.real-estate-management-profits .boxes .box {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
}
section.real-estate-management-profits .boxes .box:after {
  content: "";
  border-right: 1px solid #666666;
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
}
@media (max-width: 992px) {
  section.real-estate-management-profits .boxes .box:after {
    display: none;
  }
}
section.real-estate-management-profits .boxes .box:last-child:after {
  display: none;
}
section.real-estate-management-profits .boxes .box .number {
  font-size: 74px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  section.real-estate-management-profits .boxes .box .number {
    font-size: 48px;
  }
}
section.real-estate-management-profits .boxes .box h3 {
  font-size: 24px;
  font-weight: 600;
  height: 70px;
}
@media (max-width: 992px) {
  section.real-estate-management-profits .boxes .box h3 {
    font-size: 20px;
    height: auto;
  }
}
section.real-estate-management-profits .boxes .box ul {
  padding: 0;
  margin: 20px 0 0 0;
}
section.real-estate-management-profits .boxes .box ul li {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 10px 20px;
  position: relative;
}
section.real-estate-management-profits .boxes .box ul li::marker {
  color: #FFAB23;
}
section.real-estate-management-profits .boxes .box p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  section.real-estate-management-profits .boxes .box p {
    font-size: 12px;
  }
}
section.real-estate-management-profits > .container > .buttons {
  margin-top: 40px;
}
section.real-estate-management-profits > .container > .buttons > .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin-right: 15px;
}
@media (max-width: 992px) {
  section.real-estate-management-profits > .container > .buttons > .agent {
    margin: 20px auto 0 auto;
  }
}
section.real-estate-management-profits > .container > .buttons > .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.real-estate-management-profits > .container > .buttons > .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  background: transparent;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
section.real-estate-management-profits > .container > .buttons > .agent span:hover {
  background: rgba(255, 255, 255, 0.2823529412);
  backdrop-filter: blur(3px);
}
@media (max-width: 578px) {
  section.real-estate-management-profits > .container > .buttons > .agent span {
    font-size: 12px;
  }
}
section.real-estate-management-profits .container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.real-estate-management-profits .container::after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 60px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #242021;
}
@media (max-width: 992px) {
  section.real-estate-management-profits .container::after {
    left: 50%;
  }
}

section.real-estate-management-how-we-work {
  background: #fff;
  padding: 150px 0 50px 0;
  color: #4B4B4B;
}
section.real-estate-management-how-we-work .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.real-estate-management-how-we-work .wrapper .left h2, section.real-estate-management-how-we-work .wrapper .right h2 {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
section.real-estate-management-how-we-work .wrapper .left h3, section.real-estate-management-how-we-work .wrapper .right h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 30px 0 35px 0;
}
section.real-estate-management-how-we-work .wrapper .left p, section.real-estate-management-how-we-work .wrapper .right p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
}
section.real-estate-management-how-we-work .wrapper .left img, section.real-estate-management-how-we-work .wrapper .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
section.real-estate-management-how-we-work .wrapper .left {
  width: 50%;
}
@media (max-width: 992px) {
  section.real-estate-management-how-we-work .wrapper .left {
    width: 100%;
  }
}
section.real-estate-management-how-we-work .wrapper .right {
  width: 42%;
}
@media (max-width: 992px) {
  section.real-estate-management-how-we-work .wrapper .right {
    width: 100%;
  }
}

section.real-estate-management-contact {
  background: #fff;
  padding: 75px 0 0 0;
  color: #4B4B4B;
}
section.real-estate-management-contact .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.real-estate-management-contact .left {
  width: 48%;
}
@media (max-width: 992px) {
  section.real-estate-management-contact .left {
    width: 100%;
  }
}
section.real-estate-management-contact .left h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  section.real-estate-management-contact .left h2 {
    font-size: 24px;
  }
}
section.real-estate-management-contact .left p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
section.real-estate-management-contact .left .email {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.real-estate-management-contact .left .email {
    font-size: 18px;
  }
}
section.real-estate-management-contact .left .phone {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.real-estate-management-contact .left .phone {
    font-size: 18px;
  }
}
section.real-estate-management-contact .right {
  width: 52%;
}
@media (max-width: 992px) {
  section.real-estate-management-contact .right {
    width: 100%;
    margin-top: 40px;
  }
}
section.real-estate-management-contact .right .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin: 50px auto;
  max-width: 700px;
}
section.real-estate-management-contact .right .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.real-estate-management-contact .right .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  color: #010101;
  background: #FFAB23;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
}
@media (max-width: 578px) {
  section.real-estate-management-contact .right .agent span {
    font-size: 12px;
  }
}
section.real-estate-management-contact .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 0;
}
section.real-estate-management-contact .right ul li {
  text-align: center;
  max-width: 135px;
}
@media (max-width: 992px) {
  section.real-estate-management-contact .right ul li {
    max-width: 115px;
  }
}
@media (max-width: 578px) {
  section.real-estate-management-contact .right ul li {
    max-width: 100px;
  }
}
section.real-estate-management-contact .right ul li .icon {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
section.real-estate-management-contact .right ul li .icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 0;
  position: relative;
  z-index: 2;
}
section.real-estate-management-contact .right ul li .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #15262E;
  border: 1px solid #707070;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}
section.real-estate-management-contact .right ul li span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

section.real-estate-management-reviews {
  color: #040404;
  padding: 120px 0 60px 0;
}
section.real-estate-management-reviews .top {
  text-align: center;
  margin: -25px auto 50px auto;
  position: relative;
  z-index: 99;
}
section.real-estate-management-reviews .top h2 {
  margin: 0;
  font-weight: 600;
  line-height: 1.05;
  font-size: clamp(26px, 3.2vw, 42px);
}
section.real-estate-management-reviews .top p {
  margin: 6px 0 20px 0;
  font-weight: 300;
  line-height: 1.2;
  font-size: clamp(18px, 2.2vw, 60px);
  opacity: 0.95;
}
section.real-estate-management-reviews .container {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=page-real-estate-management.css.map */
