.responsive {
    width: 100%;
    height: auto;
}
.responsive .container {
    flex-direction: column;
}
.responsive .head-p {
    margin-bottom: 30px;
}
.responsive .container .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}
.responsive .phones-container img {
    width: 180px;
}
.responsive .phones-container .phone2 {
    width: 230px;
    z-index: 99999;
}
.responsive .phones-container .phone1{
    width: 190px;
    transform: translateX(150px);
}
.responsive .phones-container .phone3{
    transform: translateX(-150px);
}
@media (max-width: 1100px) {
    .responsive .phones-container .phone2 {
        width: 220px;
    }
    .responsive .phones-container .phone1{
        width: 180px;
    }
    .responsive .phones-container .phone3{
        width: 174px;
    }
    .responsive .phones-container {
        width: 53%;
    }
}
@media (max-width: 950px) {
    .responsive .phones-container {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 700px) {
    .responsive .container {
        width: 100%;
    }
    .responsive .container .content {
        flex-direction: column;
    }
    .responsive .phones-container {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }
    .responsive .phones-container .phone1 {
        width: 125px;
    }
    .responsive .phones-container .phone2 {
        width: 150px;
    }
    .responsive .phones-container .phone3 {
        width: 120px;
    }
}
