.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;
  }
}

.banner-back-img {
  background-image: url("../images/life_rir_webpp/life-at-rir-mob-hero-img.png");
  height: 641px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-section {
  width: 80%;
  position: absolute;
  bottom: 0%;
}

.banner-section-heading {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #FDDD85;
}

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

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

@media (min-width: 576px) {
  .banner-section-heading {
    line-height: calc(2.31481481vw + 31.66666667px);
  }
}

@media (min-width: 1440px) {
  .banner-section-heading {
    line-height: 65px;
  }
}

.banner-section-header-para {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 0px !important;
}

@media (min-width: 576px) {
  .banner-section-header-para {
    font-size: calc(0vw + 18px);
  }
}

@media (min-width: 1440px) {
  .banner-section-header-para {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .banner-section-header-para {
    line-height: calc(0.46296296vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .banner-section-header-para {
    line-height: 30px;
  }
}

.our-story-main-section {
  padding: 150px 0px 120px 0px;
}

.our-story-img {
  width: 100%;
}

.our-story {
  background-color: #001A3B;
  font-family: "Gilroy", sans-serif;
}

.our-story-heading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #FFF;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-right: 30px;
}

@media (min-width: 576px) {
  .our-story-heading {
    font-size: calc(0vw + 30px);
  }
}

@media (min-width: 1440px) {
  .our-story-heading {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .our-story-heading {
    line-height: calc(0vw + 40px);
  }
}

@media (min-width: 1440px) {
  .our-story-heading {
    line-height: 40px;
  }
}

.our-story-para {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #FFF;
  padding: 0px 30px 30px 30px;
}

@media (min-width: 576px) {
  .our-story-para {
    line-height: calc(0vw + 26px);
  }
}

@media (min-width: 1440px) {
  .our-story-para {
    line-height: 26px;
  }
}

.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(1.38888889vw + 20px);
  }
}

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

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

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

.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;
  border-radius: 5px;
  margin: 1.5rem 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: 59px 70px;
  }
  .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;
  }
}

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

.client-slider .slick-slide img {
  width: auto;
}

.add-padding {
  padding-bottom: 80px !important;
}

.icon-color1 {
  background-color: #D0FFCE !important;
  padding: 9px !important;
}

.icon-color2 {
  background-color: #FFDDDF !important;
  padding: 9px !important;
}

.icon-color3 {
  background-color: #D1F7FF !important;
  padding: 12px !important;
}

.icon-color4 {
  background-color: #FFF2D1 !important;
  padding: 12px !important;
}

.benefits-title-small {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #505050;
}

@media (min-width: 576px) {
  .benefits-title-small {
    font-size: calc(-0.23148148vw + 21.33333333px);
  }
}

