.section-1-servicii {
  padding: 20px 0 0;
  display: inline-block;
  width: 100%;
}

.section-1-servicii h2 {
  color: #000;
  font-family: "Cormorant Infant";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* text-transform: uppercase; */
}

.section-1-servicii .row {
  margin-bottom: 50px
}

@media screen and (min-width:992px) {
  .section-1-servicii .row {
    display: flex;
    align-items: center;
  }
}

.section-1-servicii .row .content_general p {
  max-width: 488px;
}

.wrapper__list {
  display: flex;
  flex-direction: column;
}

.row_2 {
  position: relative;
}

.middle_content {
  max-width: 800px;
  margin: 0 auto 100px;
}

.middle_content .content_general {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px;
  /* 150% */
}

.section-1-servicii .row_2 .cta_row a {
  color: #937737;
  display: flex;
  align-items: center;
}

.section-1-servicii .row_2 .cta_row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-1-servicii .row_2 .cta_row a svg {
  margin-right: 5px;
}

.section-1-servicii .row_2 .cta_row a.white_gold {
  color: transparent;
}

.section-1-servicii .row_2 {
  display: flex;
  align-items: center;
  position: relative;
}

.section-1-servicii .row_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(188, 174, 141, 0.10);
  width: 95vw;
  height: 480px;
}

.number_property {
  font-size: 50px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  font-family: "Cormorant Infant";
  font-weight: 300;
  text-transform: uppercase;
}

.section-1-servicii .content_general li {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 200;
}

@media screen and (min-width:1640px) {
  .section-1-servicii .row_2::before {
    width: 85vw;
    left: 5vw;
  }
}

.list_section_0 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.custom__list {
  background: rgba(188, 174, 141, 0.10);
  display: inline-block;
  width: 100%;
  padding: 80px 50px;
}

.custom__list .text-center {
  color: var(--Neutral-Black, #000);
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px;
  /* 150% */
}

.wrapper__list .col-xs-12 {
  width: 100%;
  color: #000;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px;
  /* 150% */
}

@media screen and (max-width:991px) {
  .section_activities .title_custom {
    padding-bottom: 40px
  }
  .custom__list {
    padding: 20px
  }
  .middle_content a {
    display: block
  }
  .page-template-template-servicii .section-8-home {
    padding-top: 0
  }
}

@media screen and (min-width:992px) {
  .wrapper__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section-1-servicii .row_2 .fadeInRight {
    padding-left: 123px;
  }
  .section_activities .title_custom {
    margin: 50px 0;
  }
}

@media screen and (max-width:991px) {
  .wrapper__list .col-xs-12 {
    padding: 0;
  }
  .wrapper__list {
    padding: 20px 0;
  }
  .list_section_0 {
    margin: 0 0 10px;
  }
  .wrapper__list img {
    max-width: 40px;
    height: auto;
  }
  .number_property {
    font-size: 30px;
    margin: 10px 0 0;
  }
  .section-1-servicii .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .section-1-servicii .row img {
    width: 100%;
  }
  .section-1-servicii .row .order-xs-2 {
    margin-top: 0;
    order: 2;
  }
  .middle_content {
    margin-bottom: 40px;
  }
  .section-1-servicii .row_2 {
    flex-direction: column;
    margin-top: 20px;
  }
  .section-1-servicii .row_2 .cta_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
  }
  .section-1-servicii .row_2::before {
    height: 100%;
    top: auto;
    width: 100%;
  }
  .section-1-servicii h2 {
    font-size: 24px;
  }
  .section-1-servicii .content_general li,
  .section-1-servicii .content_general p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-1-servicii {
    padding: 20px 0 40px;
  }
  .box_property {
    margin-bottom: 40px;
    max-height: 350px;
    min-height: 350px;
  }
  .box_property a {
    font-size: 32px;
  }
}