.dropdowns-replace-desc {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 40px;
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 16px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .dropdowns-replace-desc {
    width: calc(100% - 400px);
    max-width: 1200px;
    min-width: 900px;
  }
}

@media (min-width: 1280px) {
  .dropdowns-replace-desc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .dropdowns-replace-desc {
    max-width: 1400px;
  }
}

.ob-dropdowns {
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .ob-dropdowns:first-of-type {
    display: none;
  }
}

@media (min-width: 1280px) {
  .ob-dropdowns:nth-of-type(2) .ob-dropdown-block:first-of-type {
    display: none;
  }
}

.ob-dropdowns .ob-dropdown-block {
  border-bottom: 1px solid #D5D5D5;
}

.ob-dropdowns .ob-dropdown-block .dropdown-title {
  color: #3B3B3D;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.24px;
  position: relative;
  cursor: pointer;
  padding: 22px 25px 22px 0;
  color: #151515;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  min-height: 78px;
  word-break: break-word;
}

@media (min-width: 1280px) {
  .ob-dropdowns .ob-dropdown-block .dropdown-title {
    padding-right: 35px;
  }
}

.ob-dropdowns .ob-dropdown-block .dropdown-title::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M6 9.5L12 15.5L18 9.5' stroke='%233B3B3D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ob-dropdowns .ob-dropdown-block .dropdown-title _::-webkit-full-page-media,
  .ob-dropdowns .ob-dropdown-block .dropdown-title _:future,
  .ob-dropdowns .ob-dropdown-block .dropdown-title :root, .ob-dropdowns .ob-dropdown-block .dropdown-title {
    padding-top: 3px;
  }
  .ob-dropdowns .ob-dropdown-block .dropdown-title _::-webkit-full-page-media,
  .ob-dropdowns .ob-dropdown-block .dropdown-title _:future,
  .ob-dropdowns .ob-dropdown-block .dropdown-title :root, .ob-dropdowns .ob-dropdown-block .dropdown-title::before {
    height: 14px;
  }
}

.ob-dropdowns .ob-dropdown-block .dropdown-title.open::before {
  transform: rotate(180deg);
}

.ob-dropdowns .ob-dropdown-block .dropdown-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out !important;
}

.ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper {
  padding-bottom: 24px !important;
  color: #4F4E52 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28.8px !important;
}

.ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper p, .ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper span {
  color: #4F4E52 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28.8px !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper p:empty, .ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper span:empty {
  display: none !important;
}

.ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper strong,
.ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper b {
  color: #4F4E52 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 28.8px !important;
}

.ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper ul {
  margin-bottom: 10px !important;
  padding-left: 20px !important;
  list-style: disc !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28.8px !important;
}

.ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper ul li {
  color: #4F4E52 !important;
}

.ob-dropdowns .ob-dropdown-block .dropdown-body .body-wrapper > :last-child {
  margin-bottom: 0 !important;
}
