h1 {
    text-align: center;
    margin: 4rem auto;
}

.services-main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 1.5rem auto 4rem;
}

.services-single {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-single .services-img {
    width: 250px;
    margin-bottom: 22px;
}

.services-single .services-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.btn-primary{
    width: 190px;
}

@media (max-width : 430px) {
    .services-main {
        flex-direction: column;
    }
}