.common-Challenge-module {
    position: relative;
    margin-top: 20px;
}
.CommonRow {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
  flex-direction: row-reverse;
}

.commonColmn {
    width: 50%;
}

.boxImg img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 250px !important;!I;!;
}

.boxImg {
    overflow: hidden;
    position: relative;
}
.commonColmn .boxCont h3 {
   font-weight: bold !important;   
  font-family: 'Avenir Book' !important;
      font-size: 22px;
}