button,
a {
  cursor: pointer;
  border: none;
}


a,
ul,
li {
  text-decoration: none;
  color: inherit;
}

/* *** */
/* GLOBAL SLIDER AND FIXED ICON   */
.global-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 3.73vw;
  background-color: black;
  color: white;
  height: 3.65vw;
  overflow: hidden;
}

.global-slider span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 1.3vw;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: #fff;
}

.why__floating__icon {
  position: fixed;
  bottom: 2vw;
  right: 3.44vw;
  width: 5.2vw;
  height: 5.2vw;
  z-index: 5;
}
/* *** */

/* *** */

/* *** */
/*  WHY HERO  */
.why-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  align-items: center;
  height: 17.24vw;
}

.why-hero .why-hero__heading {
  width: 72.44vw;
  height: 4.11vw;
  color: #2b70b8;
  font-family: "Gotham";
  font-size: 4.17vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.17vw;
  text-transform: uppercase;
  text-wrap: nowrap;
}

.why-hero .why-hero__heading span {
  font-weight: 700;
}

.why-hero .why-hero__options {
  display: flex;
  column-gap: 0.78vw;
  margin-top: 0.98vw;
  color: #000;
  font-family: "Gotham";
  font-size: 1.04vw;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
}

.why-hero__options a:last-child::after {
  content: "Why Operation Restoration?";
  color: #2b70b8;
}

/* *** */

/* *** */
/*  WHY SECTION ONE   */
.why-section-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.99vw 5.83vw 6.92vw 5vw;
}

.why-section-1__wrapper {
  height: 100%;
}

.why-section-1 .why-section-1__wrapper .why-section-1__images {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 23.8vw;
}

.why-section-1 .why-section-1__wrapper .why-section-1__images .why-section-1__image:nth-child(1) {
  height: 100%;
  width: 14.5vw;
  overflow: hidden;
  border-radius: 2.08vw;
  margin-right: 2.03vw;
}

.why-section-1 .why-section-1__wrapper .why-section-1__images .why-section-1__image:nth-child(2) {
  width: 21.8vw;
  height: 100%;
  overflow: hidden;
  margin-right: 2.86vw;
  border-radius: 2.08vw;
}

.why-section-1 .why-section-1__wrapper .why-section-1__images .why-section-1__image:nth-child(3) {
  width: 47.81vw;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}

.why-section-1 .why-section-1__wrapper .why-section-1__images .why-section-1__image--mobile {
  display: none;
}

.why-section-1 .why-section-1__wrapper .why-section-1__content {
  display: flex;
  min-height: 50%;
  margin-top: 5vw;
  column-gap: 2.86vw;
}

.why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__heading {
  width: 38.48vw;
  font-family: "Gotham";
  font-size: 4.17vw;
  font-weight: 400;
  line-height: 4.17vw;
  font-style: normal;
  text-transform: uppercase;
  color: #2b70b8;
}

.why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__heading span {
  font-weight: 700;
}

.why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.14vw;
  width: 47.81vw;
}

.why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph {
  color: #000;
  opacity: 0.7;
  font-family: "Gotham";
  font-size: 1.04vw;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  width: 100%;
}

.why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph:nth-child(1)::after,
.why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph:nth-child(2)::after {
  content: attr(data-text);
}

.why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph span {
  opacity: 1;
  font-weight: 500;
}
/* *** */

/* *** */
/*  WHY SECTION TWO   */
.why-section-2 {
  position: relative;
  overflow: hidden;
  padding: 10.7vw 9.5vw 7.13vw 6.66vw;
}

.why-section-2::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/bg-1.png");
  background-size: cover;
  z-index: -1;
}

.why-section-2 .why-section-2__wrapper {
  display: flex;
  column-gap: 13.28vw;
}

.why-section-2 .why-section-2__wrapper .why-section-2__images {
  position: relative;
  width: 31.77vw;
  height: 37.6vw;
}

.why-section-2 .why-section-2__wrapper .why-section-2__images--mobile {
  display: none;
}

.why-section-2 .why-section-2__wrapper .why-section-2__images::before {
  content: "";
  position: absolute;
  top: -2.86vw;
  right: -3.69vw;
  z-index: -1;
  width: 19.94vw;
  height: 17.91vw;
  background: #2b70b8;
  border-radius: 2.08vw;
}

.why-section-2 .why-section-2__wrapper .why-section-2__images img {
  border-radius: 2.08vw;
}

.why-section-2 .why-section-2__wrapper .why-section-2__content {
  width: 50%;
}

