    .controls {
      position: relative;
    }
    .center_v {
      position: absolute;
      top: 13px;
      left: 10px;
      display: grid;
      align-items: center;
    }

    .info-section {
      padding: 30px 20px;
    }

    .info-text h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .info-text h3 {
      font-size: 22px;
    }

    .info-text p {
      font-size: 16px;
      line-height: 1.6;
    }

    .info-text ul {
      list-style-type: disc;
      margin-left: 20px;
      margin-top: 10px;
    }

    @media (max-width: 768px) {
      .info-text h2 {
        font-size: 24px;
      }

      .info-text h3 {
        font-size: 20px;
      }

      .info-text p {
        font-size: 14px;
      }

      .info-text ul {
        padding-left: 20px;
      }
    }

    

.navbar-dark, .navbar-dark.navbar-horizontal {
background-color: #4B1B45; /*#007bff;*/
}

.table thead th {
background-color: rgb(9, 149, 148);
color: black;
text-align: center;
}
html body.bg-full-screen-image{
  background-color:  purple;/* #FFF; #007bff*/
}
