.head {
    text-align: center;
    color: #222;
    margin-top: 50px;
}

.head h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.being_able {
    padding-top: 50px;
}

.being_able h2 {
    color: #222;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 4px solid #ffebeb;
    position: relative;
}

.being_able h2:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 4px var(--color-pink);
    bottom: -4px;
    width: 33%;
}

.being_able .p {
    color: #222;
    font-size: var(--clamp-20);
    line-height: var(--clamp-40);
}

.being_able.pb-50 {
    padding-bottom: 50px;
}

article {
    padding-bottom: 50px;
}