.why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__subheading {
  color: #2d71b8;
  font-family: "Gotham";
  font-size: 1.09vw;
  line-height: 1.2vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__heading {
  color: #161616;
  font-family: "Gotham";
  font-size: 4.17vw;
  line-height: 4.8vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2.39vw;
}

.why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__heading span {
  font-weight: 700;
}

.why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__list__wrapper {
  display: flex;
  column-gap: 3.33vw;
}

.why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__list {
  padding-left: 1vw;
}

.why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__list__left {
  min-width: 17.65vw;
}

.why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__list li {
  color: #000;
  font-family: "Open Sans";
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.08vw;
  letter-spacing: 0.013vw;
  list-style-position: inside;
}

.why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__list li::marker {
  font-size: 0.8em;
}
/* *** */

/* *** */
/*  WHY SECTION THREE */
.why-section-3 {
  position: relative;
  padding: 8.28vw 5vw 8.55vw 7.5vw;
  overflow: hidden;
  background: #000000d4;
}

.why-section-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/bg-1.png");
  background-size: cover;
  z-index: -1;
  transform: scaleY(-1);
}

.why-section-3 .why-section-3__wrapper {
  display: flex;
  justify-content: space-between;
}

.why-section-3 .why-section-3__wrapper .why-section-3__content {
  width: 38.85vw;
  margin-top: 5vw;
}

.why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__heading {
  color: white;
  margin-bottom: 3.75vw;
  font-family: "Gotham";
  font-size: 4.17vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.17vw;
  text-transform: uppercase;
}

.why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__heading span {
  font-weight: 500;
}

.why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__paragraph__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.14vw;
}

.why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__paragraph {
  opacity: 0.7;
  color: #fff;
  font-family: "Gotham";
  font-size: 1.04vw;
  font-weight: 400;
  line-height: normal;
  text-wrap: pretty;
  width: 36.6vw;
}

.why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__paragraph::after {
  content: attr(data-text);
}

.why-section-3 .why-section-3__wrapper .why-section-3__images {
  position: relative;
  width: 44.3vw;
  height: 38.99vw;
}

.why-section-3 .why-section-3__wrapper .why-section-3__images .why-section-3__floating {
  position: absolute;
  bottom: 2.69vw;
  right: 2.7vw;
  display: grid;
  place-content: center;
  gap: 0.67vw;
  width: 19.42vw;
  height: 8.95vw;
  border-radius: 1.45vw;
  border: 1px solid #fff;
  background: linear-gradient(180deg, rgba(230, 230, 230, 0.2) 1.47%, rgba(128, 128, 128, 0) 118.66%);
  backdrop-filter: blur(15.550000190734863px);
  z-index: 1;
}

.why-section-3 .why-section-3__wrapper .why-section-3__images .why-section-3__floating::after {
  content: "";
  position: absolute;
  top: 0.88vw;
  right: 0.88vw;
  z-index: -1;
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 100%;
  background-image: url("../assets/images/ellipse.svg");
  background-size: cover;
}

.why-section-3 .why-section-3__wrapper .why-section-3__images .why-section-3__floating .why-section-3__floating__heading {
  color: #fff;
  font-family: "Gotham";
  font-size: 1.12vw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  width: 8.28vw;
  line-height: normal;
}

.why-section-3 .why-section-3__wrapper .why-section-3__images .why-section-3__floating .why-section-3__floating__paragraph {
  color: #fff;
  font-family: "Gotham";
  font-size: calc(1.12vw  * 1.2);
  text-transform: uppercase;
  line-height: normal;
  font-weight: 400;
  width: 15.1vw;
}

.why-section-3 .why-section-3__wrapper .why-section-3__images .why-section-3__icon {
  position: absolute;
  bottom: 3%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.34vw;
  height: 7.34vw;
  border-radius: 100%;
}

.why-section-3 .why-section-3__wrapper .why-section-3__images .why-section-3__icon img {
  width: 4.58vw;
  height: 4.58vw;
}

/* *** */

/* *** */
/*  WHY SECTION FOUR  */
.why-section-4 {
  padding: 5.57vw 6.51vw 6.35vw 5vw;
}

.why-section-4 .why-section-4__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-section-4 .why-section-4__wrapper .why-section-4__images {
  height: 27.55vw;
}

.why-section-4 .why-section-4__wrapper .why-section-4__content {
}

.why-section-4 .why-section-4__wrapper .why-section-4__content .why-section-4__paragraph {
  width: 78.59vw;
  margin: 3.9vw 0 2.86vw 0;
  color: #000;
  font-family: "Gotham";
  text-align: center;
  font-size: calc(2.6vw * 0.8);
  line-height: calc(3.12vw * 0.8);
  font-weight: 400;
  text-transform: uppercase;
}

.why-section-4 .why-section-4__wrapper .why-section-4__content .why-section-4__paragraph span {
  color: #ea2026;
}

