#sec {
  margin-top: 50px;
}
#story {
  padding-bottom: 50px;
  padding: 0 15px;
  margin-bottom: 100px;

}

.story-desc {
  padding: 40 40px 40px 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.story-desc > h3 {
  color: black;
  font-weight: 500;
  font-size: 28px;
}

.story-desc > p {
  font-size: 15px;
}

.story-descb {
  padding: 10px 10px 30px 10px;
  margin: 60px 0;
  background: #f7f7f7;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.story-descb:hover {
  box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
  border-bottom: 5px solid black;
  margin-top: 55px;
  cursor: pointer;
}

.story-descb > i {
  font-size: 45px;
  height: 60px;
  line-height: 60px;
  color: #999;
}

.story-descb h6 {
  font-size: 18px;
  color: #666;
  padding: 25px 0 5px;
}

.story-descb p {
  color: #867f7f;
  font-size: 14px;
}

@media (max-width: 767px) {
  .story-descb {
    padding: 10px 10px 30px 10px;
    margin: 20px 0;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

@media (max-width: 585px) {
  .story-descb {
    padding: 10px 10px 30px 10px;
    margin: 20px 10%;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

@media (max-width: 420px) {
  .story-descb {
    padding: 10px 10px 30px 10px;
    margin: 20px 0%;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

@media (min-width: 1600px) {
  .story-desc > p {
    font-size: 16px;
  }

  .story-descb p {
    color: #867f7f;
    font-size: 16px;
  }
  #con{
    height: 300px;
    
  }
}
#com h5{
  font-size: 15px;
  color: black;
}
#box {
  width: 100%;
  height: 350px;
  margin-top: 10px;
}
#link {
  margin-top: 10px;
}
#img {
  width: 100%;
  height: 250px;
}
#box h4 {
  overflow: hidden;
}
#con {
  margin-top: 50px;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  height: 100%;

}
.padding-40{
padding: 40px !important;
}