button,
a {
  cursor: pointer;
  border: none;
}

/* img {
  width: 100%;
  height: 100%;
} */

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;
}

.insurance__floating__icon {
  position: fixed;
  bottom: 2vw;
  right: 3.44vw;
  width: 5.2vw;
  height: 5.2vw;
  z-index: 5;
}
/* ** */

/* *** */
/* INSURENACE HEADER  */
.insurance-header {
  display: flex;
  column-gap: 9.69vw;
  justify-content: space-between;
  padding-inline: 3.28vw;
  padding-block: 1.51vw;
}

.insurance-header .insurance-header__logo {
  width: 13.91vw;
  height: 3.33vw;
}

.insurance-header .insurance-header__nav {
  display: flex;
  column-gap: 1.2vw;
  flex-grow: 1;
}

.insurance-header__nav__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.68vw;
  padding-right: 0.47vw;
  padding-left: 1.56vw;
  border-radius: 5.21vw;
  height: 3.39vw;
  background: #d0d0d0;
  text-wrap: nowrap;
}

.insurance-header__nav__button:nth-child(1) {
  background-color: #2b70b8;
}

.insurance-header__nav__button__text {
  color: #000;
  text-align: center;
  font-family: "Gotham";
  font-size: 0.94vw;
  line-height: 1.3vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.insurance-header__nav__button:nth-child(1) .insurance-header__nav__button__text {
  color: #fff;
}

.insurance-header__nav__button__icon {
  display: grid;
  place-content: center;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.insurance-header__nav__button__icon:nth-child(1) {
  background-color: rgba(254, 254, 254, 0.3);
}

.insurance-header__nav__button__icon svg {
  width: 1.2vw;
  height: 1.2vw;
}

.insurance-header .insurance-header__complement {
  display: flex;
  column-gap: 0.63vw;
  width: 13.7vw;
}

.insurance-header__complement__button--language {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.39vw;
  height: 3.39vw;
  border-radius: 5.21vw;
  background: #d0d0d0;
  color: #000;
}

.insurance-header__complement__button--language span:nth-child(1) {
  display: inline-block;
  height: 1.45vw;
  width: 1.45vw;
  text-align: center;
  font-family: "Gotham";
  font-size: 0.94vw;
  line-height: 1.3vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05vw;
  color: #000;
}

.insurance-header__complement__button--language span:nth-child(2) {
  display: inline-block;
  width: 0.57vw;
  height: 1.45vw;
}

.insurance-header__complement__button--language span:nth-child(2) svg {
  width: 0.57vw;
  height: 100%;
}

.insurance-header__complement__button--contact {
  width: 9.69vw;
  height: 3.39vw;
  border-radius: 5.21vw;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "Gotham";
  font-size: 0.94vw;
  line-height: 1.3vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.insurance-header .insurance-header__complement .insurance-header__menu {
  display: none;
}
/* *** */

/* *** */
/* INSURANCE HERO  */
.insurance-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 17.24vw;
  padding-top: 5rem;
}

.insurance-hero .insurance-hero__heading {
  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;
  width: 87.13vw;
  height: 4.11vw;
}

.insurance-hero .insurance-hero__heading span {
  font-weight: 700;
}

.insurance-hero .insurance-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;
}

.insurance-hero__options a:last-child::after {
  content: "Insurance Restoration Specialists";
  color: #2b70b8;
}
/* *** */

/* *** */
/*  INSURANCE SECTION ONE  */
.insurance-section-1 {
  position: relative;
  padding: 4.34vw 8vw 6.66vw;
}

.insurance-section-1 .insurance-section-1__wrapper {
  display: flex;
  column-gap: 2.65vw;
  min-height: 25.2vw;
}

.insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__image {
  width: 46.04vw;
  height: 100%;
}

.insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__image img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  min-height: 25.2vw;
}

.insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content {
  display: grid;
  place-content: center;
  row-gap: 1.56vw;
  position: relative;
  width: 35.2vw;
  min-height: 300px;
  background-color: #2b70b8;
  border-radius: 2.08vw;
}

.insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__paragraph {
  width: 28.95vw;
  color: #fff;
  font-family: "Gotham";
  font-size: 1.56vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: normal;
}

.insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__paragraph:nth-child(2) {
  font-size: 1.04vw;
  width: 28.17vw;
}

.insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__content__icon {
  position: absolute;
  bottom: 1.04vw;
  right: 1.04vw;
  width: 3.125vw;
  height: 3.125vw;
  cursor: pointer;
}

.insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__content__icon svg {
  width: 100%;
  height: 100%;
}
/* *** */

/* *** */
/*  INSURANCE SECTION TWO   */
.insurance-section-2 {
  position: relative;
  padding: 6.92vw 8vw;
  overflow: hidden;
}

.insurance-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;
}

.insurance-section-2 .insurance-section-2__wrapper {
  display: flex;
  column-gap: 5.5vw;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.87vw;
  width: 31.61vw;
  min-height: 100%;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content .insurance-section-2__heading--mobile {
  display: none;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content .insurance-section-2__heading {
  color: #1e1e1e;
  font-family: "Gotham";
  font-size: 4.17vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.17vw;
  text-transform: uppercase;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content .insurance-section-2__heading span {
  font-weight: 500;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content .insurance-section-2__paragraph {
  color: #1e1e1e;
  font-family: "Gotham";
  font-size: 1.04vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 30.4vw;
}

.insurance__button {
  display: block;
  margin-inline: auto;
  margin-top: 0.935vw;
  width: 19.1vw;
  height: 3.38vw;
  border-radius: 5.2vw;
  background: #2b70b8;
  overflow: hidden;
  padding: 0.52vw;
}

.insurance__button__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2.6vw;
  width: 100%;
}

.insurance__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;
}

.insurance__button__wrapper .insurance__button__text::after {
  content: attr(data-text);
}

.insurance__button__icon {
  display: grid;
  place-content: center;
  width: 2.39vw;
  height: 2.39vw;
  border-radius: 100%;
  background-color: rgba(254, 254, 254, 0.3);
}

.insurance__button svg {
  width: 0.9vw;
  height: 0.9vw;
}

.insurance__button--section-3 .insurance__button__wrapper {
  column-gap: 1.35vw;
}

.insurance__button--section-3 .insurance__button__wrapper .insurance__button__text {
  width: 10.78vw;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image {
  position: relative;
  width: 44.32vw;
  height: 38.99vw;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image img {
  width: 44.32vw;
  height: 38.99vw;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__icon {
  position: absolute;
  bottom: 2%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.34vw;
  height: 7.34vw;
  border-radius: 100%;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__icon img {
  width: 4.58vw;
  height: 4.58vw;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__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;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__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;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__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;
}

.insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__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;
}
/* *** */

/* *** */
/*  INSURANCE SECTION THREE   */
.insurance-section-3 {
  padding: 6.92vw 8vw;
}
.insurance-section-3 .insurance-section-3__wrapper {
  display: flex;
  column-gap: 13.28vw;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__image {
  position: relative;
  width: 31.77vw;
  height: 37.6vw;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__image img {
  border-radius: 2.08vw;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__image::before {
  content: "";
  position: absolute;
  top: -3.5vw;
  right: -3vw;
  z-index: -1;
  width: 19.94vw;
  height: 17.91vw;
  background: #2b70b8;
  border-radius: 2.08vw;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__image .insurance-section-3__floating {
  position: absolute;
  bottom: 3vw;
  left: 4.3vw;
  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;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__image .insurance-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;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__image .insurance-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;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__image .insurance-section-3__floating__paragraph {
  color: #fff;
  font-family: "Gotham";
  font-size: 1.12vw;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 400;
  width: 15.1vw;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content {
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__content__image--mobile {
  display: none;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__subheading {
  color: #2d71b8;
  font-family: "Gotham";
  font-size: 1.09vw;
  line-height: 1.2vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__heading {
  width: 38.9vw;
  color: #161616;
  font-family: "Gotham";
  font-size: 4.16vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.84vw;
  text-transform: uppercase;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__heading--mobile {
  display: none;
  color: #161616;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurace-section-3__list__wrapper {
  display: flex;
  column-gap: 3.59vw;
  width: 38.9vw;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__list {
  padding-left: 2vw;
  margin: 2.24vw 0 3.28vw 0;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__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: outside;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__list li::marker {
  font-size: 0.8em;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__list__left {
  width: 17.65vw;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__highlight {
  position: relative;
  width: 10.83vw;
  height: 10.83vw;
  background-color: #2b70b8;
  border-radius: 100%;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__highlight img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.16vw;
  height: 9.16vw;
  border-radius: 100%;
  z-index: 1;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__highlight__floating {
  position: absolute;
  top: 0;
  left: 8.75vw;
  display: grid;
  place-content: center;
  width: 30.83vw;
  height: 10.57vw;
  background-color: #2b70b8;
  border-radius: 6.4vw;
}

.insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__highlight__floating p {
  width: 23.17vw;
  color: #fff;
  font-family: "Gotham";
  font-size: 1.04vw;
  line-height: 1.5vw;
  font-style: normal;
  font-weight: 400;
}
/* *** */

/* *** */
/* START RESPONSIVE  */
/*   GLOBAL SLIDER  AND FIXED*/
@media screen and (max-width: 1023px) {
  .insurance__floating__icon {
    display: none;
  }

  .global-slider {
    column-gap: 12.31vw;
    height: 11.79vw;
  }

  .global-slider span {
    font-size: 4.27vw;
    line-height: 4.27vw;
  }
}

/* HEADER  */
@media screen and (max-width: 1023px) {
  .insurance-header {
    display: flex;
    justify-content: space-between;
    padding-left: 3.07vw;
    padding-right: 3.5vw;
    padding-top: 4.61vw;
  }

  .insurance-header .insurance-header__logo {
    width: 37.17vw;
    height: 8.97vw;
  }

  .insurance-header .insurance-header__nav {
    display: none;
  }

  .insurance-header .insurance-header__complement {
    display: flex;
    column-gap: 0;
    width: auto;
  }

  .insurance-header__complement__button--language {
    display: none;
  }

  .insurance-header__complement__button--contact {
    display: none;
  }

  .insurance-header .insurance-header__complement .insurance-header__menu {
    display: block;
    width: 7.18vw;
    height: 7.18vw;
  }

  .insurance-header .insurance-header__complement .insurance-header__menu svg {
    width: 100%;
    height: 100%;
  }

  /*  FLOATING ICON  */
  .why__floating__icon {
    display: none;
  }
}

/* HERO  */
@media screen and (max-width: 1023px) {
  .insurance-hero {
    row-gap: 5.13vw;
    height: auto;
    padding: 7rem 0 9.23vw 0;
  }

  .insurance-hero .insurance-hero__heading {
    text-align: center;
    font-size: 8.97vw;
    line-height: normal;
    text-wrap: wrap;
    width: 100%;
    height: 32.31vw;
  }

  .insurance-hero .insurance-hero__heading span {
    font-weight: 700;
  }

  .insurance-hero .insurance-hero__options {
    column-gap: 3.85vw;
    margin-top: 0;
    font-size: 5.12vw;
  }

  .insurance-hero__options a:last-child::after {
    content: "Insurance";
  }
}

/* SECTION ONE  */
@media screen and (max-width: 1023px) {
  .insurance-section-1 {
    padding: 12.17vw 3.85vw 20.77vw 3.85vw;
  }

  .insurance-section-1 .insurance-section-1__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 4.87vw;
    column-gap: 0;
    min-height: auto;
  }

  .insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__image {
    width: 100%;
    height: 51.79vw;
  }

  .insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__image img {
    width: 100%;
    height: 100%;
  }

  .insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content {
    padding: 8.46vw 7.18vw 16.41vw 8.46vw;
    row-gap: 4.87vw;
    width: 100%;
    min-height: 300px;
    border-radius: 5.13vw;
  }

  .insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__paragraph,
  .insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__paragraph:nth-child(2) {
    width: 75.89vw;
    font-size: 4.1vw;
  }

  .insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__paragraph:nth-child(1) {
    font-weight: 700;
  }

  .insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__paragraph:nth-child(2) {
    font-weight: 400;
    color: #f5f5f5;
  }

  .insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__content__icon {
    bottom: 3.59vw;
    right: 3.59vw;
    width: 7.69vw;
    height: 7.69vw;
    cursor: pointer;
  }

  .insurance-section-1 .insurance-section-1__wrapper .insurance-section-1__content .insurance-section-1__content__icon svg {
    width: 100%;
    height: 100%;
  }
}

/* SECION TWO  */
@media screen and (max-width: 1023px) {
  .insurance-section-2 {
    padding: 15.9vw 3.85vw 16.41vw 3.85vw;
  }

  .insurance-section-2 .insurance-section-2__wrapper {
    flex-direction: column-reverse;
    column-gap: 0;
    row-gap: 14.36vw;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 4.1vw;
    width: 100%;
    min-height: 100%;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content .insurance-section-2__heading {
    display: none;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content .insurance-section-2__heading--mobile {
    display: block;
    color: #000;
    font-family: "Gotham";
    font-size: 8.21vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: normal;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content .insurance-section-2__heading--mobile span {
    font-weight: 700;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__content .insurance-section-2__paragraph {
    font-size: 4.1vw;
    width: 92.56vw;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image {
    width: 100%;
    height: 81.28vw;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image img {
    width: 92.3vw;
    height: 81.28vw;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__icon {
    width: 15.3vw;
    height: 15.3vw;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__icon img {
    width: 9.54vw;
    height: 9.54vw;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__floating {
    bottom: 5.64vw;
    right: 5.64vw;
    gap: 1.4vw;
    width: 40.46vw;
    height: 18.65vw;
    border-radius: 2.8vw;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__floating::after {
    top: 1.5vw;
    right: 1.5vw;
    width: 1.3vw;
    height: 1.3vw;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__floating__heading {
    font-size: 2.33vw;
    min-width: 17.18vw;
    line-height: normal;
  }

  .insurance-section-2 .insurance-section-2__wrapper .insurance-section-2__image .insurance-section-2__floating__paragraph {
    font-size: 2.33vw;
    width: 31.45vw;
  }
}

/* BUTTON  */
@media screen and (max-width: 1023px) {
  .insurance__button {
    width: 51.02vw;
    height: 13.59vw;
    border-radius: 8.97vw;
    padding: 2.05vw;
    margin-top: 2.8vw;
  }

  .insurance__button__wrapper {
    column-gap: 3.59vw;
  }

  .insurance__button__text {
    font-size: 4.1vw;
    line-height: 6.41vw;
    height: 6.41vw;
  }

  .insurance__button__wrapper .insurance__button__text::after {
    content: attr(data-text-mobile);
  }

  .insurance__button__icon {
    display: grid;
    place-content: center;
    width: 9.74vw;
    height: 9.74vw;
    border-radius: 100%;
    background-color: rgba(254, 254, 254, 0.3);
  }

  .insurance__button svg {
    width: 3.85vw;
    height: 3.85vw;
  }
}

/* SECTION THREE   */
@media screen and (max-width: 1023px) {
  .insurance-section-3 {
    padding: 10.77vw 2.05vw 22.82vw 3.85vw;
  }

  .insurance-section-3 .insurance-section-3__wrapper {
    flex-direction: column;
    column-gap: 0;
    row-gap: 8.97vw;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__image {
    display: none;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content {
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__content__image--mobile {
    display: block;
    position: relative;
    width: 85.38vw;
    height: 98.02vw;
    transform: scaleX(-1);
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__content__image--mobile img {
    border-radius: 2.56vw;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__content__image--mobile::before {
    content: "";
    position: absolute;
    top: -7.36vw;
    left: -6.66vw;
    z-index: -1;
    width: 52.05vw;
    height: 46.66vw;
    background: #2b70b8;
    border-radius: 2.56vw;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__subheading {
    font-size: 4.1vw;
    line-height: 110%;
    font-weight: 500;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__heading {
    display: none;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__heading--mobile {
    display: block;
    font-size: 8.21vw;
    font-weight: 400;
    line-height: normal;
    margin-block: 2.56vw 16.34vw;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurace-section-3__list__wrapper {
    display: block;
    column-gap: 0;
    width: 100%;
    margin-block: 8.97vw;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__list {
    padding-left: 2vw;
    margin: 0;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__list li {
    font-size: 4.1vw;
    line-height: normal;
    letter-spacing: 0.04vw;
    opacity: 0.6;
    list-style-position: inside;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__list__left {
    width: 100%;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__highlight {
    width: 100%;
    height: 30vw;
    border-radius: 31.54vw;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__highlight img {
    display: none;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__highlight__floating {
    top: 0;
    left: 0;
    width: 94.1vw;
    height: 100%;
    border-radius: 31.54vw;
  }

  .insurance-section-3 .insurance-section-3__wrapper .insurance-section-3__content .insurance-section-3__highlight__floating p {
    width: 81.02vw;
    height: 13.85vw;
    font-size: 4.1vw;
    line-height: normal;
  }
}