.why-section-4 .why-section-4__wrapper .why-section-4__content .why-section-4__button {
  display: block;
  margin-inline: auto;
  width: 19.1vw;
  height: 3.38vw;
  border-radius: 5.2vw;
  background: #2b70b8;
  overflow: hidden;
  padding: 0.52vw;
}

.why-section-4__button__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2.6vw;
  width: 100%;
}

.why-section-4__button__wrapper .why-section-4__button__text {
  color: white;
  text-align: center;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 0.93vw;
  line-height: 1.3vw;
  text-transform: uppercase;
}

.why-section-4__button__wrapper .why-section-4__button__text::after {
  content: attr(data-text);
}

.why-section-4__button__wrapper .why-section-4__button__icon {
  display: grid;
  place-content: center;
  width: 2.39vw;
  height: 2.39vw;
  border-radius: 100%;
  background-color: rgba(254, 254, 254, 0.3);
}

.why-section-4 .why-section-4__wrapper .why-section-4__content .why-section-4__button svg {
  width: 0.9vw;
  height: 0.9vw;
}

/* *** */

.blue-color {
  color: #2b70b8;
}

.blue-background {
  background-color: #2b70b8;
}

.blue-background-opacity {
  background-color: rgba(254, 254, 254, 0.3);
}

/* *** */
/* START RESPONSIVE  */

/* HEADER  */
@media screen and (max-width: 1023px) {
  .why-header {
    display: flex;
    justify-content: space-between;
    padding-left: 3.07vw;
    padding-right: 3.5vw;
    padding-top: 4.61vw;
  }

  .why-header .why-header__logo {
    width: 37.17vw;
    height: 8.97vw;
  }

  .why-header .why-header__nav {
    display: none;
  }

  .why-header .why-header__complement {
    display: flex;
    column-gap: 0;
    width: auto;
  }

  .why-header__complement__button--language {
    display: none;
  }

  .why-header__complement__button--contact {
    display: none;
  }

  .why-header .why-header__complement .why-header__menu {
    display: block;
    width: 7.18vw;
    height: 7.18vw;
  }

  .why-header .why-header__complement .why-header__menu svg {
    width: 100%;
    height: 100%;
  }

  /* START FLOATING ICON  */
  /* *** */
  .why__floating__icon {
    display: none;
  }
  /* *** */
}

/* START WHY HERO  */
@media screen and (max-width: 1023px) {
  .why-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3.58vw;
    height: auto;
    padding: 6rem 0 15.89vw 0;
  }

  .why-hero .why-hero__heading {
    font-size: 8.97vw;
    line-height: normal;
    text-wrap: wrap;
    text-align: center;
    width: 92.56vw;
    height: 21.53vw;
  }

  .why-hero .why-hero__heading span {
    font-weight: 700;
  }

  .why-hero .why-hero__options {
    display: flex;
    column-gap: 3.85vw;
    margin-top: 0;
    color: #000;
    font-family: "Gotham";
    font-size: 5.12vw;
  }

  .why-hero__options a:last-child::after {
    content: "Why OR";
  }
}

/* START GLOBAL SLIDER   */
@media screen and (max-width: 1023px) {
  .global-slider {
    column-gap: 12.31vw;
    height: 11.79vw;
  }

  .global-slider span {
    font-size: 4.27vw;
    line-height: 4.27vw;
  }
}

