.three-element {
    padding: 100px 0;
}

.three-element-title {
    margin-bottom: 30px;
    color: #303030;
    font-size: 30px;
    font-weight: 500;
}

.three-element-text {
    max-width: 900px;
    margin: 0 auto 80px;
    font-size: 15px;
    font-weight: 400;
}

.element-title {
    color: #303030;
    font-size: 22px;
    font-weight: 500;
}

@media only screen and (max-width: 576px) {
    .three-element {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }

    .three-element-title {
        margin-bottom: 20px !important;
    }

    .three-element-text {
        margin-bottom: 40px !important;
    }
}
