.banner-logo-image {
  width: 150px; /* Default for small devices */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .banner-logo-image {
    width: 200px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .banner-logo-image {
    width: 250px;
  }
}

.label {
  letter-spacing: 1px;
}

.tpbanner__button {
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 3px;
  border: none;
  font-size: 18px;
}

.tpbanner__sub-title {
  color: #fff;
}
.tpbanner__title {
  max-width: 50%;
}

.tpabout__inner__img {
  width: 90%;
  border-radius: 10px;
}

.footer-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}

.newsletter-icons {
  display: flex;
  align-items: center;
  margin: 0;
  list-style-type: none;
  justify-content: space-between;
  gap: 20px;
}

.newsletter-icons li {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;

  font-size: 25px;
  color: #484492;;
}

.newsletter-icons li i {
  margin-right: 5px;
  font-size: 40px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  top: 5px;
}

.newsletter-icons li span {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

.catalogs-img{
  max-height: 400px;
}