* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body {
  font-family: popins;
}

.financial-planner {
  display: flex;
  align-items: center;
  padding: 64px 0;
  background-color: #f2fff7;
  margin-top: 78px;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.card-icon-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-icon-title p {
  font: normal normal 500 12px/1 "Poppins";
  color: #987b32;
  border-radius: 4px;
  background: rgba(243, 194, 68, 0.16);
  padding: 4px 12px;
}
.left-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* align-self: stretch; */
  gap: 60px;
}
.left-content h1 {
  font-size: 48px;
  font-weight: 500 !important;
  font-family: "Poppins";
}

.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.story-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.logo-text {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #1a1a1a;
}

.user-profiles {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.profile-tag {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  color: #10110d;
}

.profile-images {
  display: flex;
  align-items: center;
}

.profile-images img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -10px;
}

.profile-images img:first-child {
  margin-left: 0;
}
.profile-card {
  display: grid;
  gap: 4px;
}
.beginner-tag {
  color: #049939;
  color: #049939;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.user-center-title {
  font: normal normal 500 32px/160% "Poppins";
  color: #040404;
  text-align: center;
  margin-top: 32px;
}
.user-center {
  text-align: center;
}
.right-content {
  flex: 1;
  position: relative;
}

.phone-mockup {
  position: relative;
  /* right: -120px;
  width: 648px; */
}

/* Services Section Styles */
.services-section {
  background-image: url("../new-img/oneInsure-money-case-study/section2.png");
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  background-size: contain;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(46, 125, 50, 0.1), transparent 60%), radial-gradient(circle at bottom left, rgba(46, 125, 50, 0.1), transparent 60%);
  pointer-events: none;
}

.services-grid {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.service-card {
  border-radius: 4px;
  border-left: 4px solid #00d64b;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
  padding: 16px 24px;
  text-align: left;
}

.service-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-card h3 {
  color: #040404;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}

.service-card p {
  color: rgba(4, 4, 4, 0.8);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.compension-image,
.building-aida-img img,
.robinhood-card-img img {
  width: 100%;
}
.building-aida-img {
  margin-top: 56px;
  padding-right: 120px;
}
.bussiness-optimization {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.we-are-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .service-card {
    padding: 1.5rem;
  }
}

/* Accessibility Section Styles */
.accessibility-section {
  min-height: 484px;
  background-image: url("../new-img/oneInsure-money-case-study/accommodate.webp");
  background-position: 100% 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.information-img img {
  width: 100%;
}

.transforming-section {
  background-image: url("../new-img/oneInsure-money-case-study/Information-Architecture.png");
}

.accessibility-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 214, 75, 0.15), transparent 70%);
  border-radius: 50%;
}

.accessibility-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 214, 75, 0.15), transparent 70%);
  border-radius: 50%;
}

.accessibility-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.accessibility-content h2 {
  font: normal normal 500 48px/160% "Poppins";
  color: #fff;
  text-align: center;
}

.user-circles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.user-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

.user-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-circle.center-circle {
  width: 80px;
  height: 80px;
  border-color: #00d64b;
}

.user-circle:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .user-circles {
    gap: 1rem;
  }

  .user-circle {
    width: 50px;
    height: 50px;
  }

  .user-circle.center-circle {
    width: 70px;
    height: 70px;
  }
}

/* Characteristics Section Styles */
.characteristics-section {
  padding: 80px 0;
  /* background: #fff; */
  background-image: url("../new-img/oneInsure-money-case-study/characteristic.webp");
  /* background-position: 100% 100%; */
}

.characteristics-header {
  max-width: 812px;
  margin: 0 auto;
  text-align: center;
}

.defineating-header {
  max-width: 997px;
  margin: 0 auto 4rem;
  text-align: center;
}
.defineating-header .section-subtitle {
  color: #10110d;
}
.defineating-header h2 {
  font: normal normal 500 32px/160% "Poppins";
  color: #10110d;
  text-align: center;
}
.comprehension-header {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.comprehension-header h2 {
  font: normal normal 500 32px/160% "Poppins";
  color: #040404;
}

.transform-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.characteristics-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
}
.building-with-aida-section .characteristics-grid {
  grid-template-columns: 2fr 1fr;
}
.building-with-aida-section.bg-gray {
  background: #f3f5f1;
}
.we-are-grid {
}
.transorm-right-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
  padding: 0 0 0 1rem;
}

