* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  /* overflow-x: hidden; */
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
}
a:hover {
  color: var(--green) !important;
}
:root {
  --dark: #262b44;
  --green: #22ad4b;
}
body {
  background-color: #f6f8f9 !important;
  padding: 0 !important;
  position: relative;
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #22ad4b;
}

::selection {
  color: white;
  background: #22ad4b;
}
.br-25 {
  border-radius: 25px;
}
/* =====================   SCROLLBAR Style  ========================= */
::-webkit-scrollbar {
  width: 9px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #bababa;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c9d4da;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aeb7bd;
}
/* =====================  END SCROLLBAR Style  ========================= */

/* ------------------ NAVBAR ----------------------- */
.navbar {
  padding: 1.5rem 0rem !important;
}
@media only screen and (max-width: 990px) {
  .navbar {
    border-bottom: 1px solid #efefef;
  }
}
.nav-link {
  padding: 0.5rem 1.1rem !important;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1400px) {
  .nav-link {
    padding: 0.5rem 0.8rem !important;
    font-size: 0.9rem;
  }
}
.nav-item a {
  color: #222222 !important;
  font-weight: 500;
}
.nav-item a:hover {
  color: #22ad4b !important;
  font-weight: 500;
}
.navbar-toggler-icon {
  background-image: url(../img/hamburger-menu-icon.svg) !important;
}
.navbar-toggler {
  border: none !important;
}
@media only screen and (max-width: 1199px) {
  .navbar-collapse {
    padding-top: 1rem;
  }
  .contact-nav-item {
    margin-top: 10px;
  }
}

.contact-nav-btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  font-size: 1rem;
  background: #22ad4b;
  padding: 10px 25px 10px 25px;
  text-decoration: none;
}
.contact-nav-btn:hover {
  text-decoration: none;
}
/* .dropdown:hover .dropdown-menu {
  display: block;
} */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}
.dropdown-menu {
  padding: 0.7rem 1.5rem 1rem 0.5rem !important;
  border: none !important;
  min-width: 20vw !important;
}
/* ----------------------- END NAVBAR ---------------------------- */
.whatsapp-div {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.whatsapp-div img {
  width: 100%;
  height: 100%;
}
/* -------------------- HERO ---------------------*/

/*----------------New video ---------------*/

.hero-video {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgb(0, 0, 0, 0.5);
  color: white;
  position: relative;
  overflow: hidden;
  min-height: 85vh;
}
.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.hero-video-title {
  font-size: clamp(2rem, 3.5vw + 1rem, 6rem);
  font-weight: 800;
  width: 80vw;
}
.partner-span {
  background-color: #22ad4b;
  padding: 0px 1.2rem 5px 1.2rem;
  border-radius: 25px;
  line-height: 2;
}
.title-exchange-card {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  text-align: left;
  position: relative;
}
/* .title-exchange-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--green);
  height: 1px;
  top: 143%;
  left: 0%;
  transform: translate(-50%, -50%);
} */
.divider-exchange {
  width: 100%;
  background-color: var(--green);
  height: 1px;
  margin-bottom: 1rem;
}
.subtitle-exchange-card {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.2rem;
}
.txt-exchange-card {
  font-size: 0.9rem;
}

/*----------------END New video ---------------*/

/* --------------------END HERO--------------------- */

#bagdes img {
  padding: 2rem;
}
@media screen and (max-width: 700px) {
  #bagdes img {
    padding: 1rem;
  }
}

/*----------Carousel-------------*/
.carousel-indicators {
  margin-bottom: -4rem !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #a6e99d !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 100%;
  margin-right: 6px !important;
  margin-left: 6px !important;
}
.slick-dots li button:before {
  color: #a6e99d !important;
}
.slick-dots li.slick-active button:before {
  color: #a6e99d !important;
}
.item {
  transition: 0.6s ease-in-out left;
}
.title-grid-carousel {
  font-weight: 800;
  font-size: 2rem;
  color: var(--dark);
}
.text-content-grid-carousel {
  padding-bottom: 10px;
}
.view-more-carousel-btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 0.9rem;
  background: #22ad4b;
  padding: 0.7rem 1.7rem 0.6rem;
  text-decoration: none;
}
.small-txt {
  font-size: 1rem;
  color: #76ca78;
  margin-bottom: 20px;
}
.wrapper-wwd {
  padding-top: 8rem;
}
@media screen and (max-width: 990px) {
  .wrapper-wwd {
    padding-top: 2rem;
  }
}
/*----------Carousel-------------*/

/*----------Pride Cards-------------*/
#pride-cards {
  margin-top: 8rem;
}
@media screen and (max-width: 990px) {
  #pride-cards {
    margin-top: 3rem;
  }
}
/*----------Pride Cards-------------*/

