#info {
    background: #F4F4F4;
    margin-bottom: 112px;
    min-height: 244px;
    display: grid;
    place-items: center;
}
#info .section-2 {
    display: grid;
    row-gap: 24px;
    padding: 64px 24px;
    
}
#info .section-2 .info__title {
    font-family: MontserratSemiBold, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #414141;
    text-align: center;
    margin: auto;
}
#info .section-2 .info__bajada {
    font-family: MontserratRegular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #414141;
    text-align: center;
    max-width: 973px;
    margin: auto;
}
/* MEDIA QUERIES */
@media (max-width: 768px) {
    #info {
        margin-bottom: 53.5px;
    }
    #info .section-2 {
        padding: 0 24px;
        
    margin-top:51px;
    margin-bottom:51px;
    }
    #info .section-2 .info__title {
        font-size: 20px;
        line-height: 24px;
        padding: 0 5px;
    }
    #info .section-2 .info__bajada {
        font-size: 13px;
        line-height: 16px;
    }
}
@media (max-width: 320px) {
    #info .section-2 .info__title {
        max-width: 272px;
    }
    #info .section-2 .info__bajada {
        max-width: 272px;
    }
    
}