/*
.custom-content {
  position: relative;
  min-height: 1px;
}

.custom-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .custom-structure {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -18px;
    margin-right: -18px;
  }

  .custom-sidebar {
    margin: 0 auto;
    padding: 0 18px;
    max-width: 254px;
    min-width: 254px;
    width: 254px;
    box-sizing: content-box;
  }
  .custom-content {
    flex: 1;
    padding: 0 18px;
    width: 100%;
  }
}
@media (min-width:1200px) {
  .custom-structure {
    margin-left: -18px;
    margin-right: -18px;
  }

  .custom-content {
    padding: 0 18px;
    width: 100%;
  }
}
*/
.page-title {
  color: #292220;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 32px;
    line-height: 1.26;
  }
}

.page-title-sec {
  color: #292220;
  font-size: 20px;
  line-height: 1.26;
}
.page-title-sec strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-title-sec {
    font-size: 28px;
    line-height: 1.45;
  }
}

.section {
  margin-bottom: 24px;
}
.section .section-title {
  color: #292220;
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 42px;
  }
}

.list-cols div[class^=col-] {
  margin-bottom: 0 !important;
}
.list-cols .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  border: 1px solid #e1e1e1;
}
.list-cols .card .label {
  position: absolute;
  bottom: 13px;
  left: 13px;
  padding: 0 8px;
  height: 21px;
  background: rgba(41, 34, 32, 0.5);
  color: #fff;
  font: 600 12px/22px "Oswald", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.list-cols .card .label-exclusive {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 0 8px;
  height: 21px;
  background: #FC6A13;
  color: #fff;
  font: 600 12px/22px "Oswald", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bg-dark .list-cols .card {
  border: none;
  background: rgba(255, 255, 255, 0.1);
}
.list-cols .card.card-verified {
  position: relative;
}
.list-cols .card.card-verified > .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.list-cols .card.broker-details .title {
  font-weight: 600;
  font-size: 21px;
}
.list-cols .card.broker-details .props {
  padding-left: 0;
  padding-right: 0;
}
.list-cols .card.broker-details .props .characteristics li {
  width: 100%;
}
.list-cols .card.broker-details .characteristics {
  margin-top: 0;
  margin-bottom: auto;
}
.list-cols .card.broker-details .characteristics a {
  color: #292220;
}
.list-cols .card.broker-details .characteristics a:hover {
  opacity: 0.7;
}
.list-cols .card.card-company .logo-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -24px -24px 0;
  width: calc(100% + 48px);
  height: 200px;
  min-height: 200px;
  background: #F8F8F8;
}
.list-cols .card.card-company .logo-company img {
  max-width: 240px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-cols .card.card-company .title {
  font-weight: 600;
  font-size: 21px;
}
.list-cols .card.card-company .props {
  padding-left: 0;
  padding-right: 0;
}
.list-cols .card.card-company .props .characteristics {
  margin-top: 0;
  margin-bottom: auto;
}
.list-cols .card.card-company .props .characteristics li {
  width: 100%;
}
.list-cols .card.card-company .props .characteristics a {
  color: #292220;
}
.list-cols .card.card-company .props .characteristics a:hover {
  opacity: 0.7;
}
.list-cols .ratio {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (min-width: 768px) {
  .list-cols .card.card-company .logo-company {
    margin: -40px -32px 40px;
    width: calc(100% + 64px);
  }
}

.carousel-s {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  width: 100%;
  max-width: 740px;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel-s.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel-s.dragging .carousel-track {
  -webkit-transition: none;
  transition: none;
}
.carousel-s .carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  /* translateX e setat din JS */
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.carousel-s .carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
}
.carousel-s .carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}
.carousel-s .carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 62px;
  border: none;
  background: rgba(41, 34, 32, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, opacity 0.2s, transform 0.2s;
  transition: background 0.2s, opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  opacity: 0.9;
}
.carousel-s .carousel-btn:hover {
  background: rgba(41, 34, 32, 0.8);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.08);
          transform: translateY(-50%) scale(1.08);
}
.carousel-s .carousel-btn:active {
  -webkit-transform: translateY(-50%) scale(0.96);
          transform: translateY(-50%) scale(0.96);
}
.carousel-s .carousel-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.carousel-s .carousel-btn.prev {
  left: 12px;
}
.carousel-s .carousel-btn.next {
  right: 12px;
}
.carousel-s .carousel-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
.carousel-s .carousel-dots {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  z-index: 10;
}
.carousel-s .carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, transform 0.25s;
  transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.carousel-s .carousel-dot.active {
  background: #fff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-weight: 300;
}
.props a {
  color: #fc6a13;
}
.props .title {
  display: inline-block;
  color: #292220;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.44;
  text-decoration: none;
}
.props .title:hover {
  opacity: 0.7;
}
.props .zone {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.6;
}
.props .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.props .characteristics li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px 6px 0;
  height: 25px;
  font-size: 14px;
}
.props .characteristics li:not(.main) {
  padding: 0 10px;
  background: #F4F4F4;
}
.props .characteristics .icon {
  margin: 0;
  width: 18px;
  height: 18px;
}
.props .type {
  font-size: 12px;
  text-transform: uppercase;
}
.props .price {
  font-weight: 400;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
.props .firm {
  font-size: 13px;
}
.props hr {
  display: block;
  margin: 16px 0;
  width: 100%;
  border-color: #E6E6E6;
  border-top: none;
}
.bg-dark .props hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.props .btn-outline-secondary {
  color: #292220;
}
.props .btn-outline-secondary:hover {
  color: #fff;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75rem;
  height: 40px;
  color: #292220;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.page-link:hover {
  z-index: 2;
  color: rgba(41, 34, 32, 0.5);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background: rgba(41, 34, 32, 0.5);
  color: #fff;
}
.page-item:first-child .page-link span,
.page-item:last-child .page-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-item.active .page-link {
  z-index: 3;
  background: #292220;
  color: #fff;
}

.page-item.disabled .page-link {
  opacity: 0.3;
}

.broker-details {
  padding: 32px 0 0;
}
.broker-details .broker-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  border-radius: 50%;
  border: 3px solid #FC6A13;
  overflow: hidden;
}
.broker-details .broker-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.broker-details .broker-avatar .initials {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.broker-details .broker-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.05;
  font-family: "Oswald", sans-serif;
}
.broker-details .broker-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.26;
  color: rgba(255, 255, 255, 0.6);
}
.broker-details .broker-badge .icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.broker-details .broker-function {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.6;
}
.broker-details .broker-contact a {
  color: #fff;
}
.broker-details .broker-contact a:hover {
  opacity: 0.6;
}
.broker-details.card .broker-avatar .initials {
  color: #292220;
}
@media (min-width: 992px) {
  .broker-details {
    padding: 64px 0 0;
  }
  .broker-details .broker-avatar {
    margin-right: 40px;
    width: 128px;
    min-width: 128px;
    height: 128px;
    min-height: 128px;
    border-width: 6px;
  }
  .broker-details .broker-avatar .initials {
    font-size: 55px;
  }
  .broker-details .broker-name {
    font-size: 48px;
  }
}

