@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
p{
  text-align: justify;
  font-weight: 400 !important;
  color: grey;
  margin-bottom: .5rem !important;
}
.text-justify{
  text-align: justify;
}
.text-primary {
  color: #e21d25  !important;
}
  ::-webkit-scrollbar {
    display: none;
  }
.raw-materials-banner-blog {
    /* background-image: url(https://console.spideraiweb.com/img/Hinglaj%20Spring%20Industries/products/banner/hinglaj%20spring%20product.jpg); */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://console.spideraiweb.com/img/Hinglaj%20Spring%20Industries/products/banner/hinglaj%20spring%20product.jpg);
    min-height: 350px;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.raw-materials-banner-blog .content {
    color: white;
    text-align: center;
}
.raw-materials-banner-blog ul {
    padding-left: 0;
}
.raw-materials-banner-blog ul li {
    display: inline;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {

  .flex-direction {
    flex-direction: column-reverse;
  }
  
}

@media (max-width: 528px) {

}

