@media screen and (max-width: 767px) {
  .top_logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .top_heading h1 {
    text-align: center;
    font-size: 25px;
  }
  .descriptions {
    margin-top: 20px;
  }
  .section_heading .heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .accordion_flex {
    flex-wrap: wrap;
  }
  .verticle_tabs .tab-content {
    width: 100%;
  }
  .verticle_tabs .flex-column {
    width: 100%;
    flex-direction: inherit !important;
    gap: 5px;
    margin: 0 0 15px 0 !important;
  }
  .accordion_flex .nav-pills .nav-link {
    width: auto;
    font-size: 13px;
  }
  .table {
    font-size: 13px;
  }
  .section {
    padding: 35px 0px;
  }
}
@media screen and (max-width: 575px) {
  .top_logo img {
    width: 70%;
  }
  .top_heading h1 {
    text-align: center;
    font-size: 20px;
  }
  .section_heading .heading {
    font-size: 22px;
  }
  .line {
    background-color: #ffa800;
    height: 5px;
    width: 75px;
  }
}
