.points-notedown {
  display: flex;
  align-items: center;
  gap: 160px;
}
.points-notedown .top-head h2{
  color: #181818;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-bottom:16px;
}
.points-notedown .sub-head h3{
  color: #181818;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px; 
  margin-bottom:36px;
}
.points-notedown .points ul li {
  color: #181818;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  list-style-type: none;
  position:relative;
}
.points-notedown .points ul li span{
  font-weight: 700;
}
.points-notedown .points ul {
  padding-left: 44px;
  margin: 0;
}
.points-notedown .points ul li ul{
  padding-left:30px;
}
.points-notedown .points ul li ul li {
  position: unset;
  list-style-type: disc;
  margin-bottom: 5px;
}
.points-notedown .points-left {
  width: 50%;
}
.points-notedown .right-image {
  width: 36%;
}
.points-notedown .right-image img {
  width: 100%;
  height: 368px;
  border-radius: 16px;
  object-fit:contain;
}
@media (max-width: 992px) {
  .points-notedown {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  .points-notedown .points-left {
    width: 100%;
  }
  .points-notedown .right-image {
    width: 100%;
  }
  .points-notedown .points ul {
    margin: 0;
    padding-left: 35px;
  }
  .points-notedown .top-head h2 {
    font-size: 35px;
    line-height:43px;
  }