@import '../fonts/stylesheet.css';
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
}

* {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "helvetica", sans-serif;
}

.big {
  font-size: 150%;
  color: #00AA72;
}

ul {
  padding: 0;
  margin: 0;
}

.container_new {
  margin-bottom: 60px !important;
}
.container_new h3 {
  margin-top: 60px;
  font-size: 145%;
  color: #00AA72;
}

.jersey {
  font-family: "artegra", sans-serif;
}

.wpage {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
}

.grid4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.grid4 .gr1 {
  background: url("../images/warehouse.jpg") no-repeat center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: 120%;
}
.grid4 .gr1:hover {
  background-size: 150%;
}
.grid4 .gr2 {
  background: url("../images/airfreight.jpg") no-repeat center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: 120%;
}
.grid4 .gr2:hover {
  background-size: 150%;
}
.grid4 .gr3 {
  background: url("../images/road.jpg") no-repeat center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: 120%;
}
.grid4 .gr3:hover {
  background-size: 150%;
}
.grid4 .gr4 {
  background: url("../images/rail.jpg") no-repeat center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-position: bottom;
  background-size: 120%;
}
.grid4 .gr4:hover {
  background-size: 150%;
}
.grid4 > div {
  min-height: 280px;
}
.grid4 > div a {
  padding: 40px;
  display: block;
}
.grid4 > div .title {
  font-size: 200%;
  margin-bottom: 40px;
}

.grid2 {
  margin-bottom: 40px;
}
.grid2 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.grid2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 124%;
  background: #eaeaea;
  padding: 10px 20px;
  border-left: 10px solid #00AA72;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.grid2 ul li:hover {
  border-left: 15px solid #007750;
}

.ok {
  position: fixed;
  padding: 20px;
  text-align: center;
  color: white;
  background: rgba(0, 170, 114, 0.5647058824);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  z-index: 10;
}

.menu_open {
  display: none;
}

