.section-bc-54 {
  padding: 54px;
  background-color: #F7F7F7;
  border-radius: 12px;

}

.equal-width {
  display: flex;
  gap: 55px;
  justify-content: center;
  flex-wrap: wrap;
}

.equal-width>.equal-child {
  flex: 1 1 0;
  max-width: 585px;
  width: 200px;
}

.center-width {
  max-width: 1021px;
  width: 100%;
  margin: 0px auto;
  padding: 70px 0;
}

.grids-5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 40px;
}

.grids5-items {
  display: flex;
  gap: 30px;
}

.grids5-items img {
  width: 80px;
}

.items-text {
  max-width: 370px;
  width: 100%;
}

.center-div {
  width: 905px;
  margin: 0px auto;
}

 .flex-small
 {
     display:flex;
     gap:32px;
     padding-top:50px;
     position: relative;
        
 }
 
 .list-v1-list{
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 50px;
 }
 
 
 .list-v1-list ul,
 .list-v1-list ol {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
}

 .list-v1-list ul li,
 .list-v1-list ol li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 0;
  font-weight: 400;
  /* font-size: 16px; */
}

.list-v1-list ul li::before,
.list-v1-list ol li::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 23px;
  height: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='23' height='24' viewBox='0 0 23 24' fill='none'><path d='M11.3325 0.664062C5.07244 0.664062 0 5.73876 0 11.9966C0 18.2567 5.07244 23.3291 11.3325 23.3291C17.5903 23.3291 22.665 18.2567 22.665 11.9966C22.665 5.73876 17.5903 0.664062 11.3325 0.664062ZM9.05015 17.443L4.70526 12.7831L6.69299 10.9268L9.11135 13.5197L16.0287 6.55244L17.9598 8.4699L9.05015 17.443Z' fill='%23F7A3D1'/></svg>") no-repeat center;
  background-size: contain;
}

.width-x img {
  /* position: absolute;
    right: 0;
    height: 585px; */
}

.middle-data-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 905px;
  margin: 0 auto;

}

.center-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-small-btn {
  font: 500 18px / 22px "Montserrat";
  padding: 16px;
  border-radius: 5px;
  border-bottom: 0.5px solid #f3bcda;
  background: #e10174;
  color: #fff;
  min-width: 330px;
  display: inline-block;
  text-align: center;
}



@media (max-width: 1023px) {

  .flex-small,
  .equal-width {
    flex-direction: column;
  }

  .center-div,
  .list-v1-list,
  .equal-width>.equal-child {
    width: 100%;
    max-width: 100%;
  }

  .equal-child .frame-hover {
    display: block;
    margin: 0 auto;
  }

  .grids-5 {
    gap: 30px;
    margin-top: 30px;
  }

  .grids5-items {
    gap: 15px;
  }


}

@media (max-width: 767px) {

  .equal-child,
  .advertise-with-u .fs-18-mm,
  .center-list,
  .advertise-with-us .fs-18-m,
  .advertise-with-us .section-sub-title,
  .advertise-with-us {
    font-size: 14px;
  }

  .advertise-with-us .section-sub-title {
    margin-bottom: 24px;
  }

  .equal-width h1.fs-40 {
    text-align: center;
    margin-bottom: 24px;
  }

  .equal-width {

    gap: 32px;

  }

  .grids-5 {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;

  }

  .grids5-items img {
    width: 45px;
    height: 45px;

  }

  .items-text {
    max-width: calc(100% - 61px);
  }

  .items-text .fs-24m {
    font-size: 18px;
    line-height: 21px;
  }

  .flex-small {
    flex-direction: column-reverse;
  }

  .list-v1-list ul,
  .list-v1-list ol {

    gap: 16px;

  }

  .list-v1-list ul li::before,
  .list-v1-list ol li::before {
    top: 1px;
    width: 19px;
    height: 19px;

  }

  .middle-data-list {

    gap: 24px;
    max-width: 100%x;

  }

  .contact-small-btn {
    font: 500 14px / 19px "Montserrat";
    padding: 12px;
  }

  .section-bc-54 {
    padding: 32px 10px;
    border-radius: 0;
  }

  .section-bc-54 {
    padding: 32px 15px;
    border-radius: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .left-title h2 {
    margin-bottom: 15px;
  }

  .info-more-text {
    display: block;
    margin-top: 5px;
  }


}
