@media (max-width: 768px) {
  .hero::after {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 15.46%,
      rgba(0, 0, 0, 0.45) 64.54%
    );
  }
}
/* Start Solutions Intro */

.sector-solutions__intro {
  padding: 85px var(--sidePadding);
  overflow: hidden;
}

.sector-solutions__intro-wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.sector-solutions__intro-title {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  color: var(--green);
  text-align: center;
  max-width: 666px;
  margin: 0 auto 60px;
  text-transform: uppercase;
}

.sector-solutions__intro-flex {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.sector-solutions__intro-container {
  max-width: 660px;
  width: 100%;
  padding: 40px 0;
}

.sector-solutions__intro-content {
  font-weight: 300;
  font-size: var(--textFontSizeM);
  line-height: 1.2;
  text-align: justify;
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  margin-bottom: 50px;
}

.sector-solutions__intro-content strong {
  font-weight: 500;
}

.sector-solutions__intro-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

.sector-solutions__intro-content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: var(--textFontSizeM);
  font-weight: 300;
  color: var(--grayDark);
  font-family: var(--secondaryFont);
  line-height: 1.2;
  text-align: left;
}

.sector-solutions__intro-content ul li::before {
  --iconColor1: var(--green);
}

.sector-solutions__intro-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  font-weight: 300;
  font-size: var(--textFontSizeM);
  line-height: 1.2;
  text-align: justify;
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  text-transform: uppercase;
}

.sector-solutions__intro-images {
  position: absolute;
  width: 43.87vw;
  max-width: 758px;
  aspect-ratio: 758/716;
  right: -7.52vw;
  margin-top: -3.5vw;
}

.solutions-main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-image: url(../../mask/mask-1.svg);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}

.solutions-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sector-solutions__intro-rounded-image {
  position: absolute;
  width: 14.29vw;
  height: 14.29vw;
  max-width: 247px;
  max-height: 247px;
  border-radius: 50%;
  overflow: hidden;
  top: -40px;
  right: 95px;
  border: calc(0.3vw + 5px) solid var(--green);
  z-index: 1;
}

.sector-solutions__intro-rounded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sector-solutions__intro-rounded-image:first-of-type {
  width: 12.62vw;
  height: 12.62vw;
  max-width: 218px;
  max-height: 218px;
  top: initial;
  bottom: -90px;
  left: 210px;
  border: calc(0.3vw + 5px) solid var(--green);
}

@media (max-width: 1600px) {
  .sector-solutions__intro-images {
    right: -5vw;
  }
}

@media (max-width: 1300px) {
  .sector-solutions__intro-images {
    right: -3.5vw;
  }
}

@media (max-width: 1150px) {
  .sector-solutions__intro-container {
    padding: 0;
  }

  .sector-solutions__intro-flex {
    flex-direction: column-reverse;
    gap: calc(55px + 3.5vw);
  }

  .sector-solutions__intro-container {
    max-width: 100%;
  }

  .sector-solutions__intro-images {
    position: relative;
    right: initial;
    width: 100%;
    max-width: 660px;
  }

  .sector-solutions__intro-rounded-image {
    width: calc(150px + 4.5vw);
    height: calc(150px + 4.5vw);
    top: -30px;
    right: calc(75px + 2vw);
  }

  .sector-solutions__intro-rounded-image:first-of-type {
    width: calc(125px + 3.8vw);
    height: calc(125px + 3.8vw);
    bottom: -50px;
    left: calc(100px + 7vw);
    border: calc(0.3vw + 5px) solid var(--green);
  }
}

@media (max-width: 500px) {
  .sector-solutions__intro {
    padding: 50px var(--sidePadding);
  }
  .sector-solutions__intro-rounded-image {
    width: calc(110px + 4.5vw);
    height: calc(110px + 4.5vw);
    top: -50px;
    right: calc(55px + 2vw);
  }

  .sector-solutions__intro-rounded-image:first-of-type {
    width: calc(95px + 3.5vw);
    height: calc(95px + 3.5vw);
    bottom: -40px;
    left: calc(75px + 5vw);
    border: calc(0.3vw + 5px) solid var(--green);
  }
}

/* End Solutions Intro   */

/* Start Protocols */

.protocols {
  padding: 85px var(--sidePadding);
  position: relative;
  overflow: hidden;
}

.protocols::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: rgba(12, 99, 47, 1);
}

.protocols::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    rgba(203, 213, 11, 0.2) 0.96%,
    rgba(203, 213, 11, 0.2) 34.13%,
    rgba(12, 99, 47, 0.2) 100%
  );
  z-index: -1;
}

