
.big-text {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 54px */
    text-transform: uppercase;
}

.big-text p strong,
.big-text strong{
    color: #AAD091;
    font-weight: 400;
}
@media (max-width: 650px) {
    .big-text {
        font-size: 24px;
    }
}
