.content--InnerWrapper p {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px; /* 126.667% */
    color: #000;
}
.content--InnerWrapper h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.content--InnerWrapper {
    margin-bottom: 20px;
}
section.content--ComponentBig {
    padding: 60px 0px;
}

@media(max-width:768px){
    section.content--ComponentBig {
        padding: 20px 0px;
    }
    .btn-yellow {
        width: 100%;
    }
}