h2 {
    text-align: left;
}
h2::after {
    width: 113px;
    height: 10px;
    background: var(--color-text);
    content: '';
    display: block;
    margin-top: 10px;
}
.blockchain {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blockchain .content button {
    margin: 100px 0 0 0;
}
.priority {
    background: var(--background-section);
    padding-top: 100px;
    padding-bottom: 100px;
}
.priority p {
    font-size: 14px;
    margin-bottom: 60px;
    text-align: justify;
}
.priority .content > div {
    margin-bottom: 60px;
}
.priority .content button {
    margin: 50px 0 0 0;
}
img {
    width: 90%;
    max-width: 367px;
    margin: 0 auto;
    display: block;
}
.application {
    background: var(--color-section-header);
    padding-top: 100px;
}
.application .wrapper > div {
    display: flex;
    justify-content: space-around;
    padding-bottom: 60px;
}
.application h3 {
    color: var(--main-color-white);
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}
.about div:first-of-type .content img {
    max-width: 50%;
    margin-top: 0;
}
.about {
    & .profit-items.types {
        h3 {
            top: 0;
            margin-bottom: 20px;
        }
        p {
            top: 0;
        }
    }
}
.about > div > .wrapper > p {
    text-align: left;
    margin-left: 0;
}
@media screen and (max-width:578px) {
    h2 {
        text-align: left;
    }
    .blockchain,
    .priority {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .priority .content > div {
        margin-bottom: 40px;
    }
    .content li {
        font-size: 12px;
    }
    .application {
        padding-top: 40px;
    }
    .application .wrapper > div {
        flex-direction: column;
        gap: 60px;
    }
}