
@media (min-width: 767px) {
.container360 img{
    width:50%;
    height:50%;
}
.container360{
    display: flex;
    justify-content: space-around;
}
}