.coming-soon-section .outer-box {
  background: rgb(247, 0, 104);
  background: linear-gradient(to left, rgb(68, 53, 140) 0%, rgb(26, 104, 66) 20%, rgb(26, 104, 66) 80%, rgb(108, 198, 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#F70068", endColorstr="#441066",GradientType=1 );
}

@media (max-width: 991px) {
    .coming-soon-section{
        position: relative;
    }
}
