#cta_footer {
    background: #242526;
    padding: 100px 0;
}

/* Schedule titles */

#cta_footer .schedule-left-container {
  max-width: 634px;
  gap: 24px;
}

#cta_footer .schedule-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

#cta_footer .schedule-title {
  max-width: 634px;

  font-family: "Margem-medium";
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1px;
  color: #FFFFFF;
  margin-bottom: 0;
}

#cta_footer .schedule-description {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 140%;
  font-weight: 100;

  color: #FFFFFF;
  margin-bottom: 0;
}

#cta_footer .schedule-description strong {
  font-weight: 700;
}

/* Tags */

#cta_footer .tagyoutube {
  background: #FFFFFF;
  color: #000;
  text-transform: uppercase;
  font-family: Margem-bold;
  padding: 2px 10px;
  border-radius: 3px;

  max-width: 144px;
}

#cta_footer .tagyoutube::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #DD303E;
  margin-right: 5px;
}

#cta_footer .tagdiadoevento {
  padding: 4px 10px;
  font-family: Margem-bold;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #DD303E;
  border-radius: 4px;
  color: #fff;

  max-width: fit-content;
}

#cta_footer .schedule {
  gap: 8px;
}

/* Media queries */

@media screen and (max-width: 769px) {

  #cta_footer .schedule-left-container {
    width: 100%;
  }

    #cta_footer .tagdiadoevento {
        width: 100%;
        max-width: 100%;
        text-align: center;
        letter-spacing: 1px;
    }

    #cta_footer .tagyoutube {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-self: center;
    }

    #cta_footer .schedule {
      align-items: center;
      width: 100%;
      justify-content: center;
    }
}
