.sticky-sec-title {
display: flex;
  justify-content: center;
}

.shipping-tool-card {
  padding: 40px 40px;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 5%);
  width: 100%;
/*   background-image: linear-gradient(
    to bottom,
    rgba(245, 245, 34, 0.1) 70%,
    rgba(249, 188, 9, 0.4) 100%
  ); */
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.card-wrapper {
 display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2rem;
  height: 100vh;
}

.content-wrapper {
  max-width: 60%;
 width: 100%; 
  display: flex;
  flex-direction: column;
/*   gap: 1rem; */
}
.btn-wrapper {
 display: flex; 
}
.img-wrapper {
 width: 100%;
  height: 100%;
}
.img-wrap {
 width: 100%;
  height: 100%;
  display: flex;
}
.img-wrap img {
  border-radius: 12px;
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

.shipping-tool-card h3 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.shipping-tool-card .card-title-sm {
  font-size: 20px;
  opacity: 0;
  text-decoration:none;
  /*   display: none; */
}
.shipping-tool-card p,
.shipping-tool-card .text {
  font-size: 18px;
  color: #1c1c1c;
  line-height: 1.3;
}

.shipping-tool-card .title {
  font-size: 24px;
  line-height: 1.1;
  padding-bottom: 0.4em;
  display: flex;
  align-items: center;
  color: #121212;
  text-transform: capitalize;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.shipping-tool-card h6,
.shipping-tool-card .title span {
  display: inline-block;
  margin-right: 10px;
  background: #a4771a;
  padding: 4px 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.shipping-tool-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* RESPONSIVENESS */
@media(max-width: 768px) {
.shipping-tool-card .btn-wrapper {
  margin: auto;
  }
}



/* .shipping-tool-card-1 {
  background-image: radial-gradient(
    circle farthest-corner at 3.7% 49.8%,
    rgba(143, 232, 255, 1) 21.9%,
    rgba(209, 243, 251, 1) 52.9%
  ); */
  z-index: 2;
}

/* .shipping-tool-card-2 {
  background-image: linear-gradient(45deg, #85ffbd 0%, #fffb7d 100%);
  z-index: 3;
} */

/* .shipping-tool-card-3 {
  background-image: linear-gradient(19deg, #faaca8 0%, #ddd6f3 100%);
  z-index: 4;
}

.shipping-tool-card-4 {
  background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
  z-index: 5;
} */




