.rodape-Base{
    width: 100%;
    background: #EADA94;
    display: inline-flex;
    align-items: center;
}
.rodape{
    padding-top: 50px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.rodape .about h4{
    color: #011B33;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px; /* 146.667% */
}
.rodape .about p{
    color: #011B33;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.rodape .about ul{
    list-style: none;
    padding-left: 0;
}
.rodape .about ul li{
    color: #011B33;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 14px;  
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
    margin-bottom: 20px;/* 157.143% */
    cursor: pointer;
}
@media (max-width:1100px) {
    .rodape{
        padding-left: 0.5%;
        padding-right: 0.5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .rodape .about{
        width: 50% !important;
        padding-bottom: 20px;
    }

   
}