/*--------------------------------------------------------------
# Sambutan
--------------------------------------------------------------*/
.konsen .content {
  padding: 30px 0;
}

.konsen .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.konsen .content p {
  margin-bottom: 0;
  text-align: justify;
}

.konsen .content span{
  margin-top: 10px;
}

.konsen .content .icon-box {
  margin-top: 25px;
}

.konsen .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.konsen .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #ce1212;
}

.konsen .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.konsen .image {
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .konsen .image {
    text-align: center;
  }

  .konsen .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .konsen .image img {
    max-width: 100%;
  }
}