.book {
  padding: 4rem 0;
}
.book > .row {
  width: calc(100% - 1rem);
  margin: auto;
}
.book .title {
  font-size: 13px;
  color: #008498;
}
.book .subtitle {
  font-size: 30px;
  font-weight: bold;
  color: #3b393a;
   margin: 20px 0;
}
.book .text {
  color: #92918f;
  font-size: 18px;
    margin-bottom: 30px;
}
.schedule {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.schedule .title {
  font-size: 30px;
  color: #3b393a;
  font-weight: bold;
}
.schedule .subtitle {
  color: #92918f;
  font-size: 18px;
}
.schedule .weekly {
  font-size: 18px;
  color: #3b393a;
  font-weight: bold;
}
.schedule .program {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #92918f;
  border-bottom: #92918f 1px solid;
  padding: 0 5px 10px 5px;
  margin-bottom: 10px;
}
.form_container_1741462478 {
  background-color: #eaefed;
  border-radius: 10px;
}
.form_container_1741462478 .mhead{
    text-align:center;
    padding:2rem 0;
}
.form_container_1741462478 .mtitle  {
  color: #3b393a;
  font-size: 20px;
  font-weight: bold;
  margin-bottom:20px;
}
.form_container_1741462478 .row{
    margin: 0 auto;
}
.form button {
  background-color: #038a9d;
  border-radius: 20px;
  padding: 5px 15px;
  color: #ffffff;
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  .book > .row {
    width: calc(100% - 4rem);
  }
  .schedule .title {
    font-size: 35px;
    color: #3b393a;
    font-weight: bold;
  }
}
