.bgimage {
/*
  width:100vw;
  height:400px;
  background: url(src=);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
*/
/*  background-attachment: fixed;*/
    width: 100vw;
      
    position: relative;
    height: 400px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
    background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}
.hero-image img{
    display: block;
    width: 100%;
    position: relative;
    max-height: 600px;
    overflow: hidden;
/*    background: url(sms-1.png) no-repeat center;*/
    background-size: cover;
    
  
}
.side1 img{
    width: 360px;
    height: 360px;
    
}
.sms3{
        margin-top: 100px;
    float: left;
}
.my-col-text> h2{
  font-family: Arial;
  font-size:40px;
  font-weight: bolder;
  
}
.my-row-one, .my-row-two{
  display: flex;
  align-items: center;

}
.my-col-text >h2 ,.my-col-text-pbx h2{

  text-align: center;
  font-family: arial;
  font-size: 40px;
  font-weight: bolder;
  line-height: .8;


}
.my-col-img img{
  text-align: center;
  margin-left: 35%;
  margin-right: 35%
  margin-right: auto;
}
.my-new-container{
  
  height: 350px;

}
.ROW >.image-block img h5{
  align-items: center;
 }
.image-block{
  text-align: center;
}






