.font1{
    font-size:14px !important;
}

.title1{
    overflow: hidden;

}

.title2{
    overflow: hidden;

}


.title3{
    padding-top:40px;
    overflow: hidden;

}


.title1 img{
    transform: scale(1.3);
}


.title2 img{
    transform: scale(1.3);
}

.title3 img{
    transform: scale(1.3);
}


.section_1{
    padding-bottom:30px !important;
}

.section_2{
    padding-bottom:50px;
    padding-top:0px
}

.section_3{
    padding-bottom:15px;
    padding-top:30px;
}

.section_4{
    padding-top:50px;
    padding-bottom:25px;
}


#container{
    padding-bottom:30px;
}

.intro {

    padding: 0 !important;
    overflow-x: auto;

}

.button {

    background-color: #fff;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}