.info-wrapper{
    background-color: var(--green);
}
.info-cont{
    padding-block: 35px;
}
.info-text{
    font-family: "Lobster-Regular";
    font-size: 40px;
    line-height: 65px;
    color: var(--brown);
    font-style: italic;
    word-spacing: 6px;
    text-align: center;
    font-weight: lighter;
}

@media screen and (max-width:1024.5px) {
    .info-text {
        font-size: 30px;
        line-height: 30px;
        word-spacing: 8px;
    }
    
}

@media screen and (max-width:767.5px) {
    .info-text {
        font-size: 20px;
        line-height: 25px;
    }
}