.protocols > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: 0.2;
}

.protocols__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.protocols__wrapper h2 {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  color: white;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 25px;
  text-transform: uppercase;
}

.protocols__content {
  font-size: var(--textFontSizeM);
  font-weight: 300;
  color: white;
  text-align: justify;
  font-family: var(--secondaryFont);
  line-height: 1.2;
}

.protocols__content strong {
  font-weight: 700;
}

.protocols__list {
  padding: 0 50px;
}

.protocols__list ul {
  margin: 0 auto;
  display: flex;
  width: calc(100% - 70px);
  gap: 33px;
  padding: 75px 0 150px;
}

.protocols__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.protocols__item:first-of-type:before,
.protocols__item:after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: var(--green3);
  border-radius: 50%;
}

.protocols__item:before {
  left: 0;
  transform: translateX(-40px);
}

.protocols__item:after {
  right: 0;
  transform: translateX(50px);
}

.protocols__item:last-of-type::after {
  transform: translateX(35px);
}

.protocols__item-content {
  position: absolute;
  top: calc(100% + 50px);
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  font-weight: 300;
  color: white;
  text-align: center;
  line-height: 1.33;
  width: 220px;
}

.protocols__item-circle {
  width: calc(130px + 2.9vw);
  height: calc(130px + 2.9vw);
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.protocols__item-circle svg {
  width: calc(65px + 2.02vw);
  height: calc(65px + 2.02vw);
  object-fit: contain;
  --iconColor1: var(--green3);
}

.protocols__item-circle::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid var(--green3);
  z-index: -1;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  bottom: -35px;
}

.protocols__item:nth-child(even) div::after {
  transform: scale(-1);
  bottom: initial;
  top: -35px;
}
.protocols__content--bottom {
  text-align: center;
}
@media (max-width: 1280px) and (min-width: 951px) {
  .protocols__list {
    padding: 0;
  }
  .protocols__item-circle {
    width: calc(80px + 4vw);
    height: calc(80px + 4vw);
  }
  .protocols__item-circle::after {
    clip-path: polygon(0 57.5%, 100% 57.5%, 100% 100%, 0% 100%);
  }
  .protocols__item-circle svg {
    width: calc(40px + 2.5vw);
    height: calc(40px + 2.5vw);
  }
  .protocols__item:first-of-type:before,
  .protocols__item:after {
    width: 64px;
    height: 64px;
  }
  .protocols__item-content {
    width: 180px;
  }
}

@media (max-width: 950px) and (min-width: 451px) {
  .protocols__list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 150px;
  }
  .protocols__item-circle::after {
    max-height: 273px;
  }
}
@media (max-width: 768px) and (min-width: 451px) {
  .protocols {
    padding: 75px var(--sidePadding);
  }
  .protocols__item-circle {
    width: calc(90px + 6vw);
    height: calc(90px + 6vw);
  }
  .protocols__item-circle svg {
    width: calc(40px + 5vw);
    height: calc(40px + 5vw);
  }
  .protocols__item-content {
    width: 190px;
  }
  .protocols__item:first-of-type:before,
  .protocols__item:after {
    width: 60px;
    height: 60px;
  }
  .protocols__item-circle::after {
    max-height: 240px;
  }
}
@media (max-width: 700px) and (min-width: 451px) {
  .protocols__list {
    padding: 0;
  }
  .protocols__item-circle::after {
    max-height: 220px;
  }
}
@media (max-width: 450px) {
  .protocols__list {
    padding: 50px 0;
  }
  .protocols__list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 125px;
    margin: 0;
    padding-left: 38px;
    padding-bottom: 85px;
  }
  .protocols__item-circle::after {
    clip-path: polygon(0 0, 48% 0, 48% 100%, 0% 100%);
    left: -38px;
    bottom: initial;
    max-height: initial;
    width: calc(100% + 115px);
  }
  .protocols__item:nth-child(even) div::after {
    transform: scale(-1);
    bottom: initial;
    top: -50px;
    left: initial;
    right: -30px;
  }
  .protocols__item-content {
    top: 50%;
    left: calc(100% + 35px);
    transform: translateY(-50%);
    margin-left: var(--sidePadding);
    width: 100%;
  }
  .protocols__item {
    width: 50%;
    max-width: initial;
  }
  .protocols__item:last-of-type::after,
  .protocols__item:after {
    right: initial;
    top: calc(100% + 25px);
    left: 50%;
    transform: translateX(-50%);
  }
  .protocols__item:first-of-type:before {
    right: initial;
    bottom: calc(100% + 25px);
    left: 50%;
    transform: translateX(-50%);
  }
  .protocols__item-circle {
    min-width: calc(130px + 2.9vw);
    min-height: calc(130px + 2.9vw);
  }
}
@media (max-width: 378px) {
  .protocols__item-circle {
    width: calc(100px + 2.9vw);
    height: calc(100px + 2.9vw);
    min-width: calc(100px + 2.9vw);
    min-height: calc(100px + 2.9vw);
  }
  
}
/* End Protocols */

