.mm-glass-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    min-height: 340px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    background: linear-gradient(
        180deg,
        rgba(92,92,92,.96) 0%,
        rgba(72,72,72,.96) 18%,
        rgba(48,48,48,.97) 55%,
        rgba(22,22,22,.99) 100%
    );
}

.mm-glass-content {

    width: 100%;
    max-width: 1400px;

    padding: 70px 80px;

    text-align: center;
}

.mm-glass-content p {

    margin: 0;

    color: #F5F2EC;

    font-size: 24px;

    font-weight: 400;

    line-height: 1.75;

    letter-spacing: .3px;

    text-shadow: 0 2px 8px rgba(0,0,0,.55);
}

.mm-brand {

    color: #84212F;

    font-weight: 700;
}

@media (max-width:768px){

.mm-glass-section{

min-height:260px;

}

.mm-glass-content{

padding:45px 30px;

}

.mm-glass-content p{

font-size:18px;

line-height:1.65;

}

}