#intro-title{
    text-align: center;
    margin-top: 50px;
    font-size: 50px;
    font-weight: bold;
    color: #6b9eae;
}

#intro-description {
    margin: 20px;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 40px;
    align-content: center;
    font-size: 20px;
    color: #666565;
}

#services-list {
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: 50px;
    margin-left: 50px;
}

.services-container {
    flex: 0 0 250px;
}

.services-image {
    margin-bottom: 10px;
}

.services-title {
    margin-bottom: 10px;
    color: dodgerblue;
    font-size: 25px;
}

.services-description {
    margin-bottom: 10px;
}

