@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&display=swap");

::selection {
  background-color: #777777db;
  color: #fff;
}

::-moz-selection {
  background-color: #777777db;
  color: #fff;
}

body {
  font-family: "Cormorant", serif !important;
}

.bg-light {
  background-color: #ebebeb !important;
}

.metaslider .flex-control-nav {
  display: none !important;
}

header {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

.header-wrapper {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #fff;
}

#menu-main-menu-en {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  padding: 1rem 0;
  margin-bottom: 0;
}

.header-wrapper .mega-menu {
  display: flex;
  width: 100%;
}

.header-wrapper .mega-menu #cssmenu {
  display: flex;
  width: 100%;
}

#menu-main-menu-en > li {
  display: flex;
  margin: 0 2rem;
}

#menu-main-menu-en > li > a {
  font-size: 23px;
  font-weight: 100;
  cursor: pointer;
  color: #fff;
}

.header-logo {
  display: flex;
  margin: 0 2rem;
}

.header-logo > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.header-logo > a > img {
  width: 70%;
}

.logistic-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-image: url(/wp-content/themes/solv/images/cargo/background.png);
  padding: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  margin-bottom: 2rem;
}

.logistic-wrapper > div {
  width: 100%;
}

.logistic-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 85%;
}

.logistic-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logistic-icon-content {
  display: flex;
  flex-direction: column;
  margin: 0 3rem;
  width: calc(35% - 3rem);
  align-items: center;
  box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px,
    rgb(0 0 0 / 5%) 0px 1px 1px 0px;
  padding: 1.5rem 1rem;
  margin-top: 0;
  background-color: #fff;
  cursor: pointer;
  border: 3px solid transparent;
}

.logistic-icon-content.active {
  border: 3px solid #ff0700;
}

.logistic-icon-content:nth-child(1),
.logistic-icon-content:nth-child(2) {
  margin-bottom: 4rem;
}

.logistic-icon > img {
  height: 50px;
}

.logistic-icon-text {
  display: flex;
  margin-top: 1.5rem;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.logistic-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logistic-text > span {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7;
}

.logistic-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.logistic-text-title > span {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
}

.logistic-text-title {
  margin-bottom: 2rem;
}

.logistic-title,
.home-gallery-title,
.statistics-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
}

.logistic-title > span,
.home-gallery-title > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 43px;
  font-weight: bold;
  color: #c83834 !important;
  letter-spacing: 1px;
  width: 35%;
  border-bottom: 3px solid #999;
}

.statistics-title > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 43px;
  font-weight: bold;
  color: #c83834;
  letter-spacing: 1px;
  width: 60%;
  border-bottom: 3px solid #999;
}

.logistic-title > span > img,
.home-gallery-title > a > img {
  height: 25px;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

.home-gallery-wrapper {
  margin-bottom: 2rem;
}

.home-gallery-content {
  display: flex;
  width: 100%;
}

.home-gallery-content > a > img {
  width: 100%;
  height: auto !important;
}

.home-gallery-content > a {
  display: flex;
  width: 100%;
}

.statistics-wrapper {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}

.statistics-contain {
  display: flex;
  width: auto;
  justify-content: center;
  height: 250px;
}

.statistics-content {
  display: flex;
  flex-direction: column;
  margin-right: 3rem;
  align-items: center;
  justify-content: flex-end;
}

.statistics-icon > img {
  height: 25px;
}

.statistics-value {
  width: 50px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 0;
  background-color: #c83834;
  margin-top: 0.7rem;
  font-size: 22px;
  font-weight: bold;
  padding-top: 1rem;
  transition: 2s ease-in-out;
}

.statistics-value.active {
  height: 200px;
}

.statistics-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-list-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  padding-top: 3rem;
}

.footer-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.footer-logo > a > img {
  height: 80px;
}

.footer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.footer-list > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-top: 2rem;
}

.footer-list > ul > li > a {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.footer-list > ul > li {
  margin-right: 1.5rem;
}

.footer-iframe-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.6rem;
}

footer {
  padding-top: 4rem;
  border-top: 2px solid #999;
}

.about-banner > img {
  width: 100%;
}

.about-banner {
  display: flex;
  width: 100%;
}

.about-two-column-wrapper {
  display: flex;
  width: 100%;
}

.about-two-column-image > img {
  width: 100%;
}

.about-two-column-wrapper > div {
  width: 100%;
}