.list-characteristics {
  list-style: none;
}
.list-characteristics li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-bottom: 16px;
}
.list-characteristics li .icon {
  margin-top: 2px;
}

.company-details {
  padding: 32px 0 0;
}
.company-details .company-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 1px solid #626262;
  overflow: hidden;
}
.company-details .company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.company-details .company-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.05;
  font-family: "Oswald", sans-serif;
}
.company-details .company-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.26;
  color: rgba(255, 255, 255, 0.6);
}
.company-details .company-badge .icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.company-details a {
  color: #fff;
}
.company-details a:hover {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .company-details {
    padding: 64px 0 0;
  }
  .company-details .company-logo {
    margin-right: 40px;
    width: 128px;
    min-width: 128px;
    height: 128px;
  }
  .company-details .company-name {
    font-size: 48px;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  height: 100%;
  background: #fff;
  border: 1px solid #D7D7D7;
}
.card strong {
  font-weight: 500;
}
.card p a {
  color: #292220;
  text-decoration: underline;
}
.card p a:hover {
  text-decoration: none;
}
.card .card-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
.card .list-arrow {
  list-style: none;
}
.card .list-arrow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.card .list-arrow li::before {
  content: "";
  display: block;
  margin-right: 8px;
  margin-top: 4px;
  width: 24px;
  height: 14px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="%23fc6a13" d="M9.96 19.922a9.6 9.6 0 0 1-3.866-.781 10 10 0 0 1-3.174-2.139A10.1 10.1 0 0 1 .77 13.828 9.7 9.7 0 0 1 0 9.961Q0 7.9.771 6.094A10.1 10.1 0 0 1 2.92 2.92 9.9 9.9 0 0 1 6.094.77 9.7 9.7 0 0 1 9.96 0q2.061 0 3.867.771a9.9 9.9 0 0 1 3.174 2.149 10 10 0 0 1 2.139 3.174 9.6 9.6 0 0 1 .78 3.867q0 2.061-.78 3.867a10 10 0 0 1-5.313 5.313 9.6 9.6 0 0 1-3.867.78m0-1.66q1.72 0 3.224-.645a8.4 8.4 0 0 0 2.646-1.787 8.4 8.4 0 0 0 1.787-2.646 8.1 8.1 0 0 0 .645-3.223q0-1.719-.645-3.223a8.2 8.2 0 0 0-1.787-2.646 8.4 8.4 0 0 0-2.646-1.787A8.1 8.1 0 0 0 9.96 1.66q-1.719 0-3.223.645a8.4 8.4 0 0 0-2.646 1.787 8.2 8.2 0 0 0-1.787 2.646 8.1 8.1 0 0 0-.645 3.223q0 1.719.645 3.223a8.4 8.4 0 0 0 1.787 2.646 8.4 8.4 0 0 0 2.646 1.787 8.1 8.1 0 0 0 3.223.645m-4.179-7.54a.72.72 0 0 1-.527-.224.77.77 0 0 1-.225-.547q0-.312.225-.547a.7.7 0 0 1 .527-.234l5.664.01 1.768.068a.71.71 0 0 1 .498.215q.215.195.215.488a.66.66 0 0 1-.215.498.73.73 0 0 1-.498.205l-1.768.069zm5.225 3.243a.68.68 0 0 1-.498-.195.69.69 0 0 1-.195-.508q0-.332.234-.537l1.592-1.485 1.357-1.289-1.357-1.289-1.592-1.484a.67.67 0 0 1-.235-.528q0-.302.196-.507a.66.66 0 0 1 .498-.205q.156 0 .273.058.127.059.235.166l3.105 3.223a.9.9 0 0 1 .205.283.71.71 0 0 1 0 .566.9.9 0 0 1-.205.284l-3.105 3.222a.8.8 0 0 1-.235.166.6.6 0 0 1-.273.059"/></svg>') no-repeat 50% 50%/contain;
}
.card.card-bg {
  background: #f5f5f5;
  border-color: #FC6A13;
}
@media (min-width: 768px) {
  .card {
    padding: 40px 32px;
  }
  .card .card-title {
    font-size: 28px;
    line-height: 1.26;
  }
  .card .icon {
    margin-bottom: 24px;
  }
}

.box-all-properties {
  padding: 32px;
  border: 1px solid #E6E6E6;
}
.box-all-properties .title {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.05;
  font-family: "Oswald", sans-serif;
}
.box-all-properties .btn {
  margin-top: 32px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .box-all-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px;
  }
  .box-all-properties .title {
    font-size: 36px;
  }
  .box-all-properties .btn {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .search-rows > .field-tip {
    max-width: 100px;
  }
  .search-rows > .field-location {
    max-width: 250px;
  }
}
.companies-properties .icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
}
.companies-properties .title {
  font-weight: 500;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
}

