.service-icon-container {
    flex-basis: calc(33.333% - 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-icon-header {
    text-align: center;
}

.service-icon-wrapper {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.service-icon-title {
    margin: 0px;
    color: black;
    font-size: 36px;
}

.service-icon-description {
    max-width: 350px;
    color: #363636;
    font-size: 22px;
}