
.care-team {
    padding: 50px calc((100% - 1190px)/ 2);
    background-color: #EFEFF4;
}

section.info {
    padding: 50px calc((100% - 1190px)/ 2);
    background-color: #32b4a6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

section.info .info {
    width: 49%;
    background-color: white;
    border-radius: 8px;
    padding: 1em;
    margin-bottom: 2%;
    min-height: 160px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
    color: #292929;
}

section.info .info .title h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

section.info .info .title .image {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-right: 5px;
}

section.info .info .description {
    margin-top: 0.5em;
}

section.info .info .description p {
    font-size: 18px;
}

section.info .info .description a {
    text-decoration: underline;
    color: #32b4a6;
    font-weight: 600;
}

section.info .info .description a br {
    display: none;
}