.about-two-column-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  background-color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.about-statistics {
  background-color: #fff;
  padding: 1rem;
}

.buraya-yazı-gelecek.container {
  padding: 2rem;
  max-width: 1240px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-right: 1px solid;
  border-left: 1px solid;
}

.contact-banner {
  display: flex;
  width: 100%;
}

.contact-banner > img {
  width: 100%;
}

.contact-bottom-wrapper {
  display: flex;
  margin: 0 1rem;
}

.concat-left {
  width: 70%;
  display: flex;
  justify-content: space-between;
  background-color: #585858;
}

.concat-left .contact-list {
  flex-direction: column;
  width: 33.33%;
  align-items: center;
  padding: 1rem;
  height: 220px;
  text-align: center;
}

.swiper-slide {
  font-weight: 600;
  color: #e3e3e3;
  padding-top: 1.5rem;
}

.adress-swiper-next::after,
.adress-swiper-prev::after,
.contact-swiper-next::after,
.contact-swiper-prev::after {
  font-size: 25px;
  color: #999;
}

.contact-adress-swiper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide > b {
  display: flex;
  font-weight: bold;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.concat-left .contact-list > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 3rem;
}

.contact-list-title {
  font-size: 18px;
  font-weight: 600;
  color: #afafaf;
  border-bottom: 2px solid #afafaf;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.concat-left .contact-list:not(:last-child) {
  margin-right: 1.5rem;
}

.contact-list-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-top: 2rem;
  font-weight: 600;
  color: #e3e3e3;
}

.contact-list-text > iframe {
  margin-top: 0.5rem;
}

.concat-left .contact-list > ul > li {
  margin-right: 1rem;
}

.concat-left .contact-list > ul > li > a > i {
  font-size: 21px;
  color: #fff;
}

.concat-right {
  position: relative;
  width: 30%;
  margin-left: 1.5rem;
}

.contact-form {
  padding: 2.5rem 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.43);
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(3.8px);
  -webkit-backdrop-filter: blur(3.8px);
}

.contact-form input {
  background-color: transparent;
  border: none;
  outline: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.submit-btn > input {
  padding: 0.6rem 1rem;
  background-color: #fff;
  color: #000;
  border-radius: 7px;
}

.submit-btn > span {
  display: none !important;
}

.about-text-wrapper {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.about-text-content-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.about-text-content-top .about-list {
  width: 100%;
}

.about-text-content-top .about-list:first-child {
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: flex-start;
}

.about-text-content-top .about-list:last-child {
  display: flex;
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}

.about-list .about-list-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
}

.about-list .about-list-text {
  font-size: 16px;
  font-weight: 700;
}

.about-text-content-bottom {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.about-text-content-bottom .about-list {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-list .about-list-title::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 3px;
  background-color: #c83834;
  bottom: 0;
  left: 0;
}

.product-wrappper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1.5rem;
}

.product-wrappper .product-content {
  display: flex;
  width: 25%;
  position: relative;
  margin-bottom: 1rem;
}
.product-wrappper .product-content > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

.product-content > a {
  display: flex;
  width: 100%;
  position: relative;
}

.product-content > a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000db;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

.product-content > a:hover::before {
  opacity: 0.6;
  visibility: visible;
}

.product-wrappper .product-content:hover > i,
.product-wrappper .product-content:hover .product-image-background {
  opacity: 1;
  visibility: visible;
}

.product-wrappper .product-content > a > img {
  width: 100%;
  height: auto !important;
}

/* EFFECT CSS START */
.banner-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 50%;
}

.banner-wrapper .banner:nth-child(1) {
  background-image: url(/wp-content/themes/solv/images/cargo/about-min2.png);
}

.banner-wrapper .banner:nth-child(2) {
  background-image: url(/wp-content/themes/solv/images/cargo/about-min3.png);
}

.banner-wrapper .banner:nth-child(3) {
  background-image: url(/wp-content/themes/solv/images/cargo/about-min.png);
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  background-repeat: round;
  background-size: contain;
}

.about-effext-text-wrapper {
  width: 50%;
  background-color: #fff;
}

.about-effect-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.about-effext-text-content {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 0 1rem;
}

/* EFFECT CSS END  */

.metaslider {
  padding-top: 0 !important;
}

.mobile-header-wrapper,
.mobile-about-effect-contain {
  display: none;
}

.service-wrapper {
  background-image: url(/wp-content/themes/solv/images/cargo/background.png);
  background-color: #fff;
  padding: 1rem;
  background-size: cover;
}