/*------------Sense8 MAP-----------------*/
#sense8-map {
  margin-top: 0rem;
}
#sense8-map .container {
  background-color: white;
  border-radius: 25px;
}
.flying-sensei {
  width: 200px;
  margin-bottom: 30px;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.number-coverage {
  font-weight: 900;
  font-size: 4rem;
  border-right: 1px solid #44ad2b;
  padding-right: 10px;
  color: #44ad2b;
}
.content-text-map {
  padding-left: 4rem !important;
}
/*------------END Sense8 MAP-----------------*/

/*------------Pride Cards-----------------*/

.wrapper-pride-card {
  background-color: #ffffff;
  padding: 2.5rem;
  /* -webkit-box-shadow: 0px 1px 17px -15px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 1px 17px -15px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 1px 17px -15px rgba(0, 0, 0, 0.52); */
  border-radius: 25px;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}
.pattern {
  position: absolute;
  width: 55%;
  bottom: -153px;
  left: 50%;
  top: -27%;
}
.title-pride-card {
  font-weight: 800;
  font-size: 3rem;
  color: var(--dark);
}
.subtitle-pride-card {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--green);
}
.text-pride-cards {
  font-size: 0.9rem;
}
/*------------END Pride Cards-----------------*/

/* ---------------- Solutions Cards - new -------------------*/
#solutions-for {
  margin-top: 3rem;
}
.content-solutions {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0%;
  padding: 3rem;
  background-color: white;
  opacity: 0;
  transition: opacity 0.5s ease;
  font-size: 1rem;
  border-radius: 8px 8px 0px 0px;
  z-index: 2;
}
.solutions-card {
  position: relative;
  min-height: 100%;
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  padding: 3rem 2.5rem 0rem 2.5rem;
  transition: 0.3s ease-in-out;
  border-left: 2px solid #22ad4b;
  border-bottom: 2px solid #22ad4b;
}

.solutions-card:hover {
  -webkit-box-shadow: -2px 1px 25px -16px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: -2px 1px 25px -16px rgba(0, 0, 0, 0.52);
  box-shadow: -2px 1px 25px -16px rgba(0, 0, 0, 0.52);
}
.publishers-txt {
  font-size: 0.8rem;
}
.agencies-txt {
  font-size: 0.8rem;
}

.solutions-card h5 {
  text-align: start;
  padding: 0rem 0rem 1rem 0rem;
  font-weight: 800;
  font-size: 2rem;
  color: var(--green);
}
.info-icon {
  position: absolute;
  /* left: 0; */
  right: 17px;
  top: 17px;
  border: 1px solid #cecece;
  border-radius: 100%;
  padding: 1px 7px;
  font-size: 10px;
  color: #cecece;
}
#solutions-for .solutions-card:hover > .content-solutions {
  opacity: 1;
}

/* --------------------- END Solutions Cards - new -------------------------- */

/* --------------------- Technology Cards -------------------------- */

.card-technology {
  background-color: #ffffff;
  border-radius: 25px;
  text-align: left;
  -webkit-box-shadow: -2px 1px 13px -16px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: -2px 1px 13px -16px rgba(0, 0, 0, 0.52);
  box-shadow: -2px 1px 13px -16px rgba(0, 0, 0, 0.52);
  padding: 2.3rem 2rem 1rem;
  position: relative;
  overflow: hidden;
}
.pattern-tech {
  position: absolute;
  top: -21px;
  width: 120px;
  right: 0;
}
.card-technology h5 {
  font-weight: 600;
}
.card-technology img:first-child {
  padding-bottom: 1.5rem;
  height: 70px;
}
.card-technology-text {
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Numărul de linii pe care vrei să le afișezi */
  -webkit-line-clamp: 5;
}
.card-technology-text:hover {
  -webkit-line-clamp: unset;
}

.view-more-btn-tech-card {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 0.9rem;
  background: #22ad4b;
  padding: 0.7rem 1.5rem 0.6rem 1.5rem;
  text-decoration: none;
}
.slick-prev {
  width: 20px !important;
  left: -15px !important;
  z-index: 10;
}
.slick-next {
  width: 20px !important;
  left: 98% !important;
}
.slick-next:before,
.slick-prev:before {
  color: #8fc983 !important;
}
.slick-dots {
  bottom: -50px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #53aa57 !important;
}
/* --------------------- END Technology Cards -------------------------- */

