.h2-tag.h2-tag--small {
    font-size: 30px;
    margin-bottom: 30px;
}

p.bold-text {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
}

.bold-yellow {
    display: block;
    color: #FFF178;
    font-weight: 900;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 2%;
    margin-top: 24px;
}
.two-cols-element .blue-title {
    margin-bottom: 30px;
}



@media (min-width: 1024px) {
    .h2-tag.h2-tag--small {
        font-size: 56px;
    }
}