/* Start Sectors */

.sectors {
  padding: 150px var(--sidePadding) 205px;
  overflow: hidden;
}

.sectors__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sectors__title {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  color: var(--grayDark);
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  max-width: 508px;
}

.sectors__content {
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
}

.sectors__content strong {
  font-weight: 600;
}

.sectors__main-item {
  padding: 48px 20px 30px;
}

.sectors__wrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  width: 100%;
  gap: 10px;
}

.sectors__wrapper > a {
  display: flex;
  margin: 67px auto 0;
  line-height: 1;
  padding: 15px 30px;
  background: var(--green3);
  border-radius: 30px;
  color: white;
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: var(--textFontSizeM);
  text-transform: uppercase;
  text-align: center;
  transition: 0.1s;
}

.sectors__wrapper > a:hover {
  background: var(--green);
}
.sectors__border-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  --iconColor1: var(--green3);
}
.sectors__border-icon-1 {
  top: 0;
  left: 0;
  transform: translate(calc(-100% - 50px), -40%);
}
.sectors__border-icon-2 {
  top: 0;
  right: 0;
  transform: translate(90%, -55%);
}
.sectors__border-icon-3 {
  bottom: 0;
  left: 0;
  transform: translate(calc(-45%), calc(100% + 30px));
}
.sectors__border-icon-4 {
  bottom: 0;
  right: 0;
  transform: translate(90%, 90%);
}

@media (max-width: 1700px) {
  .sectors__border-icon-1 {
    transform: translate(-50%, -90%);
  }
  .sectors__border-icon-2 {
    transform: translate(40%, -100%);
  }
  .sectors__border-icon-3 {
    transform: translate(calc(-25%), calc(100% + 30px));
  }
  .sectors__border-icon-4 {
    transform: translate(30%, 100%);
  }
}
@media (max-width: 1512px) {
  .sectors__border-icon {
    width: calc(50px + 7vw);
    height: calc(50px + 7vw);
  }
  .sectors__border-icon-1 {
    transform: translate(-10%, -95%);
  }
  .sectors__border-icon-2 {
    transform: translate(15%, -100%);
  }
  .sectors__border-icon-3 {
    transform: translate(-15%, calc(100% + 10px));
  }
  .sectors__border-icon-4 {
    transform: translate(5%, 100%);
  }
}
@media (max-width: 1024px) {
  .sectors {
    padding: 125px var(--sidePadding) 150px;
  }
}
@media (max-width: 768px) {
  .sectors {
    padding: 100px var(--sidePadding) 125px;
  }
}
@media (max-width: 420px) {
  .sectors {
    padding: 85px var(--sidePadding) 100px;
  }
}

/* End Sectors */
.cta-banner {
  margin-bottom: 80px;
}
/* Start Controlled Pests */

.controlled-pests {
  padding: 85px var(--sidePadding);
  overflow: hidden;
}

.controlled-pests__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  position: relative;
}

.controlled-pests__wrapper > img {
  width: 500px;
  height: 674px;
  object-fit: contain;
  position: absolute;
  left: -30px;
  bottom: -83px;
  z-index: -1;
}

.controlled-pests__wrapper h2 {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  color: var(--grayDark);
  max-width: 666px;
  margin: 0 auto 25px;
  text-transform: uppercase;
  text-align: center;
}

.controlled-pests__content {
  font-size: var(--textFontSizeS);
  font-weight: 400;
  color: var(--grayDark);
  font-family: var(--secondaryFont);
  margin-bottom: 65px;
}

.controlled-pests__list {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 18px;
  position: relative;
  z-index: 1;
}

.controlled-pests__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 8px 25px 3px #97979733;
  border-radius: 10px;
  padding: 15px 30px;
}

.controlled-pests__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.controlled-pests__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  --iconColor1: var(--green3);
}

.controlled-pests__info {
  width: 100%;
}

.controlled-pests__name {
  font-size: var(--textFontSizeM);
  font-weight: 600;
  color: var(--green);
  font-family: var(--secondaryFont);
  margin-bottom: 5px;
  display: block;
}

