
/* intro_block */
.intro_img {
    padding: 1px;
}

.intro_title {
    font-weight: 400;
}
    .intro_text{
        font-size:16px;
        line-height:30px;
        text-align:justify;
    }

    .overlay > div {
        padding: 60px;
    }

/* idea_block */
.idea_title{
    font-weight:400;
}
.idea_img {
    padding: 0;
}
.idea_text {
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #767678;
}

/* img_block */
.list:after {
    clear: both;
    display: block;
    content: " ";
} 

@media (max-width: 575.98px) {

    .section3 .col-lg-10 {
        border: none;
    }
}

/*.hovereffect {
    width: 100%;
    height: 100%;
      float: left;
  overflow: hidden;
  position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



.hovereffect img {
  display: block;
  position: relative;
}*/