@media (min-width: 1440px) {
  .benefits-title-small {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .benefits-title-small {
    line-height: calc(0vw + 30px);
  }
}

@media (min-width: 1440px) {
  .benefits-title-small {
    line-height: 30px;
  }
}

.work-us-back-color {
  padding: 0px 30px 0px 30px;
  position: relative;
}

.row-back-color {
  background-color: #001A3B;
}

.circle-picture {
  background: #fff;
  border-radius: 50%;
  height: auto;
  border-bottom-right-radius: 0%;
  border-top-right-radius: 0%;
  padding-top: 12px;
}

.circle-img-size {
  width: 100%;
}

.padding-bot-work-us {
  padding-top: 20px;
  padding-bottom: 150px;
}

.work-title {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #78B260;
  padding: 20px 40px;
  margin: 80px 0px 60px 0px;
}

@media (min-width: 576px) {
  .work-title {
    font-size: calc(0vw + 20px);
  }
}

@media (min-width: 1440px) {
  .work-title {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .work-title {
    line-height: calc(0vw + 35px);
  }
}

@media (min-width: 1440px) {
  .work-title {
    line-height: 35px;
  }
}

.work-title-div {
  position: absolute;
  top: 1%;
  left: 0%;
  -webkit-transform: translate(6%, -50%);
          transform: translate(6%, -50%);
}

.comon-class-work-heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  letter-spacing: 0.01em;
  color: #fff;
  position: relative;
}

@media (min-width: 576px) {
  .comon-class-work-heading {
    font-size: calc(0vw + 18px);
  }
}

@media (min-width: 1440px) {
  .comon-class-work-heading {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .comon-class-work-heading {
    line-height: calc(0vw + 22px);
  }
}

@media (min-width: 1440px) {
  .comon-class-work-heading {
    line-height: 22px;
  }
}

.comon-class-work-para {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 576px) {
  .comon-class-work-para {
    font-size: calc(0vw + 16px);
  }
}

@media (min-width: 1440px) {
  .comon-class-work-para {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .comon-class-work-para {
    line-height: calc(0vw + 19px);
  }
}

@media (min-width: 1440px) {
  .comon-class-work-para {
    line-height: 19px;
  }
}

.comon-class-work-heading::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 58px;
  left: -11px;
  top: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.comon-class-work-padding {
  padding-bottom: 46px;
}

.work-location {
  padding-right: 5px;
}

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

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

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

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

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

.join-team-back-color {
  background-color: #17BEFF;
  margin-bottom: 132px;
  font-family: "Gilroy", sans-serif;
}

.join-team-back-color .content-heding {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
}

.join-team-back-color .content-para {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.931px;
}

.clientel-content-heding {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  font-style: italic;
  font-family: "Gilroy", sans-serif;
}

@media (min-width: 576px) {
  .clientel-content-heding {
    font-size: calc(0.23148148vw + 12.66666667px);
  }
}

@media (min-width: 1440px) {
  .clientel-content-heding {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .clientel-content-heding {
    line-height: calc(0.69444444vw + 16px);
  }
}

@media (min-width: 1440px) {
  .clientel-content-heding {
    line-height: 26px;
  }
}

.content-heding {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0B0B0B;
  padding-bottom: 15px;
}

@media (min-width: 576px) {
  .content-heding {
    font-size: calc(1.85185185vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .content-heding {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .content-heding {
    line-height: calc(1.85185185vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .content-heding {
    line-height: 50px;
  }
}

.content-para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .content-para {
    font-size: calc(0vw + 16px);
  }
}

@media (min-width: 1440px) {
  .content-para {
    font-size: 16px;
  }
}

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

@media (min-width: 1440px) {
  .content-para {
    line-height: 26px;
  }
}

.content-button {
  background-color: #2E54B2;
  color: #fff;
  padding: 14px 30px 14px 30px;
}

.my-style-dots .slick-dots li button:before {
  font-size: 12px;
  color: #000 !important;
}

@media (min-width: 1024px) {
  .my-style-dots .slick-dots li button:before {
    color: #fff !important;
  }
}

.job-slider {
  position: relative;
}

.job-slider::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 90%;
  height: 100%;
  background: #78B260;
  z-index: -1;
  -webkit-box-shadow: 10px 20px 32px 1px #00000021;
          box-shadow: 10px 20px 32px 1px #00000021;
}

.job-slider .slick-dots {
  bottom: -90px;
  text-align: left;
}

.next-slide-button2 {
  position: absolute;
  right: 30px;
  bottom: -7px;
}

.moment-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 100px;
  padding-top: 20px;
}

.our-best-moment {
  position: relative;
}

.our-best-heding {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #001A3B;
  font-family: "Gilroy", sans-serif;
}

@media (min-width: 576px) {
  .our-best-heding {
    font-size: calc(0vw + 30px);
  }
}

@media (min-width: 1440px) {
  .our-best-heding {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .our-best-heding {
    line-height: calc(1.15740741vw + 38.33333333px);
  }
}

@media (min-width: 1440px) {
  .our-best-heding {
    line-height: 55px;
  }
}

.our-moment-img {
  position: relative;
}

.our-best-add-padding {
  padding-bottom: 150px;
}

.Our-bestmoment-heding {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "Gilroy", sans-serif;
}

@media (min-width: 576px) {
  .Our-bestmoment-heding {
    font-size: calc(0.34722222vw + 18px);
  }
}

@media (min-width: 1440px) {
  .Our-bestmoment-heding {
    font-size: 23px;
  }
}

@media (min-width: 576px) {
  .Our-bestmoment-heding {
    line-height: calc(0vw + 30px);
  }
}

@media (min-width: 1440px) {
  .Our-bestmoment-heding {
    line-height: 30px;
  }
}

.client-section-color {
  margin-bottom: 150px;
  position: relative;
}

.client-section-color::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #091B34;
  height: 78%;
  z-index: -1;
}

.client-cont-padding {
  padding-left: 50px;
}

.svg-img {
  opacity: 0.5;
}

.my-circle {
  -webkit-animation: rotation 8s infinite linear;
          animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.clientel-content {
  padding-top: 85px;
  padding-left: 40px;
  font-family: "Gilroy", sans-serif;
}

.clientel-content-heding {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
}

@media (min-width: 576px) {
  .clientel-content-heding {
    font-size: calc(0vw + 18px);
  }
}

@media (min-width: 1440px) {
  .clientel-content-heding {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .clientel-content-heding {
    line-height: calc(0vw + 28px);
  }
}

@media (min-width: 1440px) {
  .clientel-content-heding {
    line-height: 28px;
  }
}

.clientel-content-name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
}

@media (min-width: 576px) {
  .clientel-content-name {
    font-size: calc(0vw + 22px);
  }
}

@media (min-width: 1440px) {
  .clientel-content-name {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .clientel-content-name {
    line-height: calc(0vw + 32px);
  }
}

@media (min-width: 1440px) {
  .clientel-content-name {
    line-height: 32px;
  }
}

.clientel-content-designation {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
  opacity: 0.5;
}

@media (min-width: 576px) {
  .clientel-content-designation {
    font-size: calc(0vw + 18px);
  }
}

@media (min-width: 1440px) {
  .clientel-content-designation {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .clientel-content-designation {
    line-height: calc(0vw + 26px);
  }
}

@media (min-width: 1440px) {
  .clientel-content-designation {
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .banner-back-img {
    height: 585px;
    background-image: url("../images/life_rir_webpp/life-at-rir-hero-img.png");
  }
}

@media (min-width: 768px) and (max-width: 940px) {
  .our-story-img {
    padding-top: 35px;
  }
  .our-story-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .our-story-back-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .our-story {
    position: relative;
  }
  .our-story::before {
    content: "";
    background-color: #F4F4F4;
    position: absolute;
    width: 111%;
    height: 105%;
    left: -11%;
    top: -5%;
    z-index: -1;
  }
}

@media (min-width: 941px) and (max-width: 1005px) {
  .our-story-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .our-story-back-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .our-story {
    position: relative;
  }
  .our-story::before {
    content: "";
    background-color: #001A3B;
    position: absolute;
    width: 111%;
    height: 105%;
    left: -11%;
    top: -5%;
    z-index: -1;
  }
}

@media (min-width: 1006px) and (max-width: 1900px) {
  .job-slider {
    width: 90%;
  }
  .job-slider::after {
    height: 100%;
    right: -10%;
  }
  .job-slider .slick-dots {
    bottom: 50%;
    -webkit-transform: translate(44%, 50%) rotate(90deg);
            transform: translate(44%, 50%) rotate(90deg);
    right: 0;
    right: -10%;
    text-align: center;
  }
  .next-slide-button2 {
    width: 70%;
    padding-right: 13%;
  }
  .our-story-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .our-story-back-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .our-story {
    position: relative;
  }
  .our-story::before {
    content: "";
    background-color: #001A3B;
    position: absolute;
    width: 111%;
    height: 110%;
    left: -11%;
    top: -10%;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .circle-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .client-section-color::after {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media (min-width: 768px) {
  .banner-section {
    width: 50%;
    bottom: 8%;
  }
  .work-us-padding {
    padding-top: 100px;
    padding-left: 42px;
  }
}

@media (min-width: 1200px) {
  .banner-section {
    width: 40%;
    bottom: 22%;
  }
}

@media (max-width: 768px) {
  .circle-picture {
    background: #fff;
    border-radius: 50%;
    height: auto;
    border-top-right-radius: 0%;
    border-top-left-radius: 0%;
  }
  .work-title-div {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

@media (max-width: 768px) {
  .client-cont-padding {
    padding-left: 0px;
  }
  .clientel-content {
    padding-top: 39px;
  }
}

@media (max-width: 537px) {
  .button-blue-animation {
    width: 51%;
  }
}

@media (max-width: 1050px) {
  .clientel-content {
    padding-top: 10px;
  }
}

@media (min-width: 1650px) {
  .our-story-image {
    display: flow-root;
  }
  .our-story::before {
    content: "";
    width: 113%;
    height: 150%;
    left: -11%;
    top: -10%;
  }
}
