.btn-sgr{
  background: #df0f2d;
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 40px;
  font-size: 24px;
  border-radius: 10px;
}
.btn-sgr:hover,
.btn-sgr:focus{
	background: #820015;
	color: #fff;
}

.page-section_intro__header{
  text-align: center;
}
.btn-white{
 /* background: #fff;
  border-color:transparent;
  font-weight: bold;*/
  color: #fff;
  font-size: 1.4rem!important
}
.instaImg img{width: 25%;padding: 1px;}
.list-feature{
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-feature__icon{
  font-size: 30px;
  width: 45px;
}
.block-service__icon{
  font-size: 3.28571rem;
}

@media(max-width:767px){
	.mobile-title-heading{
		font-size: 28px!important;
	}
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}