.sec-page-head .title-outer {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
}
.sec-page-head .subtitle-1 strong {
  font-weight: bold !important;
}
.title-dropdown {
  margin-left: auto;
  width: 100%;
  max-width: 32rem;
}
@media(max-width:991.98px) {
  .sec-page-head .title-outer {
    gap: 1.6rem;
    flex-wrap: wrap;
  }
  .title-dropdown {
    max-width: 100%;
  }
}