/*COLORS */
/*TEXT COLORS */
/*SHADOW */
/* BORDER RADIUS */
/* GRADIENTS */
@media (max-width: 500px) {
  .visual-wrap img {
    width: 100%;
  }
}
.shriramtitle {
  font-size: 22px;
  font-weight: 500;
  color: #101828;
}

.shrirampara {
  font-size: 16px;
  font-weight: 400;
  color: #364153;
  line-height: 26px;
  font-family: "open sans";
}

.shriramlink {
  font-size: 16px;
  font-weight: 600;
  color: #101828;
  line-height: 24px;
  font-family: "open sans";
}
.shriramlink:hover {
  text-decoration: underline !important;
}/*# sourceMappingURL=companies.css.map */
.shriramlist:hover{
  background-color: #F9FAFB !important;
}
.shriramlist:hover .shriramlink{
  color: #0D85C4 !important;
}
.shriramlist:hover .shriramlink img{
   filter: invert(32%) sepia(91%) saturate(747%) hue-rotate(174deg) brightness(92%) contrast(90%);
}