.section_2{
padding:80px 0 50px 0;
}

.bg1{
  background-image:url(https://www.newpages2u.com/userfiles/21550/image/BG1.jpg);
  background-position:center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height:450px;
}

.pad{
  padding:10% 15%;
}

.font1{
  font-size:45px;
  font-weight:bold;
  line-height: 45px;
}

.font2{
  font-size:16px;
  line-height:30px;
}

.line{
  width:100px;
  height:4px;
  margin:20px 0 25px 0;
}

.icon_x1{
transition:ease-in-out 0.3s;
filter:brightness(90%);
transform:scale(1);
}

.icon_x1:hover{
transform:scale(1.05);
filter:brightness(200%);
}

.intro {
    padding: 0px !important;
    overflow-x: auto;
}