#solutions_section {
    background-color: #ffffff;
}


#solutions_section p.lead {
    color: #6c757d;
}

.phone-container {
    position: relative;
    width: 300px; /* Largura aproximada do "telefone" */
    max-width: 100%;
    margin: 0 auto;
}

.phone-frame {
    position: relative;
    width: 100%;
    padding-top: 200%; /* Para manter a proporção 2:1 */
    background-color: #000;
    border-radius: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.phone-video {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}