.twelve-series-wrapper{
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: 0 auto;
    padding: 0 10% 5%;
}
.twelve-series-header{
    margin: 0 auto;
    padding: 15px 0px 50px 0px;
}
.twelve-series-telephones{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.twelve-series-telephones .telephone{
    padding: 10px;
}
.twelve-series-telephones .telephone button{
    border: 1px solid #2E2E2E;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: white;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 121.69%;
    color: #000000;
}
.twelve-series-telephones .telephone .desc{
    color: #5F5F5F;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 121.69%;
    padding: 15px 0px 15px 0px;
    inline-size: 190px;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 1080px){
    .twelve-series-telephones {
    flex-direction: row;
    align-items: center;
}
@media only screen and (max-width: 630px){
    .twelve-series-telephones {
    flex-direction: column;
    align-items: center;
}
}