/* --------------------- Borders -------------------------- */
#coverage {
  margin-top: 9rem;
}
.bg-coverage {
  background-image: url("../img/coverage-globe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 80vh;
}
.coverage-text {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translate(-0%, -50%);
  width: 90%;
  z-index: 2;
}
.coverage-text .coverage-heading {
  font-weight: 700;
  color: white;
  font-size: clamp(2rem, 4vw, 4rem);
  margin: 0;
}
.coverage-text .coverage-subheading {
  font-weight: 700;
  color: white;
  font-size: 1.5rem;
  color: #53ff6d;
  margin: 5px 0px;
}
.coverage-text p {
  font-weight: 400;
  font-size: 1rem;
  color: white;
  margin-top: 2rem;
  width: 50%;
}
@media screen and (max-width: 990px) {
  .coverage-text p {
    width: 90%;
  }
}
.countries-number {
  background-color: var(--green);
  border-radius: 7px;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
}
/* --------------------- END Borders -------------------------- */

/* --------------------- Call to action container -------------------------- */
.talk-btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #262b44;
  font-size: 0.9rem;
  background: #ffffff;
  padding: 1.1rem 4rem 1rem 4rem;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  transition: box-shadow 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .talk-btn {
    padding: 1.1rem 2rem 1rem 2rem;
  }
}
.talk-btn:hover {
  -webkit-box-shadow: 0px 15px 36px -8px #00000067;
  -moz-box-shadow: 0px 15px 36px -8px #00000067;
  box-shadow: 0px 15px 36px -8px #00000067;
}

.wrapper-talk {
  border-radius: 25px;
  /* background-color: var(--green); */
  padding: 6rem;
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media screen and (max-width: 990px) {
  .wrapper-talk {
    padding: 3rem;
  }
  .talk-btn {
    padding: 0.7rem 2rem 0.6rem 2rem;
    font-size: 1rem;
  }
}

.wrapper-talk p:nth-child(1) {
  color: white;
  font-size: clamp(1.4rem, 4vw, 3rem);
  font-weight: 700;
}
.wrapper-talk p:nth-child(2) {
  color: rgb(255, 255, 255);
}
/* --------------------- END Call to action container -------------------------- */

/* --------------------- Newsletter -------------------------- */
#newsletter {
  margin: 5rem 0rem 9rem 0rem;
  padding: 0rem 1rem;
}
.input-email {
  width: 100%;
  font-size: 1rem;
  padding: 1.3rem;
  border: 1px solid #f5f5f5;
  border-radius: 30px;
}
@media screen and (max-width: 990px) {
  #newsletter {
    margin: 2rem 0rem 2rem 0rem;
    padding: 0rem 1rem;
  }
  .input-email {
    padding: 0.6rem 0 0.6rem 0.8rem;
  }
  .subscribe-button {
    padding: 11px !important;
    font-size: 0.9rem !important;
  }
}
.subscribe-button {
  width: 100%;
  font-size: 1.3rem;
  padding: 17px;
  background-color: #071f0d;
  text-align: center;
  color: #ffffff;
  /* border: 1px solid #22ad4b; */
  font-weight: 500;
  border-radius: 30px;
  margin-left: 5px;
}
.newsletter-wrapper {
  background-color: #e7f0de;
  border-radius: 25px;
  background-color: #c8e7e1;
}
.newsletter-title {
  font-size: 2.7rem;
  font-weight: 600;
  color: #0d1e0f;
}
.newsletter-subtitle {
  font-size: 1.2rem;
  color: #0d1e0f;
}
@media screen and (max-width: 734px) {
  .newsletter-title {
    font-size: 1.5rem;
  }
  .newsletter-subtitle {
    font-size: 0.9rem;
  }
}

/* --------------------- END Newsletter -------------------------- */

/* -------------------- HERO About ---------------------*/
.bg-image-container {
  height: 70vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .bg-image-container {
    height: 50vh;
  }
}

.bg-image {
  /* object-fit: cover; */
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.bg-image-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.403);
  z-index: 1;
}

.about-us-title {
  /* text-transform: uppercase; */
  font-weight: 600;
  color: #ffffff;
  /* margin-top: 6rem; */
  padding: 0;
  line-height: 1.3;
  font-size: clamp(2rem, 3vw + 1rem, 6rem);
}

.callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #ffffff;
  padding: 0% 10%;
  background-color: #00000047;
}
.img-about-mobile {
  display: none;
}
.img-about-desktop {
  display: block;
}
@media screen and (max-width: 734px) {
  .img-about-mobile {
    display: block;
  }
  .img-about-desktop {
    display: none;
  }
}
/* --------------------END HERO About--------------------- */
.pride-about div:nth-child(1) {
  border-right: 1px solid var(--dark);
}
.pride-about div:nth-child(2) {
  border-right: 1px solid var(--dark);
}
@media screen and (max-width: 580px) {
  .pride-about .title-pride-card {
    font-size: 2rem;
  }
  .pride-about .subtitle-pride-card {
    font-size: 1rem;
  }
}
/* ----------------------- TIMELINE --------------------------*/
#our-story {
  background: #1d976c; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1d976c, #93f9b9);
  background: linear-gradient(to right, #1d976c, #93f9b9);
  margin: 0rem 1rem;
  border-radius: 25px;
}
.our-story-txt {
  font-size: 0.9rem;
  color: white;
}
.title-our-story {
  font-weight: 800;
  font-size: 2rem;
  color: white;
}
/* Timeline Container */
.timeline {
  background: #f6f8f9;
  margin: 10px auto;
  padding: 30px;
  border-radius: 25px;
  height: 500px;
  overflow: auto;
}

