@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
.powerfull-wrapper{
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.powerfull-content{
    padding: 200px 0 0 280px;
    font-family: Roboto;
}
.power-specifications{
    display: flex;
    flex-direction: row;
}
.power-single-spec{
    display: flex;
    flex-direction: row;
    margin-bottom: 44px;
}
.power-single-spec div img{
    margin-right: 25px;
}
.power-single-spec div p{
    margin-top: 10px;
}
.powerfull-content h2{
    margin-bottom: 140px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
}
.desc{
    font-size: 18px;
}
.power-title{
    font-size: 35px;
}
.powerfull-img{
    align-self: flex-end;
}
.powerfull-img .power-phone{
    width: 100% !important;
    max-width: unset;
}
.power-left{
    margin-right: 70px;
}
.power-single-spec div img{
    max-width: unset !important;
}
@media only screen and (max-width: 1600px){
    .powerfull-content{
        padding: 140px 0 0 280px;
    }
    .powerfull-content h2{
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1495px){
    .powerfull-content h2{
        font-size: 42px;
    }
    .desc{
        font-size: 17px;
    }
    .power-title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1265px){
    .powerfull-content h2{
        font-size: 35px;
        margin-bottom: 100px;
    }
    .desc{
        font-size: 14px;
    }
    .power-title{
        font-size: 25px;
    }
    .powerfull-content{
        padding: 200px 0 0 100px;
    }
}
@media only screen and (max-width: 1090px){
    .powerfull-wrapper{
        flex-direction: column;
        align-items: center;
    }
    .powerfull-content{
        padding: 100px 0 0 0;
    }
    .powerfull-img .power-phone{
        width: 60% !important;
    }
    .powerfull-img{
        display: flex;
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 768px){
    .powerfull-content h2{
        font-size: 32px;
        margin-bottom: 80px;
    }
    .desc{
        font-size: 12px;
    }
    .power-title{
        font-size: 22px;
    }
    .powerfull-content{
        padding: 100px 50px 0;
    }
}
@media only screen and (max-width: 486px){
    .powerfull-content h2{
        font-size: 16px;
        margin-bottom: 35px;
    }
    .desc{
        font-size: 12px;
    }
    .power-title{
        font-size: 16px;
    }
    .powerfull-content{
        padding: 30px 40px 0;
    }
    .power-left{
        margin-right: 15px;
    }
    .power-single-spec div img{
        width: 30px;
        margin-right: 15px;
    }
    .power-single-spec div p{
        margin-top: 2px;
    }
}