.dual-speakers {
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.dual-speakers img {
    max-width: 38%;
} 

.dual-speakers p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #000000;
    text-align: center;
}

@media only screen and (max-width: 1410px) {
   .dual-speakers p {
       font-size: 40px;
   } 
}
@media only screen and (max-width: 768px) {
   .dual-speakers p {
       font-size: 30px;
   } 
}
@media only screen and (max-width: 478px) {
       .dual-speakers p {
       font-size: 20px;
   } 
}