/* Card container */
.card-timeline {
  position: relative;
  max-width: 400px;
}

/* setting padding based on even or odd */
.card-timeline:nth-child(odd) {
  padding: 30px 0 30px 30px;
}
.card-timeline:nth-child(even) {
  padding: 30px 30px 30px 0;
}
/* Global ::before */
.card-timeline::before {
  content: "";
  position: absolute;
  width: 50%;
  border: solid var(--green);
}

/* Setting the border of top, bottom, left */
.card-timeline:nth-child(odd)::before {
  left: 0px;
  top: -4.5px;
  bottom: -4.7px;
  border-width: 5px 0 5px 5px;
  border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 400px) {
  .card-timeline:nth-child(odd)::before {
    top: -5px;
    bottom: -5px;
  }
}

.card-timeline:nth-child(even)::before {
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 50px 50px 0;
}

/* Removing the border if it is the first card */
.card-timeline:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.card-timeline:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.card-timeline:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

/* Information about the timeline */
.info-timeline {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: var(--dark);
  border-radius: 10px;
  padding: 10px;
}

/* Title of the card */
.title-timeline {
  color: var(--green);
  position: relative;
  padding: 0px 10px;
  font-weight: 800;
}
.info-timeline p {
  padding: 0px 10px;
  font-size: 0.9rem;
}
/* Timeline dot  */
.title-timeline::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 999px;
  border: 3px solid #cbd4d9;
}

/* text right if the card is even  */
.card-timeline:nth-child(even) > .info-timeline > .title-timeline {
  text-align: right;
}

/* setting dot to the left if the card is odd */
.card-timeline:nth-child(odd) > .info-timeline > .title-timeline::before {
  left: -45px;
}

/* setting dot to the right if the card is odd */
.card-timeline:nth-child(even) > .info-timeline > .title-timeline::before {
  right: -45px;
}
/* ----------------------- END TIMELINE --------------------------*/

/* --------------------- Experts ----------------------*/
.team-of-experts {
  background-color: white;
  border-radius: 25px;
  padding: 2rem 0rem;
}
.team-of-experts img {
  max-width: 35px;
  margin: auto;
}
.number-of-experts {
  font-size: 3rem;
  font-weight: 800;
  margin: 0;
}
.experts {
  color: darkgrey;
}
/* --------------------- END Experts ----------------------*/

/* .item-grid {
  padding: 10px;
}
.item-grid:nth-child(1) {
  background-color: #85ffbd;
  background-image: linear-gradient(45deg, #85ffbd 0%, #fffb7d 100%);
  border-radius: 25px;
}
.item-grid:nth-child(2) {
  background-color: #08aeea;
  background-image: linear-gradient(0deg, #08aeea 0%, #2af598 100%);
  border-radius: 25px;
}
.item-grid:nth-child(3) {
  background-color: #f4d03f;
  background-image: linear-gradient(132deg, #f4d03f 0%, #16a085 100%);
  border-radius: 25px;
} */

/* --------------------- Amazing cards ----------------------*/
.amazing-card {
  background-color: #ecf0fa;
  border-radius: 25px;
  align-self: stretch;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.5s;
}

.amazing-card img {
  width: 70px;
}
.amazing-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
}
.amazing-card p {
  font-size: 0.8rem;
}
.amazing-card:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 4px 4px 0px 0px rgb(22 181 47);
  -moz-box-shadow: 4px 4px 0px 0px rgb(22 181 47);
  box-shadow: 4px 4px 0px 0px rgb(22 181 47);
}

/* --------------------- Amazing cards ----------------------*/

/* -------------------- Retail and ecom -----------------------*/
.label-verticals {
  background-color: white;
  border-radius: 5px;
  color: var(--dark);
  padding: 1px 7px;
}
.wrapper-verticals-vs {
  background-image: radial-gradient(
    circle farthest-corner at 83.7% 4.3%,
    #183513 0%,
    #0f9b0f 90%
  );
  border-bottom-right-radius: 50px 50px;
  border-top-left-radius: 50px 50px;
  padding: 3.5rem;
  color: white;
}
.wrapper-verticals-vs h2 {
  font-weight: 800;
  margin-bottom: 2rem;
}
.wrapper-verticals-vs div {
  padding: 2rem 3rem;
}
@media only screen and (max-width: 1200px) {
  .wrapper-verticals-vs div {
    padding: 1rem 1.2rem;
  }
  .wrapper-verticals-vs {
    padding: 1.5rem 1.2rem;
  }
}
.wrapper-verticals-vs .row div:nth-child(1) {
  border-right: 1px solid #ffffff2b;
}
@media only screen and (max-width: 767px) {
  .wrapper-verticals-vs .row div:nth-child(1) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-verticals-vs div {
    padding: 1rem 0.5rem;
  }
}
.wrapper-verticals-vs ul li {
  margin-bottom: 10px;
  line-height: 1.9;
  font-size: 0.9rem;
}
/* card related services*/
.card-related-services {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f6f8f9 !important;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: none !important;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
}

