

.popu-category-box{
    padding: 1rem 1rem !important;
}
.popu-category-box .popu-category-icon {
    align-content: center;
    width: 100px;
    height: 90px;
    background-color: rgba(118, 109, 244, 0);
}
.d-contents{
    display: contents;
}

.fs-15-17{
  font-size: 17px;
}
.section-title .title {
    font-size: 25px;
}
.section-title p {
  font-size: 14px;
}
.flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.bg-home {
    padding: 200px 0 200px 0;
    background-color: #6055f2;
}

@media (max-width: 992px) {
  .bg-home {
      padding: 100px 0 100px 0;
  }
  .display-5 {
    font-size: calc(1.2rem + 1.8vw);
  }
  .fs-15-17{
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  
  .fst-one .choices[data-type*="select-one"] .choices__inner {
      border-radius: 5px 0px 0px 5px;
  }
}