.teacher__training__schedule__section .heading__block {
  margin-bottom: 32px;
}
.teacher__training__schedule__section .title {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.teacher__training__schedule__section .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
.teacher__training__schedule__section .grid__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.daily__schedule__wrapper {
  padding: 44px;
  border-radius: 20px;
  background-color: #004246;
}
.daily__schedule__wrapper h4 {
  color: rgb(45 248 197 / 1);
  margin-bottom: 24px;
  font-size: 20px;
}
.daily__schedule__wrapper .time__block {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #013437;
  border: 1px solid rgba(51, 181, 51, 0);
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 12px;
}
.daily__schedule__wrapper .time__block:hover {
  background-color: rgba(1, 52, 55, 0.5);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(1, 52, 55, 1);
}
.daily__schedule__wrapper .time__block svg {
  width: 20px;
}
.daily__schedule__wrapper .time__block p {
  font-size: 15px;
  color: #fff;
  font-family: "Manrope", sans-serif;
}
.daily__schedule__wrapper .time__block p span {
  color: #c9c186;
  font-weight: 500;
  display: block;
  padding-bottom: 8px;
}

.teacher__training__schedule__section .image img {
  width: 100%;
}

/* teacher training courses section starts */
.ttc__section .heading__block {
  margin-bottom: 32px;
}
.ttc__section .heading__block h3 {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.ttc__section .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
.ttc__section .grid__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.ttc__section .grid__row .yttc__card {
  border-radius: 10px;
  display: grid;
  grid-template-columns: 200px calc(100% - 200px);
  overflow: hidden;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
}
.ttc__section .grid__row .yttc__card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ttc__section .grid__row .yttc__card .card__body {
  padding: 20px;
  position: relative;
}
.ttc__section .grid__row .yttc__card .card__body .tupleNew__ribbon {
  width: 87px;
  height: 18px;
  background: #013437;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, calc(100% - 74px) 50%);
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffd500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12px;
  padding-left: 19px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
  right: 0px;
}
.ttc__section .yttc__card .card__body .progrram__tag {
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 8px 20px;
  border: 1px solid #08726a;
  font-size: 14px;
  color: #08726a;
  width: max-content;
  font-weight: 600;
  margin-bottom: 12px;
}
.ttc__section .yttc__card .card__body .progrram__tag img {
  width: 16px;
  height: 16px;
}
.ttc__section .yttc__card .card__body .title {
  margin-bottom: 12px;
  font-weight: 600;
  text-align: left;
  font-size: 18px;
}
.ttc__section .yttc__card .card__body .details__row {
  display: flex;
  gap: 20px;
  padding-block: 4px 12px;
}
.ttc__section .yttc__card .card__body .details__row p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #091e42;
}
.ttc__section .yttc__card .card__body .details__row p span {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #000;
  margin-bottom: 4px;
}
.ttc__section .yttc__card .card__body .short__des {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  color: #42526e;
  margin-bottom: 20px;
}

.ttc__section .yttc__card .card__body .view__details__block a {
  background: #ffd500;
  color: #000;
  padding: 12px 16px;
  border-radius: 6px;
  min-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  gap: 6px;
  position: relative;
  overflow: hidden;
  width: max-content;
}
/* teacher training courses section ends */
