@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
.telephone-specification-wrapper{
    background: #FFFFFF;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 280px 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.item-1 p{
    left: 30px;
    top: 30px;
}
.item-2 p{
    left: 110px;
    top: 30px;
}
.item-3 p{
    left: 30px;
    top: 30px;
}
.item-1{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.item-2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.item-3{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.items{
    position: relative;
    padding: 0px 5px;
}
.items p{
    position: absolute;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-align: left;
}
.items img{
    width: 100%;
    max-width: none !important;
}
@media only screen and (max-width: 1750px){
    .telephone-specification-wrapper{
        padding: 0px 280px 60px;
    }
    .items p {
    font-size: 20px;
}
.item-2 p {
    left: 70px;
}
.item-1 p {
    left: 30px;
    top: 15px;
}
.item-3 p {
    left: 30px;
    top: 15px;
}
}
@media only screen and (max-width: 1500px){
    .telephone-specification-wrapper{
        padding: 0px 280px 60px;
    }
    .item-2 p{
        left: 75px;
    }
}
@media only screen and (max-width: 1390px){
    .telephone-specification-wrapper{
    padding: 0px 280px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .items p{
        font-size: 35px;
        line-height: 29px;
    }
    .item-1 p{
    left: 55px;
    top: 40px;
    }
    .item-2 p{
        left: 175px;
        top: 40px;
    }
    .item-3 p{
        left: 55px;
        top: 40px;
    }
}
@media only screen and (max-width: 1265px){
    .telephone-specification-wrapper{
    padding: 0px 100px 10px;
    }
    .items p{
        font-size: 30px;
        line-height: 25px;
    }
    .item-2 p{
        left: 165px;
    }
}
@media only screen and (max-width: 1250px){
    .telephone-specification-wrapper{
    padding: 0px 100px 10px;
    }
    .items p{
        font-size: 38px;
        line-height: 23px;
    }
    .item-2 p{
        left: 125px;
    }
}
@media only screen and (max-width: 1250px){
    .telephone-specification-wrapper{
    padding: 0px 50px 10px;
    }
}
@media only screen and (max-width: 960px){
    .telephone-specification-wrapper{
    padding: 0px 50px 20px;
    }
    .items p{
        font-size: 35px;
        line-height: 26px;
    }
    .item-1 p{
    left: 25px;
    top: 26px;
    }
    .item-2 p{
        left: 175px;
        top: 26px;
    }
    .item-3 p{
        left: 25px;
        top: 26px;
    }
}
@media only screen and (max-width: 760px){
    .telephone-specification-wrapper{
    padding: 0px 50px 20px;
    }
    .items p{
        font-size: 34px;
        line-height: 37px;
    }
    .item-1 p{
    left: 17px;
    top: 23px;
    }
    .item-2 p{
        left: 65px;
        top: 23px;
    }
    .item-3 p{
        left: 17px;
        top: 23px;
    }
}
@media only screen and (max-width: 560px){
    .telephone-specification-wrapper{
    padding: 0px 50px 20px;
    }
    .items p{
        font-size: 23px;
        line-height: 24px;
    }
    .item-1 p{
    left: 17px;
    margin: 0 15px;
    }
    .item-2 p{
        left: 17px;
        margin: 0 15px;
    }
    .item-3 p{
        left: 17px;
        margin: 0 15px;
    }

}
@media only screen and (max-width: 486px){
    .telephone-specification-wrapper{
        padding: 0px 40px 20px;
    }
}
@media only screen and (max-width: 406px){
    .telephone-specification-wrapper{
    padding: 0px 40px 20px;
    }
    .items p{
        font-size: 20px;
        line-height: 23px;
    }
    .item-1 p{
    left: 15px;
    top: 21px;
    }
    .item-2 p{
        left: 15px;
        top: 21px;
    }
    .item-3 p{
        left: 15px;
        top: 21px;
    }
}
@media only screen and (max-width: 315px){
    .telephone-specification-wrapper{
    padding: 0px 15px 5px;
    }
    .items p{
        font-size: 15px;
        line-height: 21px;
    }
    .item-1 p{
    left: 10px;
    top: 18px;
    }
    .item-2 p{
        left: 10px;
        top: 18px;
    }
    .item-3 p{
        left: 10px; 
        top: 18px;
    }
}