.content-related-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px;
  border-radius: 22px;
  /* color: #ffffff; */
  overflow: hidden;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
}

.content-related-services::before {
  position: absolute;
  content: "";
  top: -4%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%);
  background: #d0f3db;
  z-index: -1;
  transform-origin: bottom;

  border-radius: inherit;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-related-services::after {
  position: absolute;
  content: "";
  top: -8%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%);
  background: #e4f7ea;
  z-index: -2;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.cards-related-services-title {
  font-weight: 600;
  color: var(--dark);
}
.content-related-services img {
  height: 40px;
  margin-bottom: 1rem;
}
.card-related-servicess-title {
  font-weight: 800;
  color: var(--dark);
  margin: 1rem 0rem;
}
.content-related-services .para {
  z-index: 1;
  opacity: 1;
  font-size: 0.8rem;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  color: var(--dark);
}

.content-related-services .link {
  z-index: 1;
  color: #2fa458;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-related-services .link:hover {
  text-decoration: underline;
}

.card-related-services:hover {
  transform: translate(0px, -16px);
}

.card-related-services:hover .content-related-services::before {
  rotate: -8deg;
  top: 0;
  width: 100%;
  height: 100%;
}

.card-related-services:hover .content-related-services::after {
  rotate: 8deg;
  top: 0;
  width: 100%;
  height: 100%;
}
/* card related services*/
.key-results p:nth-child(odd) {
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--green);
}
.key-results p:nth-child(even) {
  font-weight: 400;
  font-size: 0.8rem;
  color: var(--dark);
}
.key-results div {
  border-left: 0.3px solid var(--green);
}
.slick-slider .slick-list {
  border: none;
}
@media only screen and (max-width: 600px) {
  .key-results p:nth-child(odd) {
    font-size: 1.5rem;
  }
}
/*------------------ Case study -----------------*/
.case-top-section p:nth-child(1) {
  font-size: 0.7rem;
  color: var(--green);
}
.case-top-section p:nth-child(2) {
  font-size: clamp(2rem, 1.3vw + 1rem, 6rem);
  color: var(--dark);
  font-weight: 700;
  line-height: 1.4;
  margin: 2rem 0rem;
}
.case-top-section img {
  border-radius: 25px;
  width: 100%;
}
#case-study .container:nth-child(1) {
  border-radius: 25px;
  background-color: white;
  padding: 3rem 4rem;
}
@media only screen and (max-width: 767px) {
  #case-study .container:nth-child(1) {
    padding: 3rem 1.5rem;
  }
}
.key-findings div p:nth-child(odd) {
  font-weight: 700;
  color: var(--green);
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .key-findings div p:nth-child(odd) {
    font-size: 1.5rem;
  }
}
.key-findings div p:nth-child(even) {
  font-weight: 400;
  color: var(--dark);
  font-size: 0.8rem;
  margin: 0rem;
}
@media only screen and (max-width: 767px) {
  .key-findings div p:nth-child(even) {
    font-size: 0.6rem;
  }
}
.case-study-content {
  background-color: #fbfbfb;
  padding: 3rem;
  border-radius: 25px;
  margin: 3rem 0rem !important;
}
@media only screen and (max-width: 767px) {
  .case-study-content {
    padding: 1rem;
  }
}
.industry {
  font-weight: 600;
  font-size: 1.2rem;
}
.industry-type {
  font-size: 0.9rem;
  background-color: #a94ba9;
  border-radius: 5px;
  color: white;
  padding: 0px 8px;
}
.key-findings-span {
  font-size: 0.9rem;
  background-color: #a94ba9;
  border-radius: 5px;
  color: white;
  padding: 0px 8px;
}
.case-study-content h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #53aa57;
}
.case-study-content h6 {
  font-weight: 600;
}
.case-study-content p {
  font-size: 0.9rem;
}

/*---------------------- Google Marketing Platform Page -------------------------*/

#gmp-sales-partner img {
  width: 80%;
}
#gmp-sales-partner h2 {
  font-weight: 700;
}

