.ir-retainer-dont-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 20px 20px;
}

.ir-retainer-dont-container {
  max-width: 1126px;
  margin: 0 auto;
  text-align: center;
}

.ir-retainer-dont-message {
  color:#343741;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  margin: 0;
}


@media (max-width: 768px) {
  .ir-retainer-dont-message {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .ir-retainer-dont-message {
    font-size: 16px;
  }
}


/* 2ns section */
.ir-retainer-benefit-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
}

.ir-retainer-benefit-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ir-retainer-benefit-message {
  color: #00589B;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto';
  margin: 0 0 10px;
  line-height: 1.5;
font-size:16px;
}


@media (max-width: 768px) {
  .ir-retainer-benefit-message {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .ir-retainer-benefit-message {
    font-size: 14px;
  }
}


.benfits-key-incidenet-section {
  max-width: 1440px;
  margin: 0 auto;
  background: #004c97;
    background-image: url(http://209.182.213.100/drupal/sites/default/files/2025-04/mdr-BG-mask2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  border-radius:25px;
  padding: 60px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 1024px 600px;
  background-repeat: no-repeat;
    max-width: 1024px;
    margin:0 auto 110px;
}

.benfits-key-incidenet-container {
  width: 100%;
  max-width: 1126px;
  text-align: center;
}

.benfits-key-incidenet-title {
  color: white;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Roboto';
  margin-bottom: 20px;
}

.benfits-key-incidenet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benfits-key-incidenet-item {
  margin-bottom: 15px;
}

.benfits-key-incidenet-content p {
  color: white;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 400;
  margin: 0;
font-size:16px;
}


@media (max-width: 768px) {
  .benfits-key-incidenet-title {
    font-size: 28px;
  }

  .benfits-key-incidenet-content p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .benfits-key-incidenet-content p {
    font-size: 14px;
  }
}


