.affa-team img {
  width:200px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}

.product-download {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .product-download {
    text-align: right;
  }
}

#parentMenu.in {
  color: #f54747 !important;
}

.amarroom {
  color: blue;
}

.home__product-container {
  display: flex;
  justify-content: center;
  height: auto;
}

@media only screen and (min-width: 300px) {
  .post-item-title {
    font-size: 16px !important;
    }
}

@media only screen and (min-width: 768px) {
  .post-item-title {
    font-size: 10px !important;
    }
}

@media only screen and (min-width: 1200px) {
  .post-item-title {
    font-size: 16px !important;
    }
}