.find-courses {
  display: flex;
  justify-content: center;
  padding: 40px;
  background: #f5f5f5;
}

.find-courses-wrapper {
  position: relative;  
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 1160px;
  min-height: 220px;
  background: #1a1752 url('https://skillgro.websolutionus.com/frontend/img/bg/h7_cta_bg.jpg') center/cover no-repeat;
  border-radius: 15px;
  padding: 0px 25px;

  color: #fff;
  box-shadow: 0 8px 30px rgba(17,12,36,0.15);
  /* overflow: hidden; */
}


.find-courses-wrapper .shape {
  position: absolute;
  top: 0px;
  left: 2px;
  /* width: 240px;
  height: auto; */
  opacity: 0.8;
  pointer-events: none;
}


.find-left img {
  width: 275px;
  height: auto;
  object-fit: contain;
  z-index: 2;
  position: relative;
  padding: -20px;
  padding-bottom: 0px;
}


.find-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #fff;
  z-index: 2;
}

.find-right h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.find-right p {
  font-size: 16px;
  margin: 0;
  color: #e6e6ee;
  max-width: 500px;
}



@media(max-width: 900px) {
  .find-courses-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .find-left img {
    margin-bottom: 0px;
    width: 200px;
    bottom: 0px;
  }
  .find-right p {
    max-width: 100%;
  }
}