/*---------------------- END Google Marketing Platform Page -------------------------*/
.bg-image-gmp {
  /* object-fit: cover; */
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bg-image-container-gmp {
  height: 70vh;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .bg-image-container-gmp {
    height: 56vh;
  }
}
.img-ill-cert {
  width: 80%;
}
.certification-row img {
  width: 250px;
}
.container-product-certification {
  background-color: #ffffff;
  padding: 0.7rem;
  -webkit-box-shadow: 0px 1px 17px -15px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 1px 17px -15px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 1px 17px -15px rgba(0, 0, 0, 0.52);
  border-radius: 10px;
}

.container-product-certification p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.container-product-certification a {
  text-decoration: none;
  color: #222222;
}
@media only screen and (max-width: 768px) {
  .container-product-certification a {
    font-size: 1.1rem;
  }
}
.container-product-certification a:hover {
  color: #22ad4b;
}
.container-product-certification img {
  width: 40px;
}
#gmp-certification h3 {
  font-weight: 700;
}
#gmp-certification a {
  color: var(--dark);
}
#gmp-certification a:hover .container-product-certification {
  border: 1px solid #86ff86;

  -webkit-box-shadow: 1px 11px 29px -15px rgba(99, 151, 110, 0.52);
  -moz-box-shadow: 1px 11px 29px -15px rgba(99, 151, 110, 0.52);
  box-shadow: 1px 11px 29px -15px rgba(99, 151, 110, 0.52);
  transition: box-shadow 0.4s ease-in-out;
}
/*------------- Manage Card -------------------*/

.card-uiverse {
  position: relative;
  width: 80%;
  height: 254px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 25px;
  color: white;
  margin: auto;
}

.card-uiverse::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -5px;
  margin: auto;
  width: 200px;
  height: 290px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #99f9a6 0%, #0ca194 100%);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-uiverse::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #5dc66b 0%, #0ca194 100%);
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(12px);
}

.heading-uiverse {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--dark);
}

.manage-text-box {
  color: var(--dark);
  font-size: 0.9rem;
}

.card-uiverse:hover::after {
  filter: blur(20px);
}

.card-uiverse:hover::before {
  transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}

/*------------- END Manage Card -------------------*/

/* -------------------- Product Page ---------------------*/
@media screen and (max-width: 990px) {
  #product-page-hero {
    display: none;
  }
}

