.pq .container{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}
.left-pq{
    width: 700px;
}
.right-pq{
    margin: 40px;
    margin-left: 80px;
}
.pq-h1{
    color: white;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.pq-p{
    color: #8f887d;
    font-size: 20px;
    margin: 40px;
    text-align: center;
}
.right-pq img{
    border-radius: 20px;
    width: 500px;
}