.controlled-pests__types {
  font-size: var(--textFontSizeS);
  font-weight: 400;
  color: var(--grayDark);
  font-family: var(--secondaryFont);
}

@media (max-width: 650px) {
  .controlled-pests__list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .controlled-pests {
    padding: 50px var(--sidePadding);
  }
}

/* End Controlled Pests */

/* Start Business Impact */

.business-impact {
  padding: 85px var(--sidePadding) 0;
  overflow: hidden;
}

.business-impact__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  position: relative;
}

.business-impact__wrapper h2 {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  color: var(--grayDark);
  margin-bottom: 35px;
  text-transform: uppercase;
  text-align: center;
}

.business-impact__flex {
  display: flex;
  position: relative;
  align-items: center;
  padding: 85px 0 85px;
}

.business-impact__content {
  width: calc(20.83vw + 360px);
  max-width: 666px;
  color: var(--grayDark);
  font-size: var(--textFontSizeS);
  font-weight: 400;
  font-family: var(--secondaryFont);
  text-align: justify;
}

.business-impact__image {
  position: absolute;
  width: 42vw;
  max-width: 765px;
  aspect-ratio: 765/419;
  right: -8.28vw;
  mask-image: url(../../mask/mask-2.svg);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-impact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.business-impact__content ul {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.business-impact__content li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.business-impact__content li::before {
  content: "";
  display: block;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4IDE2TDE2IDI4TTE2IDE2TDI4IDI4TTQyIDIyQzQyIDMzLjA0NTcgMzMuMDQ1NyA0MiAyMiA0MkMxMC45NTQzIDQyIDIgMzMuMDQ1NyAyIDIyQzIgMTAuOTU0MyAxMC45NTQzIDIgMjIgMkMzMy4wNDU3IDIgNDIgMTAuOTU0MyA0MiAyMloiIHN0cm9rZT0iIzBDNjMyRiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: var(--green);
  width: var(--sidePadding);
  height: var(--sidePadding);
}

.business-impact__content li span svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  --iconColor1: var(--green);
}

.business-impact__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-impact__cta .button--primary.button--primary-with-phone {
  text-transform: uppercase;
}

@media (max-width: 1550px) {
  .business-impact__image {
    right: -3.28vw;
  }
}

@media (max-width: 900px) {
  .business-impact {
    margin-bottom: 40px;
  }
  .business-impact__flex {
    flex-direction: column-reverse;
    gap: 40px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .business-impact__content {
    width: 100%;
    max-width: 100%;
  }

  .business-impact__image {
    position: initial;
    max-width: 580px;
    width: 100%;
  }
}

/* End Business Impact */

/* Start Prevention */

.prevention {
  padding: 85px var(--sidePadding);
  position: relative;
  overflow: hidden;
}

.prevention__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.prevention__container {
  position: relative;
  max-width: 1200px;
  padding: 60px 70px 30px;
}

.prevention__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--green3);
  clip-path: polygon(
    calc(100% - 133px) 0,
    100% calc(100% - 30px),
    100% 100%,
    0 100%,
    0 0
  );
  border-radius: 30px;
  z-index: -1;
}

.prevention__container h2 {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--grayDark);
  max-width: 593px;
  margin-bottom: 45px;
  margin-left: 45px;
  text-align: center;
}

.prevention__content {
  font-size: var(--textFontSizeS);
  font-weight: 400;
  color: var(--grayDark);
  font-family: var(--secondaryFont);
  text-align: justify;
  line-height: 1.2;
  max-width: 683px;
}

.prevention__content strong {
  font-weight: 700;
}

.prevention__list {
  max-width: 683px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 40px 0 25px;
}

.prevention__list li {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-right: none;
  padding: 15px 0;
}

.prevention__list li > span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.prevention__list li > span svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  --iconColor1: var(--green);
}

.prevention__list li > div {
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  width: calc(100% - 48px);
}

