/*!
 *   
 *   Author: 
 *	 Website: 
!*/

.content-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

.text-content-static img {
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 767px) {
  .text-content-static img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
}

.text-content-static .h1,
.text-content-static .h2,
.text-content-static .h3,
.text-content-static h1,
.text-content-static h2,
.text-content-static h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.pagination {
  margin: 0px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.col-flex {
  display: inline-flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  box-sizing: border-box;
  /* width: 25%; */
  /* background: rgb(255, 255, 255); */
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}

.col-flex>a {
  position: relative;
  background-color: rgb(255, 255, 255);
  display: inline-flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0px;
}

/* @media (min-width: 768px) {
  .frontend-row {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse !important;
  }
} */