/* START WHY SECTION ONE   */
@media screen and (max-width: 1023px) {
  .why-section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12.1vw 3.85vw 11.03vw;
  }

  .why-section-1__wrapper {
    height: 100%;
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__images {
    position: relative;
    display: flex;
    height: 51.79vw;
    width: 100%;
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__images .why-section-1__image:nth-child(1),
  .why-section-1 .why-section-1__wrapper .why-section-1__images .why-section-1__image:nth-child(2),
  .why-section-1 .why-section-1__wrapper .why-section-1__images .why-section-1__image:nth-child(3) {
    display: none;
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__images .why-section-1__image--mobile {
    display: block;
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__content {
    display: flex;
    flex-direction: column;
    margin-top: 7.44vw;
    column-gap: 3.59vw;
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__heading {
    width: 92.05vw;
    font-size: 8.21vw;
    line-height: normal;
    margin-bottom: 3.59vw;
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    width: 100%;
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph {
    opacity: 1;
    font-size: 4.1vw;
    width: 100%;
    /* height: 31.02vw; */
    margin-bottom: 4.1vw;
    line-height: normal;
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph:nth-child(1)::after,
  .why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph:nth-child(2)::after {
    content: attr(data-text-mobile);
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph:nth-child(1)::after {
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph:last-child {
    display: none;
  }

  .why-section-1 .why-section-1__wrapper .why-section-1__content .why-section-1__paragraph span {
    opacity: 1;
    font-weight: 500;
  }
}

/* START WHY SECTION TWO   */
@media screen and (max-width: 1023px) {
  .why-section-2 {
    position: relative;
    overflow: hidden;
    padding-left: 3.85vw;
    padding-top: 21.79vw;
    padding-bottom: 12.05vw;
  }

  .why-section-2 .why-section-2__wrapper {
    display: flex;
    flex-direction: column;
    column-gap: 13.28vw;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__images {
    display: none;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__images--mobile {
    position: relative;
    display: block;
    margin-top: 15.38vw;
    margin-bottom: 8.97vw;
    width: 85.38vw;
    height: 98vw;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__images--mobile::before {
    content: "";
    position: absolute;
    top: -6.41vw;
    right: -6.41vw;
    z-index: -1;
    width: 52.05vw;
    height: 46.66vw;
    background: #2b70b8;
    border-radius: 2.08vw;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__images--mobile img {
    border-radius: 2.56vw;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__content {
    width: 100%;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__subheading {
    font-size: 4.1vw;
    line-height: 4.5vw;
    font-weight: 500;
    margin-bottom: 2.56vw;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__heading {
    font-size: 8.21vw;
    line-height: normal;
    margin-bottom: 0;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__heading span {
    font-weight: 700;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__list__wrapper {
    display: block;
    column-gap: 0;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__list {
    min-width: 100%;
    padding-left: 1vw;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__list__left {
    min-width: 100%;
  }

  .why-section-2 .why-section-2__wrapper .why-section-2__content .why-section-2__list li {
    line-height: normal;
    font-size: 4.1vw;
  }
}

/* START WHY SECTION THREE */
@media screen and (max-width: 1023px) {
  .why-section-3 {
    padding: 21.03vw 4.62vw 22.31vw 4.36vw;
  }

  .why-section-3 .why-section-3__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__content {
    width: 100%;
    margin-top: 20vw;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__heading {
    margin-bottom: 12.36vw;
    font-size: 8.21vw;
    line-height: normal;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__heading span {
    font-weight: 700;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__paragraph__wrapper {
    row-gap: 4vw;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__paragraph {
    width: 100%;
    font-size: 4.1vw;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__paragraph:last-child {
    display: none;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__paragraph:nth-child(1)::after,
  .why-section-3 .why-section-3__wrapper .why-section-3__content .why-section-3__paragraph:nth-child(2)::after {
    display: block;

    content: attr(data-text-mobile);
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__images {
    position: relative;
    width: 100%;
    height: 80.09vw;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__images .why-section-3__floating {
    display: none;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__images .why-section-3__icon {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.13vw;
    height: 15.13vw;
    border-radius: 100%;
  }

  .why-section-3 .why-section-3__wrapper .why-section-3__images .why-section-3__icon img {
    width: 9.49vw;
    height: 9.49vw;
  }
}

/* START WHY SECTION FOUR  */
@media screen and (max-width: 1023px) {
  .why-section-4 {
    padding: 20vw 3.85vw 27.17vw 3.85vw;
  }

  .why-section-4 .why-section-4__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .why-section-4 .why-section-4__wrapper .why-section-4__images {
    height: 51.79vw;
  }

  .why-section-4 .why-section-4__wrapper .why-section-4__images img {
    width: 100%;
    border-radius: 2.57vw;
    object-fit: cover;
  }
  .why-section-4 .why-section-4__wrapper .why-section-4__content {
  }

  .why-section-4 .why-section-4__wrapper .why-section-4__content .why-section-4__paragraph {
    width: 92.3vw;
    margin: 7.95vw 0 9.74vw 0;
    text-align: center;
    font-size: calc(5.13vw * 0.8);
    line-height: normal;
  }

  .why-section-4 .why-section-4__wrapper .why-section-4__content .why-section-4__paragraph span {
    color: #ea2026;
  }

  .why-section-4 .why-section-4__wrapper .why-section-4__content .why-section-4__button {
    width: 51.02vw;
    height: 13.59vw;
    border-radius: 8.97vw;
    padding: 2.05vw;
  }

  .why-section-4__button__wrapper {
    column-gap: 3.59vw;
  }

  .why-section-4__button__wrapper .why-section-4__button__text {
    font-size: 4.1vw;
    line-height: 6.41vw;
    height: 6.41vw;
  }

  .why-section-4__button__wrapper .why-section-4__button__text::after {
    content: attr(data-text-mobile);
  }

  .why-section-4__button__wrapper .why-section-4__button__icon {
    display: grid;
    place-content: center;
    width: 9.74vw;
    height: 9.74vw;
    border-radius: 100%;
    background-color: rgba(254, 254, 254, 0.3);
  }

  .why-section-4 .why-section-4__wrapper .why-section-4__content .why-section-4__button svg {
    width: 3.85vw;
    height: 3.85vw;
  }
}
/* *** */
