
.twelve-pro-master-of-sound-wrapper {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    background-color: #000000;
    margin: 0 auto;
    font-family: Roboto;
    padding: 0;
    align-items: center;
}
.twelve-pro-master-of-sound-img img{
    width: 100%;
    max-width: none !important;
}
.twelve-pro-master-of-sound-text h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 71px;
    line-height: 100.69%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.twelve-pro-master-of-sound-text p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121.69%;
    color: #A5A5A5;
}
.twelve-pro-master-of-sound-text{
    padding: 3% 15%;
}
@media only screen and (max-width: 726px){
    .twelve-pro-master-of-sound-text h1{
    font-size: 51px;
    margin-bottom: 20px;
}
.twelve-pro-master-of-sound-text p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121.69%;
    color: #A5A5A5;
}
.twelve-pro-master-of-sound-text{
    padding: 10% 10%;
}
}