.service-icon-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.service-icon-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  background-color: #fafafa;
  width: calc(20% - 1rem);
  margin: 0.5rem;
  height: 150px;
  justify-content: space-around;
  border: 3px solid transparent;
  box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px,
    rgb(0 0 0 / 5%) 0px 1px 1px 0px;
  cursor: pointer;
}

.service-icon > img {
  height: 50px;
}

.service-icon-text {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.service-icon-content.active {
  border: 3px solid #ff0700;
}

.service-text-content {
  padding: 1rem;
  margin-top: 1.5rem;
  height: 200px;
  padding-top: 3rem;
}

.service-text-content.active {
  border: 3px solid #ff0700;
}

.service-title,
.service-title > h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-title > h1 {
  color: #c83834;
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
}

.service-text > span {
  font-size: 18px;
  font-weight: 600;
}

.about-effext-text-content:not(:last-child) {
  border-bottom: 1px solid #000;
}

.home-gallery,
.statistics {
  margin-top: 5rem;
}

.product-content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
}

.product-content-image,
.product-content-description {
  width: 50%;
}

.product-content-image > img {
  width: 100%;
}
.product-content-description {
  font-weight: 600;
  font-size: 15px;
}

.product-content-contain{
  background-color: #fff;
}

@media screen and (min-width: 1600px) {
  .service-text-content {
    height: 300px;
  }
  .service-text > span {
    font-size: 30px;
  }
  .logistic-icon-content {
    height: 310px;
    justify-content: space-evenly;
  }

  .logistic-icon > img {
    height: 70px;
  }

  .logistic-icon-text {
    font-size: 30px;
  }

  .logistic-title {
    margin-top: 5rem;
  }

  .logistic-text > span {
    font-size: 25px;
    width: 80%;
  }

  .logistic-icon-content.active {
    background-color: #fff;
  }

  .logistic-icon-content {
    background-color: #efefef;
  }

  .logistic-text-title > span {
    font-size: 25px;
  }

  .statistics-icon > img {
    height: 50px;
  }

  .statistics-contain {
    height: 350px;
  }

  .statistics-value.active {
    height: 350px;
  }
  .statistics-value {
    width: 70px;
  }

  .footer-list-wrapper {
    padding-top: 1rem;
  }

  .footer-text {
    width: 70%;
  }
  #menu-main-menu-en > li > a {
    font-size: 30px;
  }
  .header-logo > a > img {
    width: 100%;
  }

  .header-wrapper .mega-menu {
    margin-top: 2rem;
  }

  .about-list .about-list-title {
    font-size: 30px;
  }

  .about-list .about-list-text {
    font-size: 25px;
  }

  .service-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .service-tab-wrapper {
    max-width: 1500px !important;
  }

  .service-icon-content {
    height: 310px;
  }

  .service-icon > img {
    height: 75px;
  }

  .service-icon-text {
    font-size: 30px;
  }

  .service-tab-wrapper.container {
    margin-bottom: 10rem;
  }

  .service-icon-wrapper {
    margin-bottom: 6rem;
  }

  .contact-bottom-wrapper {
    height: 315px;
  }

  .contact-form {
    height: 600px;
  }

  .contact-list-title {
    font-size: 30px;
  }

  .contact-list-text {
    font-size: 25px;
  }
  .concat-left .contact-list > ul > li > a > i {
    font-size: 30px;
  }

  .contact-list-text > iframe {
    height: 100% !important;
  }

  .concat-left .contact-list > ul {
    margin-top: 5rem;
  }

  .contact-form input {
    font-size: 28px;
  }

  .contact-form {
    box-shadow: none;
  }
}
@media screen and (min-width: 770px) {
  .meta-slider img {
    height: 100vh !important;
  }
}
@media screen and (max-width: 1025px) {
  .logistic-icon > img {
    height: 30px;
  }

  .statistics-title > span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
  }

  .footer-text {
    font-size: 15px;
  }

  .concat-left {
    width: 50%;
    flex-direction: column;
  }
  .concat-left .contact-list {
    width: 100%;
  }

  .concat-right {
    width: 50%;
  }

  .contact-form {
    position: unset;
    height: 100%;
  }

  .footer-list-wrapper {
    margin-top: 2rem;
  }

  .contact-bottom-wrapper {
    margin-top: 1.5rem;
  }

  .service-icon > img {
    height: 40px;
  }
}