.prevention__list li > div strong {
  font-size: var(--textFontSizeM);
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.prevention__list li > div p {
  font-size: var(--textFontSizeS);
  font-weight: 400;
  text-align: justify;
  line-height: 1.2;
}

.prevention__image-1 {
  position: absolute;
  object-fit: cover;
  width: 264px;
  height: 264px;
  top: 225px;
  right: 0;
  border-radius: 50%;
  transform: translateX(48%);
}

.prevention__image-2 {
  position: absolute;
  height: 323px;
  top: 130px;
  right: 17.8%;
  z-index: 1;
  transform: rotate(150deg);
}

.prevention__image-3 {
  position: absolute;
  right: 0;
  top: 150px;
  height: 190px;
  transform: translate(105%, -48%);
  z-index: 1;
}

.prevention__image-4 {
  position: absolute;
  object-fit: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: var(--green3);
  width: 303px;
  height: 303px;
  top: 0;
  right: -32px;
  border-radius: 50%;
}

.prevention__image-4 img {
  display: block;
  border-radius: 50%;
  width: 269px;
  height: 269px;
  margin-bottom: 2px;
  margin-right: 12px;
}

.prevention__image-5 {
  position: absolute;
  width: 175px;
  height: 208px;
  right: 15%;
  bottom: 135px;
}

.prevention__image-6 {
  position: absolute;
  height: 272px;
  object-fit: contain;
  bottom: 35px;
  right: -150px;
}

@media (max-width: 1350px) {
  .prevention__images img {
    z-index: -1;
  }

  .prevention__image-4 {
    width: 200px;
    height: 200px;
    right: 25px;
    border-radius: 50%;
    z-index: -1;
  }

  .prevention__image-4 img {
    width: 185px;
    height: 185px;
  }

  .prevention__image-4 img {
    z-index: 1;
  }

  .prevention__image-1 {
    width: 180px;
    height: 180px;
    top: 180px;
    right: 60px;
  }

  .prevention__image-2 {
    height: 200px;
    right: 15%;
  }

  .prevention__image-5 {
    width: 175px;
    height: 208px;
    right: 15%;
    bottom: 135px;
  }

  .prevention__image-5 {
    bottom: initial;
    top: 340px;
    width: 175px;
    height: 199px;
    right: 3%;
  }

  .prevention__image-6 {
    height: 230px;
    bottom: 20px;
    right: -55px;
  }

  .prevention__image-3 {
    right: -65px;
    top: 90px;
    height: 120px;
    transform: initial;
  }
}

@media (max-width: 1050px) {
  .prevention__container {
    padding-left: var(--sidePadding);
    padding-right: var(--sidePadding);
  }

  img.prevention__image-2 {
    top: -120px;
    height: 180px;
    right: 15%;
    z-index: 2;
  }

  .prevention__container h2 {
    margin-left: 0;
    max-width: calc(400px + 15vw);
  }

  .prevention__container {
    padding-left: var(--sidePadding);
    padding-right: var(--sidePadding);
  }

  img.prevention__image-2 {
    top: -120px;
    height: 180px;
    right: 15%;
    z-index: 2;
  }

  .prevention__content {
    max-width: calc(400px + 15vw);
  }

  .prevention__list {
    max-width: calc(400px + 15vw);
  }
}

@media (max-width: 768px) {
  .prevention__container {
    padding-bottom: 85px;
  }

  .prevention__container::before {
    clip-path: polygon(
      calc(100% - 50px) 0,
      100% calc(100% - 30px),
      100% 100%,
      0 100%,
      0 0
    );
  }

  .prevention__image-1 {
    width: calc(12vw + 55px);
    height: calc(12vw + 55px);
    top: 120px;
    right: 40px;
  }

  img.prevention__image-2 {
    right: initial;
    left: -50px;
    top: -100px;
  }

  img.prevention__image-3 {
    right: 109px;
    top: -60px;
    height: 120px;
    z-index: 1;
  }

  .prevention__image-4 {
    width: 140px;
    height: 140px;
    right: -5px;
    top: -8px;
  }

  .prevention__image-4 img {
    width: 95%;
    height: 95%;
  }

  .prevention__image-5 {
    top: initial;
    right: -30px;
    bottom: -78px;
  }

  .prevention__image-6 {
    width: 200px;
    right: initial;
    left: -40px;
    bottom: -105px;
  }
}

@media (max-width: 640px) {
  img.prevention__image-3 {
    right: -20px;
    top: -60px;
    height: 120px;
    z-index: 1;
  }

  .prevention__container::before {
    clip-path: initial;
  }

  .prevention__image-1,
  .prevention__image-4 {
    display: none;
  }

  .prevention__image-5 {
    right: -10px;
    bottom: -68px;
    width: 120px;
    object-fit: contain;
  }

  .prevention__image-6 {
    width: 120px;
    left: -20px;
    bottom: -85px;
  }

  img.prevention__image-2 {
    left: -30px;
    top: -70px;
    height: 130px;
  }
}

/* End Prevention */

@media (max-width: 768px) {
  .gallery {
    padding-bottom: 0;
  }
}
