@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
/*variables*/
.company-posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.company-news-info {
  text-align: center;
}

.company-news-info p {
  color: #828a9c;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.company-news-info h1 {
  color: #ff3514;
}

.company-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.company-post .sm-para {
  text-align: center;
  color: #c5c5c5;
  font-size: 15px;
}

.company-post .sm-para a {
  text-decoration: none;
  color: #ff3514;
  font-size: 13px;
}

.company-post .light-para {
  text-align: center;
  color: #a1a0a0;
}

.company-post #blog-img-1:hover,
.company-post #blog-img-2:hover,
.company-post #blog-img-3:hover {
  position: relative;
  top: -5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}

.company-post h5 {
  text-align: center;
  cursor: pointer;
}

.company-post h5 a {
  color: #383838;
  text-decoration: none;
}

.company-post h5 a:hover {
  color: #ff3514;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.company-post h5:hover {
  color: #ff3514;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (max-width: 770px) {
  .company-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-post {
    padding-bottom: 35px;
    overflow: hidden;
  }
}

@media (min-height: 1000px) and (min-width: 1000px) {
  .company-post h5 a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=posts.css.map */