body {
    margin: 0px;
    font-family: "Source Sans 3", sans-serif;
}

.cmng-soon {
    display: flex;
    height: 100vh;
   /* background-image: url(../img/bg.svg); */
    background-color:#fff; 
    background-size: cover;
    background-position: center;
}

.cmng-soon1 {
    height: 100%;
    justify-content: center;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
}

.cmng-soon1 img {
    margin: auto;
    margin-bottom: 30px;
}

.cmng-soon1 p {
    font-size: 20px;
    margin: 0;
}

.cmng-soon1 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    margin-bottom: 20px;
}

@media (max-width:767.9px) {
    .cmng-soon1 h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .cmng-soon1 img {
        margin-bottom: 20px;
    }


}