.coming-soon-cont{
    display: flex;
    width: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.cs-image{
    width: 60%;
    min-height: 70vh;
    background: url("marchhgit.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.Infotext{
  padding-left: 20px;
    width: 40%;
    background: linear-gradient(45deg, black, transparent);
    font-family: -webkit-pictograph;
}
