.section-our-commitment {
  position: relative;
  width: 100%;
  height: auto;
}

.section-our-commitment img {
  width: 100%;
  height: auto;
  display: block;
}

.text-our-commitment {
  position: absolute;
  top: 30%;
  right: 120px;
  transform: translateY(-50%);
  width: 393px;
  z-index: 2;
}

.text-our-commitment h2 {
  margin: 0;
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 600;
  color: #0058B8;
}

.text-our-commitment p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #1E1E1E;
  text-align: justify;
}

@media (max-width: 1024px) {
  .text-our-commitment {
    right: 60px;
  }
}

@media (max-width: 768px) {
  .section-our-commitment {
    margin-top: 60px;
  }

  .section-our-commitment img {
    height: 600px;
    object-fit: cover;
    object-position: right;
  }

  .text-our-commitment h2, 
  .text-our-commitment p {
    text-shadow: 0 3px 6px rgba(255, 255, 255, 0.6);
  }

  .text-our-commitment {
    top: 30%;
    right: 30px;
    width: 320px;
  }
}


@media (max-width: 480px) {
  .section-our-commitment {
    margin-top: 120px;
  }

  .section-our-commitment img {
    height: 400px;
  }

  .text-our-commitment {
    top: 20%;
    width: 260px;
  }

  .text-our-commitment h2 {
    font-size: 22px;
  }

  .text-our-commitment p {
    font-size: 16px;
  }
}