@media screen and (max-width: 769px) {
  .product-content-wrapper {
    flex-direction: column;
  }
  .product-content-description {
    padding: 1rem;
  }
  .product-content-image,
  .product-content-description {
    width: 100%;
  }
  .logistic-icon-content {
    margin: 0 2rem;
    width: calc(50% - 4rem);
  }

  .logistic-wrapper {
    flex-direction: column-reverse;
  }

  .logistic-icon-wrapper {
    margin-bottom: 1.5rem;
  }

  .logistic-title > span,
  .home-gallery-title > a {
    width: 55%;
  }

  .footer-list-wrapper {
    flex-wrap: wrap;
  }

  .footer-list {
    margin-bottom: 1.5rem;
  }

  .footer-iframe {
    width: 100%;
  }

  .footer-iframe > iframe {
    width: 100% !important;
  }

  .header-wrapper {
    display: none;
  }

  .mobile-header-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #fff;
    align-items: center;
  }

  .mobile-menu-btn > i {
    color: #fff;
    font-size: 30px;
  }

  .mobile-header-logo {
    display: flex;
    width: 50%;
  }

  .mobile-header-logo > a {
    display: flex;
    width: 100%;
  }

  .mobile-header-logo > a > img {
    width: 20%;
  }

  .mobile-menu-contain {
    position: fixed;
    width: 50%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
  }

  .mobile-menu-contain.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-contain .mega-menu #cssmenu > ul {
    padding: 0;
    list-style: none;
  }

  .mobile-menu-contain .mega-menu #cssmenu > ul > li > a {
    display: flex;
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 1rem;
  }

  .mobile-menu-contain .mega-menu #cssmenu > ul > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .mobile-menu-contain-top-logo > a > img {
    width: 50%;
  }

  .mobile-menu-contain-top {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }

  .mobile-menu-contain-remove > i {
    color: #000;
    font-size: 30px;
  }

  .mobile-menu-background {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 80%);
    transition: 0.45s ease-in-out;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-menu-background.active {
    opacity: 1;
    visibility: visible;
  }

  .about-effect-wrapper {
    display: none;
  }

  .mobile-about-effect-contain {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .mobile-about-effect-contain > div {
    width: 50%;
  }

  .mobile-about-effect-contain-text {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 0.5rem;
    line-height: 1.8;
  }

  .mobile-about-effect-wrapper .mobile-about-effect-contain:nth-child(2) {
    flex-direction: row-reverse;
  }

  .mobile-about-effect-contain-image > img {
    width: 100%;
    height: 67vh;
  }

  .product-wrappper .product-content {
    width: 50%;
  }

  .contact-bottom-wrapper {
    flex-direction: column;
  }

  .contact-bottom-wrapper > div {
    width: 100%;
  }

  .concat-right {
    margin-left: 0;
    margin-top: 1rem;
  }

  .service-icon-wrapper {
    flex-wrap: wrap;
  }

  .service-icon-content {
    width: calc(50% - 1rem);
  }

  .footer-list > ul > li {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 426px) {
  .statistics-contain {
    width: 100%;
  }

  .statistics-wrapper {
    flex-wrap: wrap;
  }

  .statistics-contain .statistics-content:not(:first-child) {
    margin-right: 0;
  }

  .statistics-content {
    margin-bottom: 1.5rem;
  }

  .logistic-title > span,
  .home-gallery-title > a,
  .statistics-title > span {
    width: 90%;
  }

  .mobile-menu-contain {
    width: 75%;
  }

  .mobile-about-effect-wrapper .mobile-about-effect-contain:nth-child(2) {
    flex-direction: column;
  }

  .mobile-about-effect-contain {
    flex-direction: column;
  }

  .mobile-about-effect-contain > div {
    width: 100%;
  }

  .about-text-content-top {
    flex-direction: column;
  }

  .about-text-content-top .about-list {
    margin-bottom: 1.5rem;
  }

  .about-list .about-list-title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .product-wrappper {
    margin-top: 1rem;
  }

  .product-wrappper .product-content {
    width: 100%;
    margin-bottom: 1rem;
  }

  .service-icon > img {
    height: 35px;
  }

  .service-text-content {
    height: 250px;
  }

  .mobile-about-effect-contain-image > img {
    height: auto;
  }
}

@media screen and (max-width: 376px) {
  .logistic-icon-content {
    margin: 0 0.5rem;
    width: calc(50% - 1rem);
  }
}
