.commitments-sec .commitments-sec-row{
  display: flex;
  gap: 45px;
}
.commitments-img-col{
  border-radius: 12px;
  overflow: hidden;
  min-width: 30.5%;
  max-width: 30.5%;
}
.commitments-img-col img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commitments-text-col{
  display: flex;
  flex-direction: column;
}
.commitments-text-top{
  padding-bottom: 40px;
  margin-bottom: 128px;
  position: relative;
}
.commitments-text-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; /* border thickness */
  background: linear-gradient(90deg, rgba(0, 7, 135, 0.2) 0%, rgba(0, 7, 135, 0) 112.96%);
}
.commitments-text-top h3{
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 40px;
}
.commitments-text-top h4{
  color: rgba(6, 5, 52, 1);
  margin-bottom: 0;
  letter-spacing: 0;
}
.commitments-text-bottom{
  margin-top: auto;
}
.commitments-text-bottom, .commitments-text-bottom p{
  color:rgba(83, 83, 102, 0.85);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.commitments-text-bottom strong, .commitments-text-bottom p strong{
  color: #160B8B;
  font-weight: 700;
}
.commitments-text-bottom p {
  margin-bottom: 32px;
}
.commitments-text-bottom p:last-child{
  margin-bottom: 0px !important;
}


@media (max-width: 1199px) {
  .commitments-img-col {
    min-width: 35%;
    max-width: 35%;
  }
  .commitments-text-top {
    margin-bottom: 40px;
  }
  .commitments-text-bottom p {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .commitments-sec .commitments-sec-row {
    flex-direction: column;
  }
  .commitments-img-col {
    min-width: 100%;
    max-width: 100%;
    height: 39vw;
  }
}

@media (max-width: 767px) {
  .commitments-sec .commitments-sec-row {
    gap: 24px;
  }
  .commitments-img-col {
    min-width: 100%;
    max-width: 100%;
    height: 39vw;
  }
  .commitments-text-top h3 {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 14px;
  }
  .commitments-text-top h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .commitments-text-top {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .commitments-text-bottom, .commitments-text-bottom p {
    font-size: 14px;
    line-height: 20px;
  }
}
