.section {
    padding: 120px 0;
    margin: 0 auto;
}

.section .text__header {
    text-align: center;
}

.section .text__header p {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 10px;
}
.section .text__header h1 {
    font-size: 50px;
    margin-bottom: 70px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text {
    margin-bottom: 20px;
    padding: 20px;
    width: 28%;
    border-radius: 20px;
}

.text:hover {
    background-color: #f5f5f5;
}

.text .text__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.text .text__desc h2 {
    margin-bottom: 20px;
}

.text .text__desc p {
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4;
}

.text .text__desc a {
    font-weight: 300;
    text-decoration: underline;
}