/*------------ title ------------*/
.title {
  color: #000000;
  font-size: 23px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 40px;
  font-weight: normal;
}
.title span {
  display: none;
}
.title h2 b {
  font-weight: unset;
  color: #e37551;
}
.title h2 {
  font-family: "Lato", sans-serif;
  display: block;
  color: #1a679e;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 60px;
}
.about-sect .index_more {
    transition: all 0.3s;
    position: absolute;
    bottom: inherit;
    top: 305px;
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1000px) {
    .title h2 {
        font-size: 45px;
    }
    .about-sect .index_more {
        left: unset;
        right: unset;
        position: relative;
        bottom: unset;
        top: unset;
        margin: 30px auto 50px;
    }
}