.udemy-div-wrapper {
  background-color: #121212 !important;
}

.udemy-div {
  background-color: #121212 !important;
  padding: 64px 16px !important;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.udemy-div span {
  color: #24cbe9;
  padding: 4px 10px;
  border-radius: 100000px;
  font-size: 11px;
  font-weight: 550;
  background-color: #043741;
  border: 1px solid #157f92;
}

.udemy-div h2 {
  color: #f5f5f5;
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  letter-spacing: -1px;
}

.udemy-div p {
  color: #d1d1d6;
  max-width: 700px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0px;
}

.udemy-div p strong {
  color: #f5f5f5;
  font-weight: 600;
}

.udemy-div a {
  padding: 10px 20px;
  border-radius: 100000px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.udemy-div a:nth-of-type(1) {
  background-color: #0097b2;
  color: #ffffff;
}

.udemy-div a:nth-of-type(1):hover {
  background-color: #007f96;
  color: #ffffff;
}

.udemy-div a:nth-of-type(2) {
  border: 1px solid #343434;
  background-color: #282828;
  color: #ffffff;
}

.udemy-div a:nth-of-type(2):hover {
  background-color: #343434;
  color: #ffffff;
}

.udemy-div .udemy-cover {
  margin-top: 64px !important;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.udemy-div .udemy-cover img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* tablet */
@media screen and (min-width: 768px) {
  .udemy-div {
    padding: 96px 16px !important;
  }
  .udemy-div h2 {
    margin-top: 32px;
    font-size: 32px;
  }
  .udemy-div p {
    font-size: 16px;
    line-height: 1.6;
  }
  .udemy-div .udemy-cover {
    margin-top: 96px !important;
  }
}

/* desktop */
@media screen and (min-width: 1280px) {
  .udemy-div {
    padding: 128px 16px !important;
  }
  .udemy-div .udemy-cover {
    margin-top: 128px !important;
  }
}
