main{
    margin-bottom: 30px;
}

.sec{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
}
.serv{
    height: 80px;
    width: 31%;
    margin-bottom: 180px;
}
.borderimg{
    border-radius: 10% 0% 10% 0%;
    box-shadow: 0px 0px 10px 10px black;
}
.borderimg:hover{
    transform: scale(120%);
}
.border{
    border-radius: 10%;
    box-shadow: 0px 0px 10px 10px transparent;
}