/*
Theme Name: AdsEasy Theme
Author: Vinay
Version: 1.0
Description: Custom based WordPress theme
*/

.service-box{
padding:30px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
transition:0.3s;
}

.service-box:hover{
transform:translateY(-5px);
}

.team img{
border-radius:50%;
}

.hero{
background:#0d6efd;
color:white;
padding:140px 0;
}
