body {
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif !important;
}
 
.cmng-soon {
    display: flex;
    height: 100vh;
    background-color:#176daa;
    background-size: cover;
}

.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: 50px;
}

.cmng-soon1 h5 {
      color: #fff;
      margin-bottom: 15px;
}

.cmng-soon1 h5 a {
    color: #fff;
    text-decoration: none;
}

.cmng-soon1 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    margin-bottom: 40px;
    color: #fff;
}
.cmng-soon1 h5 i {
    color: #fff;
    background: #2d93db;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-grid;
    align-items: center;
    border-radius: 50px;
    font-size: 18px;
    align-content: center;
    line-height: 1;
    margin-right: 10px;
}
.phn-email {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width:767.9px){
    .phn-email {
    display: block;
    justify-content: space-evenly;
}
    .cmng-soon1 h1 {
        font-size: 35px;
        margin-bottom:20px;
    }

    .cmng-soon1 img {
        margin-bottom: 20px;
    }
    .cmng-soon1 h5 {
        margin-bottom: 10px;
        font-size: 17px;
    }
 
}