.big-image-product {
  border-radius: 25px;
}
.benefits-product-box {
  border-radius: 25px;
  background-color: white;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.what-is-product {
  margin: 9rem 0rem;
}
.product-help {
  margin: 6rem 0rem;
  background-color: #ecf3f3;
  padding: 5rem 0rem;
}
@media screen and (max-width: 990px) {
  .product-help {
    margin: 0rem 0rem;
    background-color: #ecf3f3;
    padding: 0rem 0rem;
    background-image: none !important;
  }
  .what-is-product {
    margin: 3rem 0rem;
  }
  .what-is-product img {
    width: 80%;
    padding-bottom: 2rem;
  }
}
.product-headline {
  font-weight: 700;
  font-size: 2rem;
}
.product-box-title {
  font-size: 1rem;
  font-weight: 600;
}
.benefits-product-box p {
  font-size: 0.9rem;
}
.icon-4-boxes {
  width: 50px;
  margin-bottom: 1.5rem;
}

.pattern-product {
  position: absolute;
  top: 0;
  right: 0;
  width: 21%;
  opacity: 1;
}
.help-cards-text {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  transition: all 0.3s ease;
}
.help-cards-text:hover {
  -webkit-line-clamp: unset;
}
.graphic-absolute-element {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.product-help {
  background-image: url("../img/patterns/s8-pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.wrapper-exchange-card {
  background-color: #edf3f3;
  padding: 2.5rem 3rem;
  border-radius: 25px;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.DV360-span {
  background-color: var(--green);
  padding: 0rem 1rem;
  color: white;
  border-radius: 25px;
  margin-right: 5px;
}
.wrapper-send-to {
  background-color: #edf3f3;
  border-radius: 25px;
  padding: 4rem 2rem;
  position: relative;
}
.heading-send-to {
  font-weight: 600;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.heading-send-to span {
  background-color: var(--green);
  color: white;
  border-radius: 30px;
  padding: 0.3rem 1rem;
}
.send-to-btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #262b44;
  font-size: 0.9rem;
  background: #ffffff;
  padding: 1.1rem 3rem 1rem 3rem;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  transition: box-shadow 0.3s ease-in-out;
}
.wrapper-send-to img:nth-of-type(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
}
.wrapper-send-to img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
}
@media only screen and (max-width: 991px) {
  .wrapper-send-to img:nth-of-type(1) {
    width: 150px;
  }
  .wrapper-send-to img:nth-of-type(2) {
    width: 150px;
  }
}
@media only screen and (max-width: 450px) {
  .send-to-btn {
    font-size: 1rem;
    padding: 0.8rem 2rem;
  }
  .heading-send-to {
    font-size: 1.2rem;
  }
  .heading-send-to span {
    padding: 0.1rem 0.6rem;
  }
}
#who-benefits h6 {
  font-size: 1.2rem;
  color: var(--green);
  font-weight: 600;
}
#who-benefits img {
  width: 70%;
}
/* --------------------END Product Page ---------------------*/

/*--------------------------------------- Media Page -----------------------------------*/
.nav-media-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding-bottom: 13px;
  padding: 2rem 1rem;
  position: relative;
  background: hsla(165, 89%, 31%, 1);

  background: linear-gradient(
    90deg,
    hsla(165, 89%, 31%, 1) 0%,
    hsla(161, 46%, 49%, 1) 100%
  );

  background: -moz-linear-gradient(
    90deg,
    hsla(165, 89%, 31%, 1) 0%,
    hsla(161, 46%, 49%, 1) 100%
  );

  background: -webkit-linear-gradient(
    90deg,
    hsla(165, 89%, 31%, 1) 0%,
    hsla(161, 46%, 49%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#099773", endColorstr="#43B692", GradientType=1 );
}
.tab-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding-bottom: 13px;
  padding: 2rem 1rem;
  position: relative;
  background: hsla(165, 89%, 31%, 1);

  background: linear-gradient(
    90deg,
    hsla(165, 89%, 31%, 1) 0%,
    hsla(161, 46%, 49%, 1) 100%
  );

  background: -moz-linear-gradient(
    90deg,
    hsla(165, 89%, 31%, 1) 0%,
    hsla(161, 46%, 49%, 1) 100%
  );

  background: -webkit-linear-gradient(
    90deg,
    hsla(165, 89%, 31%, 1) 0%,
    hsla(161, 46%, 49%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#099773", endColorstr="#43B692", GradientType=1 );
}
.tab_btn {
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border: 1px solid #ffffff42;
  border-radius: 5px;
  margin-right: 10px;
}
.tab_btn button {
  background-color: transparent;
  color: white;
  text-transform: uppercase;
}
.tab_btn.active-tab {
  color: var(--dark) !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
}
.tab_btn.active-tab button {
  color: var(--dark);
  font-weight: 600;
}
.wrapper-tabs {
  padding: 0rem 2.5rem;
  /* -webkit-box-shadow: -2px 1px 25px -16px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: -2px 1px 25px -16px rgba(0, 0, 0, 0.52);
  box-shadow: -2px 1px 25px -16px rgba(0, 0, 0, 0.52); */
  background-color: white;
  border-radius: 25px;
}
#media-content {
  margin: 5rem 0rem;
  background-color: white;
}
.media-content-box {
  padding: 5rem !important;
}
@media only screen and (max-width: 991px) {
  .media-content-box {
    padding: 2rem !important;
  }
}
.content-tabs {
  display: none;
  animation: moving 0.5s ease;
}
@keyframes moving {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
.content-tabs.active-tab {
  display: block;
}
.content-tabs span {
  padding-right: 1rem;
  font-weight: 500;
  color: var(--green);
}
.content-tabs h2 {
  font-weight: 700;
  font-size: 1.5rem;
  width: 90%;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .content-tabs h2 {
    width: 100%;
  }
  .media-content-box {
    padding: 1rem;
  }
  .tab_btn {
    margin: 0px;
  }
}
.list-row {
  padding: 3rem 0rem;
  border-bottom: 1px solid var(--green);
}
.how-this-helps {
  font-size: 0.9rem;
}
.heading-services {
  font-weight: 600;
  color: var(--green);
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.how-this-helps span {
  font-size: 0.9rem;
  color: var(--green);
  padding: 0 !important;
}
.content-description {
  text-align: center;
  padding-top: 4rem;
}
.title-trainings {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 2rem;
}
/*--------------------------------------- END Media Page -----------------------------------*/

/*--------------------------------------- Service Provider Page -----------------------------------*/
.e-card {
  margin: 50px auto;
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0, 0, 0, 0.45);
  position: relative;
  width: 90%;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(744deg, #5dc66b, #5dc66b 60%, #0ca194);
}

.icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}

.infotop {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 5.6em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}

.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}

.wave {
  border-radius: 40%;
  animation: wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
  animation-duration: 4000ms;
}

.wave:nth-child(2) {
  animation-duration: 50s;
}

.playing .wave:nth-child(3) {
  animation-duration: 5000ms;
}

.wave:nth-child(3) {
  animation-duration: 45s;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.pillars-btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #32383f;
  font-size: 0.8rem;
  background: #ffffff;
  padding: 0.6rem 1rem 0.6rem;
  text-decoration: none;
  font-weight: 600;
}
.infotop p {
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}
/*CARD Marketing Technology*/
.wave-mt {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -21%;
  margin-top: -56%;
  background: linear-gradient(744deg, #5dc66b, #5dc66b 60%, #0ca194);
}
.wave-mt:nth-child(2),
.wave-mt:nth-child(3) {
  top: 210px;
}
.playing .wave-mt {
  border-radius: 40%;
  animation: wave-mt 3000ms infinite linear;
}
.wave-mt {
  border-radius: 40%;
  animation: wave-mt 55s infinite linear;
}
.playing .wave-mt:nth-child(2) {
  animation-duration: 4000ms;
}

.wave-mt:nth-child(2) {
  animation-duration: 50s;
}

.playing .wave-mt:nth-child(3) {
  animation-duration: 5000ms;
}

.wave-mt:nth-child(3) {
  animation-duration: 45s;
}
@keyframes wave-mt {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------- END Service Provider Page -----------------------------------*/

/*------------------------------------- Contact Page --------------------------------------*/
#contact-form-section {
  margin: 5rem 0rem;
}
.form-wrapper {
  background-color: #ffffff;
  padding: 2.5rem 4rem !important;
  /* -webkit-box-shadow: -2px 1px 25px -16px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: -2px 1px 25px -16px rgba(0, 0, 0, 0.52);
  box-shadow: -2px 1px 25px -16px rgba(0, 0, 0, 0.52); */
  border-radius: 10px;
}
.form-control-s {
  display: block;
  border: none;
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #3f3d56;
  background-color: #ffffff;
  background-clip: padding-box;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0rem;
}

.btn-outline-warning-s {
  color: #ffffff !important;
  background-color: #00ae1b !important;
  background-image: none;
  border-color: #00ae1b !important;
  width: 100%;
  padding: 0.6rem 0rem !important;
}
.btn-outline-warning-s:hover {
  color: #ffffff !important;
  background-color: #029218 !important;
  border-color: #d3d3d3;
}
.form-error {
  font-size: 0.8rem;
  padding-top: 10px;
  padding-left: 10px;
  color: #f79494;
  display: none;
}
.form-btn {
  background-color: #22ad4b !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 0.7rem 3rem !important;
}
.form-check-input:checked {
  background-color: #22ad4b !important;
  border-color: #22ad4b !important;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #60b47640 !important;
}
.form-switch .form-check-input {
  transition: background-position 0.25s ease-in-out !important;
}
.title-contact {
  font-weight: 700;
  font-size: 2rem;
  color: var(--dark);
}
#contactForm input {
  font-size: 0.9rem !important;
}
select {
  font-size: 0.9rem !important;
}
.form-switch .form-check-label {
  font-size: 0.9rem;
}
#succes-msg {
  display: none;
}
#error-msg {
  display: none;
}
.succes-message p:first-child {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  color: #22ad4b;
}
.succes-message p:not(:first-child) {
  text-align: center;
}
.error-message p:first-child {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  color: #f16767;
}
.error-message p:not(:first-child) {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .form-wrapper {
    padding: 0.5rem 0rem !important;
  }
}
@media screen and (max-width: 770px) {
  #contact-form-section p {
    font-size: 0.8rem;
  }
}
/*--------------------------END CONTACt -----------------------------------*/

