

.info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
  flex-flow: column;
}
.classes-image {
    display: flex;
    flex-flow: column;
}
.info-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-list i {
  color: #444;
  font-size: 16px;
}

.classes-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #fff;
  padding: 20px;
  padding-left: 0;
  border-radius: 10px;
  /* font-family: sans-serif; */
  max-width: 900px;
  margin: 10px auto;
  margin-top: 5px;
}

.classes-image img {
  width: 220px;
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid #ccc;
}

.classes-content {
  flex: 1;
  /* display: flex; */
  /* flex-flow: column; */
}

.classes-content .title {
  color: blue;
  margin: 0 0 10px;
  font-size: 22px;
}

.classes-content .info {
  font-size: 14px;
  margin-bottom: 12px;
  gap: 15px;
  align-items: center;
  flex-flow: column;
}

.icon {
  /* margin-right: 5px; */
}

.classes-content .intro {
  font-weight: bold;
  margin-bottom: 10px;
}

.classes-content .description {
  font-size: 15px;
  margin-bottom: 15px;
}

.benefits {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.btn-register {
  text-decoration: none;
  margin-top: 20px;
  /* align-self: anchor-center; */
  display: inline-block;
  padding: 6px 8px;
  text-align: center;
  position: relative;
  border-radius: 7px;
  border: none;
  border-bottom: solid 2px #2C2F42;
  background: #3D405B;
  color: #FFF;
  font-family: "Titillium Web";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-register:hover {
     color: #3D405B;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0px 0px 0px 2px #2C2F42;
  text-decoration: none;
}

.classes-content h3 {
    color: #3B667D;
    text-decoration: none;
    margin-bottom:5px;
}

.services-details-page .right-column .left {
    width: 63.25%;
}

.services-details-page .right-column .right {
    width: calc(35.85% - 75px);
}
.hideForDesktop{
     display: none;
}

  .hideForMobile{
    display: block;
  }

  @media (max-width: 991px) {
    .hideForDesktop{
        display: block;
    }

    .hideForMobile{
        display: none;
    }
  }
@media (max-width: 768px) {
  .classes-row {
    flex-direction: column-reverse;
    align-items: center;
    /* text-align: center; */
  }

  .classes-image img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  .classes-content {
    padding-top: 20px;
  }

  .info-list {
    justify-content: center;
  }

}

.momence_script_class {
    margin: 10px 0;
    margin-bottom: 30px;
}

.momence-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.momence-modal-content {
  background: #fff;
  width: 90%;
  max-width: 960px;
  height: 90%;
  border-radius: 10px;
  position: relative;
  overflow: auto;
   padding: 0; 
}

.momence-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}
