.section-padding.beneficios,
.section-padding.plataforma {
    padding: 50px 5% 70px 5%;
}
.benefits-list {
    display: flex;
    flex-direction: column;
}
.benefits-list li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.benefits-list li span {
    color: #1d2a7e;
    font-size: 28px;
    line-height: 1em;
}
.benefits-list li img {
    width: 80px;
    margin-right: 20px;
}
a.btn_cta_red {
    background-color: #aa1414;
    font-family: 'Muli', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    border-radius: 5px;
    align-self: flex-start;
    margin-top: 30px;
    display: inline-block;
    box-shadow: 5px 5px 5px rgba(29, 42, 126, .5);
}
.beneficios h2.title-left,
.plataforma h2.title-left {
    font-size: 42px;
}
.plataforma {
    background-color: #1d2a7e;
    color: white;
}
.plataforma h3 {
    margin-top: 50px;
    font-size: 1.4em;
}
.plataforma a.btn_cta_red {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.plataforma h2.title-left {
    background-color: #1d2a7e;
    color: inherit;
}
.plataforma h2.title-left span {
    color: #f6ba22;
}
.platform__download-links {
    display: flex;
    margin-bottom: 50px;
}
.platform__download-links a img {
    width: 220px;
    height: auto;
    margin-right: 10px;
}
.mockup_desktop  {
    position: relative;
}

@media only screen and (min-width: 1201px) {
    .plataforma h3 {
        margin-top: 100px;
        max-width: 500px;
    }
    .mockup_desktop img {
        position: absolute;
        width: 150%;
        max-width: 110%;
        top: 50%;
        left: 50%;
        transform: translate(-60%, -55%);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {        
}

@media only screen and (max-width: 767px) {
    .benefits-list li span {
        font-size: 24px;
    }
    .benefits-list li img {
        width: 64px;
    }
    .section-padding.beneficios,
    .section-padding.plataforma {
        padding: 30px 5% 30px 5%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}