.layout-row {
    max-width: 1580px;
    padding-inline: 22px;
    margin: 0 auto;
  display:flex;
  gap:12px;
}
.layout-row .right_img_col {
    padding: 35px 35px 0;
    border-radius: var(--spacing-4, 32px);
    background: linear-gradient(0deg, rgba(111, 90, 250, 0.10) 0%, rgba(111, 90, 250, 0.10) 100%), #FFF;
}
  .layout-row  img {
    border-radius: 12px;
    border: 1;
}
.layout-row .img-heading {
    position: absolute;
    color: var(--brand, #100052);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    padding: 16px 32px;
    background: #fff;
    top: -20px;
    border-radius: 50px;
    left: 60px;
}
  .layout-column {
	display: flex;
	flex-direction: column;
  }
  
.layout-column-left {
    width: 65%;
    height: auto;
}
  .layout-column-left > img {
    object-fit: cover;
}
  .layout-column-right {
	width: 35%; /* Right column occupies 50% */
	gap: 12px; /* Gap between top and bottom images */
  }
  
  .image-full {
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	object-fit: cover; /* Maintains aspect ratio */
  }
.layout-column-left {
    padding: 12px;
    border-radius: 12px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
  .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 80%;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.10);
}
.video-popup {
    background-color: rgba(0, 0, 0, .9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.video-popup .close-btn {
    background: #552dd3;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: -50px;
    width: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.video-popup_inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow-y: auto;
    padding: 35px 20px;
    width: 100%;
}

.video_innder {
    border-radius: 6px;
    max-width: 1100px;
    position: relative;
    width: 100%;
}
  .image-half {
	width: 100%; /* Full width */
	height: calc(50% - 6px); /* Subtract half the gap for top and bottom images */
	object-fit: cover; /* Maintains aspect ratio */
  }
.layout-column-left>img {
    object-fit: cover;
    height: 100%;
}
.new_how-it-work {
    background: var(--Gray-scale-050, #F6F6F6);
    padding-block: 72px;
    text-align: center;
    padding-inline: 20px;
}

.new_how-it-work h2 {
    color: var(--brand, #100052);
    text-align: center;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new_how-it-work p {
    color: var(--text, #24292F);
    text-align: cent
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 24.3px */
    max-width: 584px;
    margin: auto;
    padding-bottom: 56px;
}
  @media (max-width: 768px) {
	.layout-row {
	  flex-direction: column;
	}
  .new_how-it-work h2 {
    font-size: 24px;
}
    span.bulit--title svg {
    width: 20px;
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding-inline: 2px;
}
	.layout-column-left,
	.layout-column-right {
	  width: 100%; /* Full width on small screens */
	}
    .layout-row .img-heading {
    font-size: 16px;
}
  }
  