.page a {
  color: white;
  text-decoration: none;
}
.page header {
  overflow: hidden;
  padding: 50px 0;
  color: white;
  position: relative;
}
.page header .swirl {
  position: absolute;
  right: -20px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.page header .swirl div:nth-child(1) {
  width: 8px;
}
.page header .swirl div:nth-child(2) {
  width: 12px;
}
.page header .swirl div:nth-child(3) {
  width: 16px;
}
.page header .swirl div:nth-child(4) {
  width: 20px;
}
.page header .swirl div:nth-child(5) {
  width: 24px;
}
.page header .swirl div:nth-child(6) {
  width: 28px;
}
.page header .swirl div:nth-child(7) {
  width: 32px;
}
.page header .swirl div:nth-child(8) {
  width: 36px;
}
.page header .swirl div:nth-child(9) {
  width: 40px;
}
.page header .swirl div:nth-child(10) {
  width: 44px;
}
.page header .swirl div {
  height: 80px;
  background: #fff;
  -webkit-transform: skewX(-26deg);
          transform: skewX(-26deg);
}
.page header .wpage {
  min-height: 600px;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page header .logo img {
  width: 160px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page header .topLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page header .topLine nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.page header .topLine nav ul li {
  color: white;
}
.page header .topLine nav ul li.selected a {
  opacity: 0.4;
  position: relative;
}
.page header .topLine nav ul li.selected a:before {
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  bottom: -10px;
  position: absolute;
}
.page header .topLine nav ul li:last-child:after {
  content: none;
  background: none;
}
.page header .topLine nav ul li:after {
  background: url("../images/line.svg") no-repeat center;
  width: 50px;
  height: 30px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  content: "";
  position: absolute;
}
.page header .topLine nav ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
}
.page header .topLine nav ul li a:hover {
  opacity: 0.5;
}
.page header .topLine .langs {
  display: none;
}
.page header .topLine .langs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.page header .topLine .langs ul li.active a {
  opacity: 1;
}
.page header .topLine .langs ul li a {
  font-size: 80%;
  opacity: 0.6;
}
.page header .map_animation {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 700px;
  height: 80vh;
  z-index: -1;
}
.page header .map_animation .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page header .map_animation img {
  width: 100%;
  min-height: 700px;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .bannerText {
  max-width: 600px;
}
.page .bannerText .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.page .bannerText .list ul .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page .bannerText .list ul .list_item:hover img {
  opacity: 1;
}
.page .bannerText .list ul .list_item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
  width: 40px;
  height: 40px;
  display: block;
}
.page .bannerText .stext {
  font-size: 140%;
  line-height: 1.6;
  margin-bottom: 40px;
}
.page .bannerText .stext b,
.page .bannerText .stext p {
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  display: block;
}
.page .bannerText .words {
  margin-bottom: 100px;
}
.page .bannerText .words p {
  display: block;
  position: relative;
}
.page .bannerText .words p:after {
  position: absolute;
  left: 0;
  content: "";
  bottom: -20px;
  width: 100px;
  height: 2px;
  background: #fff;
}
.page .map_locations {
  position: absolute;
  left: 0;
  height: 80vh;
  pointer-events: none;
  z-index: 1000;
  width: 100%;
  top: 94px;
}
.page .map_locations .data1,
.page .map_locations .data2 {
  opacity: 0;
  position: absolute;
  bottom: 10vw;
  right: 10vw;
  width: 350px;
  min-height: 200px;
  padding: 20px;
  border-right: 25px solid #00AA72;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.page .map_locations .data1 .hdr,
.page .map_locations .data2 .hdr {
  font-size: 150%;
}
.page .map_locations .data1 .address,
.page .map_locations .data2 .address {
  font-size: 90%;
}
.page .map_locations .data1 a,
.page .map_locations .data2 a {
  color: black;
  text-decoration: underline;
}
.page .map_locations .show {
  pointer-events: all;
  opacity: 1;
}
.page #map {
  position: relative;
  height: 80vh;
}
.page #map:after {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 1000;
}
.page #map:before {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 1000;
}
.page section.our_locations {
  position: relative;
}
.page section h1 {
  color: #00AA72;
  position: relative;
  font-size: 200%;
  font-weight: lighter;
}
.page section h1:before {
  top: 7px;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  height: 30px;
  width: 30px;
  background: url("../images/line2.svg") no-repeat left;
  background-size: contain;
}
.page section.logistics_solution .sl_items {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.page section.logistics_solution .sl_items .ls_item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page section.logistics_solution .sl_items .ls_item:hover {
  color: #00AA72;
}
.page section.logistics_solution .sl_items .ls_item:hover img {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  border-radius: 20px;
}
.page section.logistics_solution .sl_items .ls_item h2 {
  font-size: 140%;
  font-weight: lighter;
}
.page section.logistics_solution .sl_items .ls_item p {
  margin: 0;
  padding: 0;
  font-size: 90%;
}
.page section.logistics_solution .sl_items .ls_item img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.page footer {
  margin-top: 100px;
  background: url("../images/banner.jpg") #00AA72;
  background-size: 100%;
  position: relative;
}
.page footer .content {
  min-height: inherit !important;
  padding: 30px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
}
.page footer .content:after, .page footer .content:before {
  content: none !important;
}
.page footer .grid_f_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1000px;
}
.page footer .grid_f_2 form {
  text-align: right;
}
.page footer .grid_f_2 form p {
  font-size: 80%;
}
.page footer .grid_f_2 form .inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page footer .grid_f_2 form input[type=submit] {
  cursor: pointer;
  background: #00AA72;
  padding: 10px 10px;
  border: none;
  color: white;
}
.page footer .grid_f_2 form input[type=submit]:hover {
  font-weight: bold;
}
.page footer .grid_f_2 form input[type=email] {
  outline: none;
  padding: 10px 10px;
  border: none;
  background: #00AA72;
  color: white;
}
.page footer .grid_f_2 form input[type=email]:focus {
  background: #00b97c;
}
.page footer .grid_f_2 form input[type=email]::-webkit-input-placeholder {
  color: white;
  opacity: 0.6;
}
.page footer .grid_f_2 form input[type=email]::-moz-placeholder {
  color: white;
  opacity: 0.6;
}
.page footer .grid_f_2 form input[type=email]:-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}
.page footer .grid_f_2 form input[type=email]::-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}
.page footer .grid_f_2 form input[type=email]::placeholder {
  color: white;
  opacity: 0.6;
}
.page footer p.copy {
  opacity: 0.5 !important;
}
.page footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.page footer nav ul {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page footer .swirl {
  opacity: 0.2;
  position: absolute;
  left: -100px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.page footer .swirl div:nth-child(1) {
  width: 8px;
}
.page footer .swirl div:nth-child(2) {
  width: 12px;
}
.page footer .swirl div:nth-child(3) {
  width: 16px;
}
.page footer .swirl div:nth-child(4) {
  width: 20px;
}
.page footer .swirl div:nth-child(5) {
  width: 24px;
}
.page footer .swirl div:nth-child(6) {
  width: 28px;
}
.page footer .swirl div:nth-child(7) {
  width: 32px;
}
.page footer .swirl div:nth-child(8) {
  width: 36px;
}
.page footer .swirl div:nth-child(9) {
  width: 40px;
}
.page footer .swirl div:nth-child(10) {
  width: 44px;
}
.page footer .swirl div {
  height: 300px;
  background: #fff;
  -webkit-transform: skewX(-26deg);
          transform: skewX(-26deg);
}

.phone {
  margin-top: 40px;
}
.phone a {
  color: #00AA72;
}

.stay_focus {
  margin-bottom: 60px;
}
.stay_focus form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stay_focus form .inp {
  background: #eaeaea;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.stay_focus form .inp input {
  padding: 20px;
  font-size: 200%;
  border: none;
  outline: none;
  width: 100%;
  background: none;
}
.stay_focus form .inp input[type=submit] {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #ccc;
}
.stay_focus form .inp input[type=submit]:hover {
  background: #444;
  color: white;
}

.inside footer .content {
  margin-bottom: 0 !important;
}
.inside .row {
  padding: 40px 0;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
}
.inside .row .big {
  grid-column: 1/-1;
}
.inside .row input,
.inside .row textarea {
  width: 100%;
  padding: 10px;
  background: #eaeaea;
  border: none;
}
.inside .row input .form__control,
.inside .row textarea .form__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.inside .row input .placeholder,
.inside .row textarea .placeholder {
  display: block;
}
.inside .content {
  position: relative;
  margin-bottom: 100px;
  min-height: 90vh;
}
.inside .content h3 {
  padding: 0;
  margin: 120px 0 0 0;
  color: #00AA72;
  font-size: 180%;
}
.inside .content:after {
  content: "";
  height: 2px;
  width: 200px;
  background: #00AA72;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.inside .content .text_content {
  max-width: 900px;
  margin: 50px 0;
}
.inside .content .text_content h4 {
  padding: 0;
  margin: 20px 0 0 0;
  color: #007750;
}
.inside .content .text_content h2 {
  padding: 0;
  margin: 60px 0 0 0;
  color: #007750;
}
.inside .content .text_content ul {
  margin-bottom: 50px;
}
.inside .content .text_content ul li {
  color: #007750;
  margin: 10px 0;
}
.inside .content .text_content p {
  line-height: 1.8;
}
.inside header .wpage {
  min-height: 40vh;
  height: 40vh;
}
.inside .bimg {
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
}

.log_grid {
  display: -ms-grid;
  display: grid;
  margin: 60px auto;
  border-radius: 20px;
  overflow: hidden;
  max-width: 800px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.log_grid a {
  width: 200px;
  color: black;
  height: 200px;
  background: rgba(0, 170, 114, 0.2);
}
.log_grid a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.log_grid a b,
.log_grid a div,
.log_grid a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.log_grid a:hover, .log_grid a.sel {
  background: #00AA72;
  color: white;
}
.log_grid a:hover b, .log_grid a.sel b {
  font-size: 120%;
}
.log_grid a img {
  margin: 30px;
  width: 100px;
}

@media screen and (max-width: 1000px) {
  nav ul {
    gap: 20px !important;
  }
  nav ul li:after {
    content: none !important;
  }
  .logo img {
    width: 110px !important;
  }
}
@media screen and (max-width: 500px) {
  .log_grid {
    border-radius: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .log_grid a {
    width: 100%;
  }
  nav ul {
    gap: 5px !important;
  }
  .menuopen nav {
    display: block;
    position: absolute;
    right: 0;
    padding: 20px;
    top: 0px;
    z-index: 9;
    border-bottom-left-radius: 20px;
    background: rgba(0, 68, 46, 0.9);
    -webkit-backdrop-filter: blur(10pc);
            backdrop-filter: blur(10pc);
  }
  .menuopen nav ul {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menuopen nav ul li {
    padding: 10px 10px !important;
    text-align: right;
  }
  .menuopen .menu_open div:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
            transform: rotate(45deg) translate(5px, 4px);
  }
  .menuopen .menu_open div:nth-child(2) {
    opacity: 0;
  }
  .menuopen .menu_open div:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -3px);
            transform: rotate(-45deg) translate(5px, -3px);
  }
  .menu_open {
    position: absolute;
    z-index: 10;
    display: block;
    top: 20px;
    right: 30px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu_open div {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 1px;
    width: 25px;
    background: white;
  }
  .map_locations .data1,
  .map_locations .data2 {
    bottom: 22vw !important;
    right: 5vw !important;
  }
  .page #map:before,
  .page #map:after {
    height: 100px;
  }
  .map_animation {
    -webkit-transform: scale(1.7) translateX(-20%) translateY(-10%);
            transform: scale(1.7) translateX(-20%) translateY(-10%);
  }
  .stext {
    font-size: 120% !important;
  }
  .page header .wpage {
    height: auto !important;
  }
  .words h1 {
    margin-top: 260px;
    font-size: 140% !important;
  }
  .grid_f_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0 !important;
  }
  .grid_f_2 form {
    text-align: center !important;
  }
  .grid_f_2 form .inp {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  footer {
    height: auto !important;
  }
  footer nav {
    display: none !important;
  }
  footer .content {
    height: auto !important;
  }
  .wpage {
    padding: 0 20px !important;
  }
  nav {
    display: none;
  }
  .page section h1 {
    font-size: 150%;
  }
  .page section h1:before {
    content: none;
  }
  .stay_focus form .inp input {
    font-size: 100%;
  }
  header {
    padding: 20px 0 !important;
  }
  header .list {
    display: none !important;
  }
  header .swirl {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  footer .swirl {
    display: none !important;
  }
  .grid4,
  .grid2 {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid4 .gr1, .grid4 .gr2, .grid4 .gr3, .grid4 .gr4,
  .grid2 .gr1,
  .grid2 .gr2,
  .grid2 .gr3,
  .grid2 .gr4 {
    background-size: 250%;
  }
  .grid4 ul,
  .grid2 ul {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}