.default-section {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

section {
  margin-top: clamp(4.688rem, 4.087rem + 2vw, 6.25rem) !important;
  margin-bottom: clamp(4.688rem, 4.087rem + 2vw, 6.25rem) !important;
}

.main__section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 800px) {
  .default-section {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media (max-width: 480px) {
  .default-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.default-title {
  font-weight: 700;
  font-size: clamp(1.75rem, 1.554rem + 0.98vw, 3.125rem);
  line-height: 125%;
  color: #252525;
  width: 70%;
}
.default-title span {
  color: #887869;
}

.default-descr-black {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 1rem);
  color: rgba(37, 37, 37, 0.75);
  margin-top: 15px;
  width: 50%;
  line-height: 137%;
}
.default-descr-black span {
  font-weight: 700;
}

.main__section-default .container {
  max-width: 100%;
  background: #887869;
  border-radius: 25px;
  position: relative;
}

.main__content-default {
  max-width: 1248px;
  margin: 0 auto !important;
  height: 250px;
}

@media (max-width: 1480px) {
  .main__content-default {
    max-width: 1050px;
  }
}
.main__left-default {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #887869;
  padding-top: 50px;
}

.main__title-default {
  font-weight: 700;
  font-size: clamp(1.875rem, 1.154rem + 2.4vw, 3.75rem);
  color: #fff;
}

.main__descr-default {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: rgba(255, 255, 255, 0.75);
  width: 35%;
}

.main__right-default {
  height: 250px;
  width: 56%;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  border-radius: 0 25px 25px 0;
}

@media (max-width: 1100px) {
  .default-descr-black {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .main__content-default {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    position: relative;
  }
  .main__left-default {
    margin-bottom: 20px;
  }
  .main__descr-default {
    width: 85% !important;
  }
  .main__right-default {
    width: 100%;
    position: relative;
    clip-path: none;
    border-radius: 25px;
    height: 240px;
  }
}
@media (max-width: 480px) {
  .default-title,
  .default-descr-black {
    width: 100%;
  }
  .main__descr-default {
    width: 100%;
  }
}
.default-descr-white {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 1rem);
  color: rgba(255, 255, 255, 0.75);
  margin-top: 15px;
  line-height: 137%;
  max-width: 50%;
}
.default-descr-white span {
  font-weight: 700;
}

.default-subtitle-big-white {
  font-weight: 700;
  font-size: clamp(1.375rem, 1.321rem + 0.27vw, 1.75rem);
  color: rgba(255, 255, 255, 0.75);
  max-width: 50%;
  line-height: 125%;
}

.default-subtitle-small-white {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.375rem);
  color: rgba(255, 255, 255, 0.75);
  max-width: 50%;
  line-height: 125%;
}

.default-subtitle-big-black {
  font-weight: 700;
  font-size: clamp(1.375rem, 1.321rem + 0.27vw, 1.75rem);
  color: rgba(26, 26, 26, 0.75);
  max-width: 50%;
  line-height: 125%;
}
.default-subtitle-big-black span {
  color: #887869;
}

.default-subtitle-small-black {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.375rem);
  color: rgba(26, 26, 26, 0.75);
  max-width: 50%;
  line-height: 125%;
}

hr {
  border: none !important;
  background-color: rgba(136, 120, 105, 0.5) !important;
  height: 1px !important;
  box-shadow: none !important;
  outline: none !important;
}

.default-btn {
  border-radius: 10px;
  padding: 11px 48px;
  background: #887869;
  font-weight: 700;
  font-size: clamp(1rem, 0.904rem + 0.32vw, 1.25rem);
  line-height: 110%;
  text-transform: lowercase;
  color: #fff;
  border: 2px solid #887869;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-out;
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-top: 45px;
}
.default-btn:hover {
  background: transparent;
  color: #887869;
  transform: scale(0.98);
}