.twelve-specification-content{
    position: relative;
}

.twelve-specification-content img{
    width: 100%;
    max-width: unset;
}
.twelve-specification-content p{
    position: absolute;
    top: 20%;
    left: 10%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 121.69%;
    color: #FFFFFF;
    inline-size: 165px;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 1580px){
    .twelve-specification-content p{   
    /* top: 40px;
    left: 10%; */
    font-size: 25px;
}
}
@media only screen and (max-width: 1080px){
    .twelve-specification-content p{
    /* top: 20px; */
    font-size: 20px;
}
}
@media only screen and (max-width: 726px){
    .twelve-specification-content p{
   /* top: 40px; */
   left: 5%;
}
}
@media only screen and (max-width: 400px){
    .twelve-specification-content p{
   top: 16%;
   left: 4%;
   font-size: 16px
}
}