.coming-soon-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

img{
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .coming-soon-sec{
        display: block;
    }
  }