.transform-left-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  /* padding: 0 1rem; */
}
.moscow-img {
  padding-top: 48px;
}

.moscow-img {
  max-width: 1200px;
  margin: 0 auto;
}
.characteristic-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 16px 24px;
}
.aida-left-card h2 {
  font: normal normal 500 32px/160% "Poppins";
  color: #040404;
}
.aida-left-card p {
  width: 386px;
  font: normal normal 500 20px/160% "Poppins";
  color: rgba(4, 4, 4, 0.8);
}
.we-are-card {
  padding: 16px 0;
  max-width: 387px;
}
.we-are-card h2 {
  font: normal normal 500 32px/160% "Poppins";
  color: #10110d;
}

.transform-sub-right-card {
  border-radius: 4px;
  border: 1px solid rgba(229, 231, 224, 0.2);
  background: #f3f5f1;
  padding: 0.8rem;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
  height: fit-content;
}
.transform-sub-right-card h3 {
  font-size: 1rem;
  color: #040404;
  margin-bottom: 1rem;
}
.moscow-img img {
  width: 100%;
}
.transform-sub-card h2 {
  font: normal normal 500 32px/160% "Poppins";
  color: #040404;
  max-width: 551px;
}
.transform-sub-card.sm-title p {
  font: normal normal 500 20px/160% "Poppins";
  color: rgba(4, 4, 4, 0.8);
}
.characteristics-last-card {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
.characteristic-full {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 16px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.transform-sub-right-card .card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.transform-sub-right-card p {
  font: normal normal 500 16px/160% "Poppins";
  color: #040404;
}
.card-icon {
  width: 48px;
  height: 48px;
  /* margin-bottom: 1.5rem; */
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.characteristic-card h3,
.characteristic-full h3 {
  font: normal normal 500 20px/160% "Poppins";
  color: #040404;
  margin-bottom: 1rem;
  margin-top: 8px;
}

.characteristic-card ul,
.characteristic-full ul {
  list-style-type: disc !important;
  padding-left: 1.5rem !important;
}

.characteristic-card li,
.characteristic-full li {
  font: normal normal 500 16px/160% "Poppins";
  color: rgba(4, 4, 4, 0.8);
  /* margin-bottom: 0.5rem; */
  /* padding-left: 1.5rem; */
  position: relative;
}

/* .characteristic-card li::before {
  content: "•";
  color: #00d64b;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
} */

@media (max-width: 768px) {
  .characteristics-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

/* AIDA Section Styles */
.aida-section {
  padding: 80px 0;
  color: white;
  max-width: 1200px;
  margin: 0 auto;
}

.aida-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.aida-card {
  text-align: left;
  padding: 1.5rem;
  background-image: url("../new-img/oneInsure-money-case-study/custom-fit-card.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.aida-card h3 {
  font: normal normal 500 48px/160% "Poppins";
  color: rgba(0, 214, 75, 0.8);
  margin-bottom: 12px;
  position: relative;
}
.aida-card h3::before {
  content: "";
  filter: blur(4px);
}
.aida-card h4 {
  font: normal normal 500 20px/160% "Poppins";
  color: #fff;
}

.aida-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.aida-section .content-wrapper {
  margin-top: 48px;
}

/* Strategy Section Styles */
.strategy-section,
.comprehension-section,
.priortise-section,
.building-with-aida-section,
.robinhood-revolutionize-section {
  padding: 80px 0;
  background: #fff;
}
.MoSCoW-section {
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
}
.building-with-aida-section {
  /* max-width: 1200px;
    margin: 0 auto;  */
}
.building-with-aida-content {
  max-width: 1200px;
  margin: 0 auto;
}
.transforming-section {
  padding: 80px 0 32px 0;
}

.we-are-now-section {
  background-image: url("../new-img/oneInsure-money-case-study/we-are-here.webp");
  min-height: 800px;
  background-size: cover;
  display: flex;
  align-items: self-end;
  padding-bottom: 80px;
}

.robinhood-revolutionize-section h3,
.robinhood-revolutionize-section h5 {
  color: #fff;
}
.robinhood-revolutionize-section {
  background-image: url("../new-img/oneInsure-money-case-study/revolutionize-bg.webp");
}

.priortise-section {
  background-image: url("../new-img/oneInsure-money-case-study/prioritize.webp");
  background-position: 100% 100%;
  background-size: cover;
  min-height: 484px;
}
.priortise-heading {
  max-width: 735px;
}

.strategy-content {
  flex: 1;
}
.strategy-content img {
  max-width: 600px;
  width: 100%;
}

.strategy-content h3 {
  font: normal normal 500 32px/160% "Poppins";
  color: #10110d;
}

.strategy-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(4, 4, 4, 0.8);
  max-width: 600px;
}

.strategy-right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.strategy-right-content ul {
  list-style-type: disc !important;
}
.strategy-right-content ul li {
  font: normal normal 500 20px/160% "Poppins";
  color: #2b2b2b;
}
.comprehension-section {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.comprehension-section .strategy-content h2 {
  font: normal normal 500 32px/160% "Poppins";
  color: #040404;
  text-align: center;
}
.ensure-right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.priortise-section h2 {
  font: normal normal 500 48px/160% "Poppins";
  color: #fff;
  max-width: 788px;
}
.ensure-right-content h2 {
  font: normal normal 500 32px/160% "Poppins";
  color: #040404;
  margin-bottom: 24px;
}

.sub-strategy {
  font: normal normal 500 20px/160% "Poppins";
  color: rgba(4, 4, 4, 0.8);
}

.strategy-illustration {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .aida-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .strategy-content p {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .aida-grid {
    grid-template-columns: 1fr;
  }
}

.phone-screen {
  width: 100%;
  height: auto;
}

.green-dots {
  position: absolute;
  top: -20px;
  right: -20px;
  display: flex;
  gap: 0.5rem;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #2e7d32;
  border-radius: 50%;
  opacity: 0.6;
}

/* Transform Section Styles */
.transform-section {
  background-image: url("../new-img/oneInsure-money-case-study/transforming-bg.webp");
  color: #fff;
  min-height: 484px;
  background-position: 100%;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.transform-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(0, 214, 75, 0.1), transparent 50%), radial-gradient(circle at bottom left, rgba(0, 214, 75, 0.1), transparent 50%);
  pointer-events: none;
}

.transform-section .content-wrapper {
  position: relative;
  z-index: 1;
}

.transform-content {
  flex: 1;
}

.transform-content h2 {
  font: normal normal 500 48px/1.2 "Poppins";
  color: #fff;
}

.transform-stats {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00d64b;
}

.stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.transform-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transform-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .transform-section .content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .transform-content h1 {
    font-size: 2.5rem;
  }

  .transform-stats {
    justify-content: center;
    flex-wrap: wrap;
  }

  .stat-item {
    text-align: center;
    min-width: 120px;
  }
  .compension-image-wrapper,
  .information-img {
    width: 100%;
    overflow-x: auto;
  }
  .compension-image-wrapper .compension-image,
  .information-img img {
    min-width: 1200px;
  }
}

/* Challenges Section Styles */
.challenges-section {
  padding: 80px 2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}

.challenges-section .content-wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.challenges-content {
  flex: 1;
}

.section-subtitle {
  font: normal normal 500 16px/1.4 "Poppins";
  color: #049939;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.challenges-content h2 {
  font: normal normal 500 32px/160% "Poppins";
  color: #10110d;
}

.statistics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.stat-card {
  padding: 24px;
  text-align: left;
  border-radius: 16px;
  border: 1px solid #d1e5e0;
  background: #f2fff7;
}

.stat-card h3 {
  font: normal normal 500 48px/110% "Poppins";
  color: #049939;
  margin-bottom: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.stat-card h3 .stat-card-img {
  margin-right: -24px;
}

.stat-card p {
  font: normal normal 500 16px/140% "Poppins";
  color: #10110d;
}

.challenges-image {
  flex: 1;
  display: flex;
  justify-content: end;
}

.challenges-image img {
  max-width: 100%;
  height: auto;
}

/* Business Optimization Section */
.optimization-section {
  max-width: 1200px;
  margin: auto;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.transforming-grid {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.understanding-client-grid.transforming-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  margin-bottom: 32px;
}
.designing-req-section {
  background-image: url("../new-img/oneInsure-money-case-study/designing-req.webp");
  background-size: cover;
  background-position: 100%;
  min-height: 484px;
  display: flex;
  align-items: center;
}
.characteristics-header h2 {
  font: normal normal 500 48px/160% "Poppins";
  color: #fff;
  text-align: center;
}

.transforming-insight-section {
  padding-bottom: 80px;
}

.designing-req-section img {
  width: 100%;
}
.understanding-client-grid .approach-card {
  background: #ffffff;
}
.approach-card {
  background: #f3f5f1;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;

  border-radius: 4px;
  border: 1px solid rgba(229, 231, 224, 0.2);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
}

.check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.approach-card p {
  font: normal normal 500 16px/160% "Poppins";
  color: #10110d;
}

@media (max-width: 1024px) {
  .statistics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .challenges-section .content-wrapper {
    flex-direction: row;
    gap: 8px;
  }

  .challenges-content h2 {
    font-size: 1.75rem;
  }

  .statistics-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .user-profiles {
    justify-content: center;
  }

  h1 {
    font-size: 2rem;
  }
}

@media (max-width: 1200px) {
  .phone-mockup {
    right: auto;
  }
  section {
    padding: 80px 20px !important;
  }
  .transform-section {
    min-height: auto;
  }
  .accessibility-section {
    min-height: auto;
  }
  .services-grid,
  .transforming-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .stat-card h3 .stat-card-img {
    width: 40%;
  }
  .transform-section .content-wrapper {
    align-items: baseline;
  }
  .comprehension-section {
    padding-top: 20px !important;
  }
  .priortise-section .content-wrapper {
    text-align: left;
  }
  .transform-container {
    align-items: baseline;
  }
}

@media (max-width: 768px) {
  section {
    padding: 40px 20px !important;
  }
  .financial-planner .content-wrapper {
    flex-direction: column-reverse;
    gap: 8px !important;
  }
  .left-content h1 {
    font-size: 24px;
    text-align: left;
    padding: 0;
  }
  .financial-planner {
    flex-direction: column;
    align-items: baseline;
  }
  .phone-mockup {
    width: 100%;
  }
  .user-profiles {
    justify-content: center;
    flex-direction: column;
    align-items: baseline;
    margin-top: 20px;
    gap: 12px;
  }
  .beginner-tag {
    text-align: left;
  }
  .services-grid,
  .transforming-grid {
    grid-template-columns: auto;
  }
  .challenges-image {
    flex: none;
  }
  .challenges-image img {
    width: 122px;
  }
  .challenges-content h2 {
    font: normal normal 500 20px / 160% "Poppins";
    text-align: left;
  }
  .section-subtitle {
    text-align: left;
  }
  .challenges-section {
    gap: 24px;
  }
  .transform-section {
    background-image: url(../new-img/oneInsure-money-case-study/transforming-bg-mobile.svg);
    background-size: cover;
    background-position: 100%;
    min-height: 540px;
  }
  .transform-section .content-wrapper {
    align-items: center;
  }
  .transform-content h2 {
    font: normal normal 500 32px / 1.4 "Poppins";
  }
  .aida-grid {
    gap: 24px;
  }
  .aida-card {
    padding: 24px;
    margin: -8px;
  }
  .aida-section .content-wrapper {
    text-align: left;
    margin-top: 24px;
    gap: 20px;
  }
  .strategy-content h3 {
    font: normal normal 500 20px / 160% "Poppins";
    color: #10110d;
  }
  .strategy-right-content {
    padding-left: 24px;
  }
  .strategy-right-content ul li {
    font: normal normal 500 16px / 160% "Poppins";
  }
  .defineating-header h2 {
    font: normal normal 500 20px / 160% "Poppins";
  }
  .accessibility-content h2 {
    font: normal normal 500 28px / 160% "Poppins";
  }
  .defineating-header {
    margin-bottom: 16px;
  }
  .characteristics-grid {
    gap: 12px;
  }
  .accessibility-section {
    background-size: cover;
  }
  .ensure-right-content h2 {
    font: normal normal 500 20px / 160% "Poppins";
    text-align: left;
    margin-bottom: 16px;
  }
  .sub-strategy {
    font: normal normal 500 16px / 160% "Poppins";
    text-align: left;
  }
  .comprehension-section .strategy-content h2 {
    font: normal normal 500 20px / 160% "Poppins";
    text-align: left;
  }
  .priortise-section {
    background-position: 95%;
    background-size: cover;
    min-height: 458px;
  }
  .priortise-section h2 {
    font: normal normal 500 24px / 160% "Poppins";
    max-width: 788px;
  }
  .transform-container {
    align-items: baseline;
    grid-template-columns: auto;
  }
  .transform-sub-card h2 {
    font: normal normal 500 20px / 160% "Poppins";
    max-width: 100%;
  }
  .transform-left-grid {
    gap: 16px;
  }
  .transform-sub-card.sm-title p {
    font: normal normal 500 16px / 140% "Poppins";
  }
  .transorm-right-grid {
    padding: 0;
    margin-top: 16px;
    gap: 20px;
  }
  .transform-sub-right-card {
    padding: 12px;
  }
  .section-subtitle {
    margin-bottom: 16px;
  }
  .comprehension-header h2 {
    font: normal normal 500 20px / 160% "Poppins";
    text-align: left;
  }
  .transforming-grid {
    margin-top: 24px;
    gap: 12px;
  }
  .designing-req-section {
    background-image: url(../new-img/oneInsure-money-case-study/designing-req-mobil.png);
    background-size: contain;
    min-height: 484px;
    display: flex;
    align-items: center;
  }
  .characteristics-header h2 {
    font: normal normal 500 32px / 160% "Poppins";
  }
  .building-with-aida-section .characteristics-grid {
    grid-template-columns: auto;
  }
  .aida-left-card p {
    width: 100%;
    font: normal normal 500 16px / 160% "Poppins";
  }
  .aida-left-card h2 {
    font: normal normal 500 20px / 160% "Poppins";
  }
  .building-aida-img {
    margin-top: 24px;
    padding: 0;
  }
  .understanding-client-grid.transforming-grid {
    margin-top: 24px;
    grid-template-columns: 1fr !important;
    margin-bottom: 24px;
  }
  .user-center-title {
    font: normal normal 500 20px / 160% "Poppins";
    margin-top: 24px;
  }
  .building-with-aida-section.bg-gray {
    padding-top: 20px;
  }
  .characteristics-grid {
    flex-direction: column;
  }
  .robinhood-revolutionize-section .aida-left-card {
    width: 100% !important;
  }
  .robinhood-revolutionize-section .aida-left-card h2 {
    font: normal normal 500 24px / 160% "Poppins";
  }
  .robinhood-revolutionize-section .characteristics-grid {
    gap: 24px;
  }
  .we-are-card h2 {
    font: normal normal 500 24px / 160% "Poppins";
    color: #10110d;
  }
  .we-are-card {
    padding: 0;
  }
  .story-ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .services-section {
    background-image: url(../new-img/oneInsure-money-case-study/section2-mobile.svg);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    min-height: 528px;
    display: flex;
    align-items: flex-end;
    background-size: 100%;
    background-position: top;
    padding-top: 170px !important;
    background-repeat: no-repeat;
    background-color: var(--Brand-Black, #10110d);
  }
  .services-section .services-grid {
    gap: 12px;
  }
  .services-section .services-grid .service-card {
    padding: 16px;
  }
  .service-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .MoSCoW-section {
    padding: 40px 0;
  }
  .we-are-now-section {
    min-height: 640px;
  }
}

.moscow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 48px;
  position: relative;
}
.moscow__list::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  z-index: 999;
}

.moscow__list .moscow__column {
  border: 0.638px solid rgba(229, 231, 224, 0.2);
  background: #f3f5f1;
  border-radius: 12px;
  padding: 16px;
  flex: 1 1 300px;
  min-width: 280px;
}
.moscow__list .moscow__multi__row {
  flex: 1 1 300px;
  min-width: 280px;
}
.moscow__multi__row .moscow__column:first-child {
  margin-bottom: 20px;
}

.moscow__list .moscow__title {
  font: normal normal 600 16px/160% "Poppins";
  color: #10110d;
  align-items: center;
  position: relative;
  gap: 8px;
  display: flex;
  padding-left: 12px;
  margin-bottom: 20px;
  z-index: 99;
}

.moscow__list .moscow__title::before {
  content: "";
  display: flex;
  width: 4px;
  height: 100%;
  background-color: #00c264;
  margin-right: 12px;
  border-radius: 2px;
  position: absolute;
  left: 0;
}

.moscow__list .moscow__highlight {
  background-color: #f2fff7;
  padding: 8px;
  border-radius: 10px;
  font: normal normal 500 10px/160% "Poppins";
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: #049939;
}

.moscow__list .moscow__highlight::before {
  content: url(../new-img/oneInsure-money-case-study/edit-masco.svg);
  margin-right: 10px;
}

.moscow__list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.moscow__list ul li {
  font: normal normal 500 10px/160% "Poppins";
  color: #10110d;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
}

.moscow__list ul li::before {
  content: "○";
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #1e1e1e;
}

.moscow__list .moscow__muted {
  opacity: 0.3;
}
