
.article-flex{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}

.article-content{
    width: 50%;
}

.article-content h4{
    font-size: 25px;
}



.article-flex img{
    margin-top: 100px;
    width: 300px;
    height: 300px;
    border-radius: 100%;
}

.services{
    background-color: rgb(250, 250, 250);
}

.services-imgs{
    display: flex;
    justify-content: center;

}

.services-imgs img{
    width: 100px;
    height: 100px;
    margin: 40px;
}
