
	
.services {
    padding: 20px;
    text-align: center;
    display: flex;}
	#servicesh2 {      text-align: center;
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px 0px 1px;
    text-shadow: 0px 0px 2px black;
}

.services h3 {    height: 50px;
    margin: 0px;
    font-weight: 600;
   }
   
.services_box{   width: 200px;
    vertical-align: middle;
    height: auto;
    background: linear-gradient(45deg, #0615a6,#0424d4, #0619b1);
    padding: 27px;
    text-align: center;
    color: white;
    margin: 10px 4px;
    box-shadow: 0px 0px 10px 0px #00000012;
    border-radius: 10px;}
	
.scroll_cont {display: flex;
    position: relative;
    margin: 0 auto;}
	
.services_box h2 {}

.services_box p{font-size: 12px;
    height: 65px;}
	
	
.share_wtsp form{    display: flex;
    margin: 14px auto 20px;
    position: relative;
    width: fit-content;}
	
.wtsp_share_btn  {background: #1aab2c;
    font-size: 12px;
    padding: 10px;cursor:pointer}