/* ----------- Footer ------------------*/
#footer {
  background-color: #191c1f;
  padding-top: 7rem;
}
#footer p {
  margin-bottom: 5px;
  color: white;
}
ul a {
  text-decoration: none;
  color: #9d9d9d;
}
.disabled-footer {
  pointer-events: none;
  cursor: default;
}
ul a:hover {
  text-decoration: none;
  color: #9d9d9d;
}
.social-media a {
  text-decoration: none;
  color: white;
  font-size: 1.3rem;
  padding-right: 7px;
}
.social-media a:hover {
  text-decoration: none;
  color: white;
}
.footer-logo {
  width: 150px;
  margin-bottom: 35px;
}
.footer-head-col-text {
  font-size: 1.2rem;
  font-weight: 500;
}
#footer ul {
  color: #9d9d9d;
  font-size: 0.9rem;
}
.reveal-cert {
  display: none;
}
.see-more-cert {
  cursor: pointer;
}
.copyright {
  margin-top: 2rem;
  padding: 3rem 0rem;
}
/*--------------- END Footer --------------------*/
.certifications-wrapper-div {
  background-color: white;
  padding: 4rem 5rem !important;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .certifications-wrapper-div {
    background-color: white;
    padding: 3rem 3rem !important;
    border-radius: 10px;
  }
}
.corporate-resposability a {
  color: #20aa3f;
  text-decoration: underline;
}
.corporate-resposability a:hover {
  color: #0f7826 !important;
  text-decoration: underline;
}
.legal-wrapper-div {
  background-color: white;
  padding: 4rem 5rem !important;
  border-radius: 10px;
}
.legal-badge-img {
  width: 250px;
}
@media screen and (max-width: 992px) {
  .legal-badge-img {
    width: 200px;
  }
}
.full-img-legal {
  overflow: hidden;
}
