#hero {
  width: 100%;
  margin-bottom: -6px;
}

#subhero-info {
  background-color: #2a2a2b;
  width: 100%;
  display: flex;
  padding: 20px 30px;
  box-sizing: border-box;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #subhero-info {
    display: block;
    text-align: center;
  }
  .subhero-item {
    margin: 0 auto 10px auto;
    text-align: left;
    height: 50px;
    width: 230px;
  }
}

.subhero-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 200px;

  & h2 {
    font-family: bebasLight;
    font-size: 20px;
    color: #fff;
    margin: 0;
  }

  & p {
    font-family: bebasNeue;
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
  }
}

#freteImg {
  width: 40px;
  height: 40px;
}

#descontoImg,
#segurancaImg {
  width: 30px;
  height: 30px;
  padding: 5px;
}

.medium {
  display: none;
}
.small {
  display: none;
}
