.cards {
  border: 1px solid #B0B0B0;
  border-radius: 5px;
  width: 100%;
}

.card-img {
  width: 100%;
}

.card-title {
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 700;
  color: #505050;
}

.card-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #828282;
}

@media (min-width: 576px) {
  .card-img {
    width: 19.4%;
  }
  .card-content {
    text-align: left;
    width: 100%;
  }
  .cards {
    border: 1px solid #B0B0B0;
    width: 46%;
  }
  .card-title {
    font-weight: 600;
  }
}

.amazing-place-section {
  margin: 0 0 6rem;
}

.amazing-place-section .amazing-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.amazing-place-section .amazing-img-container .amazing-img {
  width: 50%;
  margin: 0;
}

.amazing-place-section .amazing-text {
  width: 80%;
  text-align: center;
  margin: 3rem auto;
  color: #505050;
  letter-spacing: 1%;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}

@media (min-width: 576px) {
  .amazing-place-section .amazing-text {
    font-size: calc(1.38888889vw + 20px);
  }
}

@media (min-width: 1440px) {
  .amazing-place-section .amazing-text {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .amazing-place-section .amazing-text {
    line-height: calc(1.96759259vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .amazing-place-section .amazing-text {
    line-height: 55px;
  }
}

@media screen and (max-width: 576px) {
  .amazing-place-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .amazing-place-section {
    margin: 6rem 0;
  }
  .amazing-place-section .amazing-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .amazing-place-section .amazing-flex .amazing-img-container {
    width: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
  }
  .amazing-place-section .amazing-flex .amazing-img-container .amazing-img {
    width: 33%;
  }
  .amazing-place-section .amazing-flex .amazing-text {
    width: 43%;
    margin-left: 0;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .amazing-place-section {
    margin: 10rem 0;
  }
}

@media screen and (min-width: 1400px) {
  .amazing-place-section {
    margin: 12rem 0;
  }
}

.mfg-landing-section {
  background-image: url("/images/manufacturing-page-images/manufacturing-page-banner-mob.png");
  background-position: center;
  background-size: cover;
  position: relative;
  aspect-ratio: 3 / 4;
}

.mfg-landing-section .mfg-header-heading {
  color: white;
  font-weight: 600;
  position: absolute;
  bottom: 80px;
  width: 80%;
  letter-spacing: 2%;
  font-size: 30px;
  line-height: 45px;
}

@media (min-width: 576px) {
  .mfg-landing-section .mfg-header-heading {
    font-size: calc(2.89351852vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .mfg-landing-section .mfg-header-heading {
    font-size: 55px;
  }
}

@media (min-width: 576px) {
  .mfg-landing-section .mfg-header-heading {
    line-height: calc(3.47222222vw + 25px);
  }
}

@media (min-width: 1440px) {
  .mfg-landing-section .mfg-header-heading {
    line-height: 75px;
  }
}

@media screen and (min-width: 768px) {
  .mfg-landing-section {
    background-image: url("/images/manufacturing-page-images/manufacturing-page-banner.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    aspect-ratio: 32 / 13;
  }
  .mfg-landing-section .mfg-header-heading {
    position: relative;
    bottom: 75px;
    width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .mfg-landing-section {
    background-image: url("/images/manufacturing-page-images/manufacturing-page-banner.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mfg-landing-section .mfg-header-heading {
    position: static;
    width: 60%;
  }
}

.img-bg {
  background-color: #0F243F;
  height: 370px;
  width: 370px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.sustainable-future-section {
  margin: auto;
  padding: 7rem 0;
}

.sustainable-future-section .sus-img-div {
  width: 100%;
}

.sustainable-future-section .sus-text {
  margin-top: 3rem;
}

.sustainable-future-section .sus-text .sus-mfg {
  color: #FF7B23;
  line-height: 44px;
  letter-spacing: 2%;
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 576px) {
  .sustainable-future-section .sus-text .sus-mfg {
    font-size: calc(0.46296296vw + 15.33333333px);
  }
}

@media (min-width: 1440px) {
  .sustainable-future-section .sus-text .sus-mfg {
    font-size: 22px;
  }
}

.sustainable-future-section .sus-text .sus-heading {
  color: #505050;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

@media (min-width: 576px) {
  .sustainable-future-section .sus-text .sus-heading {
    font-size: calc(1.15740741vw + 18.33333333px);
  }
}

@media (min-width: 1440px) {
  .sustainable-future-section .sus-text .sus-heading {
    font-size: 35px;
  }
}

@media (min-width: 576px) {
  .sustainable-future-section .sus-text .sus-heading {
    line-height: calc(1.73611111vw + 20px);
  }
}

@media (min-width: 1440px) {
  .sustainable-future-section .sus-text .sus-heading {
    line-height: 45px;
  }
}

.sustainable-future-section .sus-text .sus-para {
  font-size: 16px;
  line-height: 28px;
  margin-top: 1rem;
  color: #505050;
  font-weight: 400;
  letter-spacing: 2%;
}

@media (min-width: 576px) {
  .sustainable-future-section .sus-text .sus-para {
    font-size: calc(0.23148148vw + 14.66666667px);
  }
}

@media (min-width: 1440px) {
  .sustainable-future-section .sus-text .sus-para {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .sustainable-future-section .sus-text .sus-para {
    line-height: calc(0.23148148vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .sustainable-future-section .sus-text .sus-para {
    line-height: 30px;
  }
}

@media screen and (min-width: 576px) {
  .sustainable-future-section .sus-text {
    margin-top: 2.5rem;
  }
  .sustainable-future-section .sus-text .sus-para {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .sustainable-future-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .sustainable-future-section .sus-img-div {
    width: 45%;
    position: absolute;
    right: 0;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sustainable-future-section .sus-img-div .sustainable-img {
    width: 100%;
    padding-right: 70px;
  }
  .sustainable-future-section .sus-text {
    width: 45%;
  }
}

@media screen and (min-width: 992px) {
  .sustainable-future-section .sus-img {
    height: 500px;
  }
}

@media screen and (min-width: 1200px) {
  .sustainable-future-section {
    padding: 12rem 0;
  }
  .sustainable-future-section .sus-img {
    height: 500px;
  }
}

.green {
  background-color: #D0FFCE;
}

.purple {
  background-color: #FFDDDF;
}

.blue {
  background-color: #D1F7FF;
}

.brown {
  background-color: #FFF2D1;
}

.mfg-benefits-section {
  margin-bottom: 8rem;
}

.mfg-benefits-section .mfg-benefits {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  color: #505050;
}

.mfg-benefits-section .mfg-benefits-heading {
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  font-weight: 600;
  color: #505050;
}

@media (min-width: 576px) {
  .mfg-benefits-section .mfg-benefits-heading {
    font-size: calc(1.38888889vw + 20px);
  }
}

@media (min-width: 1440px) {
  .mfg-benefits-section .mfg-benefits-heading {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .mfg-benefits-section .mfg-benefits-heading {
    line-height: calc(1.96759259vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .mfg-benefits-section .mfg-benefits-heading {
    line-height: 55px;
  }
}

.mfg-benefits-section .cards-container {
  margin: 2rem 0;
}

.mfg-benefits-section .cards-container .mfg-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FF7B23;
  border-radius: 5px;
  margin: 2rem 0;
  padding: 2rem 1rem;
  text-align: center;
}

.mfg-benefits-section .cards-container .mfg-card .mfg-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  border-radius: 50%;
  padding: 1rem;
  height: 100px;
  width: 100px;
}

.mfg-benefits-section .cards-container .mfg-card .mfg-card-text .mfg-card-heading {
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 700;
  color: #0F0F0F;
  margin-bottom: 1rem;
}

.mfg-benefits-section .cards-container .mfg-card .mfg-card-text .mfg-card-para {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -1%;
  font-weight: 400;
  color: #505050;
}

.my-slider .slider {
  width: 50%;
  margin: 100px auto;
}

.my-slider .slick-slide {
  margin: 0px 20px;
}

.my-slider .slick-slide img {
  width: 100%;
}

.my-slider .slick-prev:before,
.my-slider .slick-next:before {
  display: none;
}

.my-slider .slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.my-style-for-dots .slick-dots {
  bottom: 0;
  text-align: left;
  left: 35px !important;
}

@media screen and (min-width: 768px) {
  .mfg-benefits-section .cards-container .mfg-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mfg-benefits-section .cards-container .mfg-card-row .mfg-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
    padding-top: 3rem;
    margin: 1rem;
  }
  .mfg-benefits-section .cards-container .mfg-card-row .mfg-card .mfg-card-icon {
    height: 100px;
    width: 100px;
  }
  .mfg-benefits-section .cards-container .mfg-card-row .mfg-card .mfg-card-text {
    width: 90%;
  }
  .mfg-benefits-section .cards-container .mfg-card-row .mfg-card .mfg-card-text .mfg-card-para {
    width: 95%;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .mfg-benefits-section .cards-container .mfg-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mfg-benefits-section .cards-container .mfg-card-row .mfg-card {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
    padding-top: 3rem;
    margin: 1rem;
  }
  .mfg-benefits-section .cards-container .mfg-card-row .mfg-card .mfg-card-icon {
    width: 20%;
    height: 70px;
    width: 70px;
  }
  .mfg-benefits-section .cards-container .mfg-card-row .mfg-card .mfg-card-text {
    width: 70%;
  }
  .mfg-benefits-section .cards-container .mfg-card-row .mfg-card .mfg-card-text .mfg-card-para {
    width: 95%;
    margin-top: 1rem;
  }
}

.mfg-quote-section {
  background-image: url("/images/manufacturing-page-images/mfg-quote-bg-mobile.png");
  background-position: center;
  background-size: cover;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 3rem 0;
}

.mfg-quote-section .mfg-quote-text {
  color: white;
  font-weight: 600;
  width: 99%;
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 576px) {
  .mfg-quote-section .mfg-quote-text {
    font-size: calc(1.38888889vw + 20px);
  }
}

@media (min-width: 1440px) {
  .mfg-quote-section .mfg-quote-text {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .mfg-quote-section .mfg-quote-text {
    line-height: calc(2.19907407vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .mfg-quote-section .mfg-quote-text {
    line-height: 55px;
  }
}

.mfg-quote-section .mfg-quote-rir {
  color: #FFCF25;
  font-weight: 500;
  letter-spacing: 2%;
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 576px) {
  .mfg-quote-section .mfg-quote-rir {
    font-size: calc(0.23148148vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .mfg-quote-section .mfg-quote-rir {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .mfg-quote-section .mfg-quote-rir {
    line-height: calc(0.46296296vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .mfg-quote-section .mfg-quote-rir {
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .mfg-quote-section {
    background-image: url("/images/manufacturing-page-images/mfg-quote-bg-web.png");
    background-position: center;
    background-size: cover;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5rem 0;
  }
  .mfg-quote-section .mfg-quote-text {
    width: 85%;
  }
}

@media screen and (min-width: 992px) {
  .mfg-quote-section {
    padding: 8rem 0;
  }
}

@media (max-width: 768px) {
  .amazing-place-section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.info-layout-section {
  padding: 0 0 100px;
}

.info-layout-section .section-layout {
  padding-top: 100px;
}

.info-layout-section .section-layout .section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-layout-section .section-layout .section-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .info-layout-section .section-layout .section-content {
    width: 50%;
  }
}

.info-layout-section .section-layout .section-image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .info-layout-section .section-layout .section-image {
    width: 40%;
  }
}

.info-layout-section .section-layout .section-image img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  display: block;
}

.info-layout-section .section-layout .section-content {
  padding: 1.5rem 0;
}

.info-layout-section .section-layout .section-content .tagline {
  font-weight: 500;
  margin-bottom: 1rem;
  display: inline-block;
  color: #0F243F;
  font-size: 12px;
}

@media (min-width: 576px) {
  .info-layout-section .section-layout .section-content .tagline {
    font-size: calc(0.23148148vw + 10.66666667px);
  }
}

@media (min-width: 1440px) {
  .info-layout-section .section-layout .section-content .tagline {
    font-size: 14px;
  }
}

.info-layout-section .section-layout .section-content h2 {
  font-weight: 500;
  margin-bottom: 30px;
  color: #0F243F;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 576px) {
  .info-layout-section .section-layout .section-content h2 {
    font-size: calc(1.15740741vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .info-layout-section .section-layout .section-content h2 {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .info-layout-section .section-layout .section-content h2 {
    line-height: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .info-layout-section .section-layout .section-content h2 {
    line-height: 40px;
  }
}

.info-layout-section .section-layout .section-content p {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}

@media (min-width: 576px) {
  .info-layout-section .section-layout .section-content p {
    line-height: calc(0.23148148vw + 22.66666667px);
  }
}

@media (min-width: 1440px) {
  .info-layout-section .section-layout .section-content p {
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .info-layout-section .section-layout.layout-reversed .section-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .info-layout-section .section-layout.layout-reversed .section-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.rir-benefits-section {
  background-color: #17BEFF;
  padding: 100px 0;
  margin-bottom: 125px;
  font-family: "Gilroy", sans-serif;
}

.rir-benefits-section .rir-benefits-section-wrapper .mfg-benefits {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

.rir-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 576px) {
  .rir-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
    font-size: calc(0.23148148vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .rir-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .rir-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
    line-height: calc(0.23148148vw + 36.66666667px);
  }
}

@media (min-width: 1440px) {
  .rir-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
    line-height: 40px;
  }
}

.rir-benefits-section .rir-benefits-section-wrapper .cards-container {
  margin: 2rem 0;
}

.rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #001A3B;
  margin: 2rem 0;
  padding: 2rem 1rem;
  text-align: center;
}

.rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card .mfg-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card .mfg-card-text .mfg-card-heading {
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

.rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card .mfg-card-text .mfg-card-para {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -1%;
  font-weight: 400;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
    padding-top: 3rem;
  }
  .rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card .mfg-card-text {
    width: 90%;
  }
  .rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card .mfg-card-text .mfg-card-para {
    width: 95%;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
    padding-top: 3rem;
  }
  .rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card .mfg-card-text {
    width: 70%;
  }
  .rir-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card .mfg-card-text .mfg-card-para {
    width: 95%;
    margin-top: 1rem;
  }
}
