.bottom-pane-wrapper {
  padding: 80px 0px;
  background: #1D2939;
}
.bottom-pane-wrapper .page-center {
  padding: 0 32px;
  align-items: center;
  gap: 10px;
  display: flex;
  justify-content: space-between;
}
.bottom-pane-wrapper .hs-lft h6 {
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #E9D7FE;
  margin: 0;
}
.bottom-pane-wrapper .hs-lft h2 {
  letter-spacing: -0.8px;
  font-family: Figtree;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
  margin: 16px 0;
}
.bottom-pane-wrapper .hs-lft p {
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin: 0;
}
.bottom-pane-wrapper .button_apply_now {
  border-radius: 9999px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #1D2939;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
  cursor: pointer;
}
.bottom-pane-wrapper .button_apply_now:hover{
  background: #dcdfea;
}
.bottom-pane-wrapper .button_apply_now:active{
  background: #b9c0d4;
}

@media (max-width: 991px) {
.bottom-pane-wrapper {
    padding: 40px 16px;
}
.bottom-pane-wrapper .page-center {
    padding: 0;
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: center;
    text-align: center;
}
.bottom-pane-wrapper .hs-lft h6 {
    font-size: 16px;
    line-height: 24px;
}
.bottom-pane-wrapper .hs-lft h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 8px 0;
}
.bottom-pane-wrapper .hs-lft p {
    font-size: 16px;
    line-height: 24px;
}
.bottom-pane-wrapper .button_apply_now {
    font-size: 18px;!;
    max-width: 200px;
    width: 100%;
}
.bottom-pane-wrapper .hs-ryt {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
}