.s-feature .section-title {
  text-transform: none;
}
.s-feature p {
  font-size: 17px;
  line-height: 1.25;
}

.feature-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 0;
  height: 728px;
  background: url(../imgs/bg-company-foot.jpg) no-repeat 40% center/cover;
  color: #fff;
}
.feature-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(330deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0.24) 69.01%);
}
.feature-1 > .container-fluid {
  position: relative;
  z-index: 1;
}
.feature-1 .section-title {
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .feature-1 {
    padding: 80px 0;
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .feature-1 .section-title {
    font-size: 38px;
  }
}

.list-numbers {
  list-style: none;
  padding-left: 55px;
  margin-bottom: 32px;
}
.list-numbers li {
  position: relative;
  margin-bottom: 20px;
  counter-increment: item;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}
.list-numbers li:before {
  content: counter(item);
  position: absolute;
  left: -55px;
  top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #fff;
  background: #FC6A13;
  border-radius: 50%;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}

.feature {
  position: relative;
  z-index: 10;
  padding-top: 16px;
  padding-bottom: 20px;
  height: 728px;
  background: url(../imgs/bg-company-top.jpg) no-repeat center center/cover;
}
.feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(331deg, rgba(0, 0, 0, 0) 20.58%, rgba(0, 0, 0, 0.55) 54.61%), linear-gradient(180deg, rgba(44, 38, 36, 0) 46.29%, #2C2624 96%);
}
.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(44, 38, 36)), color-stop(35%, rgba(44, 38, 36, 0)));
  background-image: linear-gradient(180deg, rgb(44, 38, 36) 10%, rgba(44, 38, 36, 0) 35%);
}
.feature > .container-fluid {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.feature .feature-title {
  margin-bottom: 16px;
  max-width: 700px;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.05;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
.feature .feature-text {
  margin-bottom: 24px;
  max-width: 450px;
}
.feature .site-header {
  margin-bottom: auto;
  width: 100%;
}
.feature .feature-label {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .feature::after {
    background-image: linear-gradient(260.84deg, rgba(0, 0, 0, 0) 20.58%, rgba(0, 0, 0, 0.55) 54.61%), linear-gradient(180deg, rgba(44, 38, 36, 0) 46.29%, #2C2624 96%);
  }
}
@media (min-width: 992px) {
  .feature {
    padding-bottom: 32px;
  }
  .feature .feature-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .feature .site-header {
    padding-bottom: 70px !important;
  }
}