/********more*****/
body{
    color: black;
    width: 100%;
}
#service3{
    width: 100%;
    padding: 127px 0 200px;
	background-color: #000;
	color: #fff;
        font-size: 30px;
    text-align: center;
}

.service3-text a{
    color:red;
}
.service3-text h3{
    text-align:left;
    color: #e0e0e0;
}
.service3-text h4 p{
    text-align:left;
    color: #e0e0e0;
}
.service3-text h5{
    text-align: left;
}
.service3-text h5 a2{
    color: #7c7c7c;
    font-size: 22px;
}
.service3-text h5 p{
    color: #7c7c7c;
    font-size: 16px;
}
.service3-text h5 p a{
    color: #ffffff;
    text-decoration: underline;
}
.service3-text h5 p a:hover{
    cursor: pointer;
    color: #e21010;
    text-decoration: none;
}
.service3-text button{
  margin: 5px;
    padding: 2px 23px;
    border:-3px solid #446d88;
    background: #58a linear-gradient(#000000, #bc0000);
    border-radius: 34px;
    box-shadow: 0 -2px 7px gray;
    color:white;
    text-shadow: 0 5px 2px #0f181d;
    font-size: 23px;
    line-height: 39px;
    top:70%; 
}
