/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.thematics {
  position: relative;
  padding-bottom: 120px;
}

.thematics .container-fluid {
  position: relative;
  padding-top: 95px;
}

.thematics .content {
  padding: 60px 100px;
}

.thematics .img-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
  border-radius: 10px;
}

.thematics .credit {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-family: SansSerif;
}

.thematics .content ul {
  list-style: none;
  padding: 0;
}

.thematics .content ul li {
  padding-left: 28px;
  position: relative;
}

.thematics .content ul li + li {
  margin-top: 10px;
}

.thematics .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #bfbfbf;
  line-height: 1;
}

@media (max-width: 1024px) {
  .thematics .content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .thematics .content {
    padding-top: 30px;
  }
}
