.cursos-cn {
    position: relative;
}

.hero-cursos-cn {
    background: var(--Accent95, #f6e9fb);
    position: absolute;
    left: 0px;
    height: 320px;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.hero-cursos-container {
    width: 1140px;
    margin: 0px auto;
}

.cursos-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}


.modal-tk-page {
  margin: 180px 0px;
  display: flex;
  width: 750px;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 10px;
  background: var(--white, #fff);
  box-shadow: 0px 4px 32px 0px rgba(74, 98, 96, 0.18);
}

.modal-tk-page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.modal-tk-page-title h3 {
  color: var(--accent, #761c9b);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "AvenirLTStd";
  font-size: 24px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
}

.modal-tk-page-title p {
  color: var(--text-color, #555);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "AvenirLTStd";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}

.modal-tk-page-details {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--border-color, rgba(0, 0, 0, 0.12));
}

.modal-tk-page-details img {
  border-radius: 8px;
  background: url(<path-to-image>), lightgray 50% / cover no-repeat, #fde8f4;
  box-shadow: 10px 10px 64px 0px rgba(0, 0, 0, 0.1);
  width: 187px;
  height: 121px;
  object-fit: cover;
}

.modal-tk-page-details-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal-tk-page-details-btn a {
  padding: 13px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  background: var(--accent, #761c9b);
  color: var(--ffffff, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "AvenirLTStd";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.modal-tk-page-details-title h4 {
  color: var(--WVI---NEGRO, #000);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "AvenirLTStd";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
}

@media (min-width: 320px) and (max-width: 480px) {
  
  .modal-tk-page-details{
    flex-direction: column;
    padding: 32px;
} 
  .modal-tk-page{
        width: calc(100% - 64px);
  }
  
  .modal-tk-page-details-btn a{
        display: block;
    text-align: center; 
  }
  
  .hero-cursos-container{
    width:100%;
  } 
  }
  
}