.awsprodcompnew-block {
  margin: 1.5rem 0;
}

h3.awsprodcompnew-title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.awsprodcompnew-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.awsprodcompnew-item {
  flex: 0 0 auto;
  max-width: 150px;
  text-align: center;
}

.awsprodcompnew-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}

#product .product-description-short .awsprodcompnew-list .awsprodcompnew-name a,
.awsprodcompnew-list .awsprodcompnew-name a {
 font-family: "Roboto", sans-serif;
  text-transform: none;
  display: block;
  margin-top: 10px;
  font-size: 16px!important;
  color: #02019b !important;
  font-weight: 600;
  text-align: center;
}
.awsprodcompnew-list .awsprodcompnew-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    max-width: 100px;
    max-height: 100px;
    aspect-ratio: 1 / 1;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin: 0 auto;
}

