.conent__hub {
  width: 100%;
}
.conent__hub h3 {
  color: #610028;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.conent__hub h2 {
  color: #000;

  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.conent__hub p {
  color: #000;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.hub-boxs {
  margin-top: 24px;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hub__box {
  display: flex;
  max-width: 1098px;
  width: 100%;
  padding: 24px;
  align-items: center;
  gap: 27px;
  border-radius: 8px;
  background: #f3efe4;
}
.hub__box__img {
  border-radius: 7.028px;
  width: 367.332px;
}

.hub__box h4 {
  overflow: hidden;
  color: #000;

  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}
.hub__box p {
  overflow: hidden;
  color: #746f5f;

  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.hub__box a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #610028;

  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
  text-transform: uppercase;
}
.hub__box a:hover {
  filter: brightness(1.4);
  transition: 0.9s;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .conent__hub h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 6px;
  }
  .conent__hub h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .hub-boxs {
    margin-top: 24px;
    margin-bottom: 24px;

    gap: 14px;
  }
  .hub__box {
    display: flex;

    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .hub__box__img {
    width: 100%;
  }

  .hub__box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .hub__box a {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
}
