* {
    margin: 0;
    padding: 0;
    font-family: 'poppins' sans-serif;
    box-sizing: border-box;
}
.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow:hidden;
}
  .content-left {
    width: 50%;
    top: 0%;
    position: relative;
    padding-top: 3% !important;
    padding: 10%;
    float:left;
    overflow: hidden;
  }
  
  .content-right {
    width: 50%;
    background-image:url(images/img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
  }
  
p , h1, button, span{
    font-family: 'sora', sans-serif;
}
.content-left h1 {
    font-size: 45px; 
    margin-top: 40px;
    margin-bottom: 15px;  
    max-width: 600px; 
}
.content-left  p {
    font-size: 20px;
    margin-bottom: 10px;  
}
.content-left button {
    background-color: #008CFB;
    outline: none;
    padding: 20px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    border: none;
    margin-top: 10px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}
.content-left input {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    margin-top: 20px;
    background: #f8f8f8;
    font-size: 16px;
}
.logo {
    width: 260px;
    padding:20px 0;
    cursor: pointer;
}
.launch-time {
    margin-top: 40px;
    display: flex;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.launch-time div {
    width: 25%;
    position: relative;
}
.launch-time p {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    padding: 20px;
    margin-right: 45px;
    border-radius: 10px;
    text-align: center;
    max-height: 85px;
    width: 85px;
    float: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.footer-text {
    margin-top: 20px;
    text-decoration: underline;
    text-align: center;
    font-size: 18px !important;
    width: 100%;
}
.footer-text a {
    text-decoration: none;
    color: #000;
}
@media screen and (max-width: 600px) {
    .content-left { 
     float: none;
     margin-right:0;
     width:auto;
     overflow: hidden;
     padding: 6%;
   }
   .launch-time p {
    margin-right: 30px;
    }
   .content-right{
    display: none;
   }
 }
 @media screen and (max-width: 768px) {
    .content-left { 
     float: none;
     margin-right:0;
     width:auto;
     overflow: hidden;
     padding: 6%;
   }
   .content-right{
    display: none;
   }
 }
 @media screen and (max-width: 390px) {
    .content-left h1 {
        font-size: 36px;
        margin-top: 15px;
    }
    .launch-time p {
        font-size: 29px;
        font-weight: 500;
        margin-bottom: 15px;
        background-color: #f8f8f8;
        padding: 20px;
        margin-right: 45px;
        border-radius: 10px;
        text-align: center;
        margin-right: 5px;
        width: auto;
    }
    .content-left input {
        width: 100%;
    }
    .content-left button {
        width: 100%;
    }
 }
 @media screen and (max-width: 412px) {
    .content-left h1 {
        font-size: 36px;
        margin-top: 15px;
    }
    .launch-time p {
        font-size: 29px;
        font-weight: 500;
        margin-bottom: 15px;
        background-color: #f8f8f8;
        padding: 20px;
        margin-right: 45px;
        border-radius: 10px;
        text-align: center;
        margin-right: 5px;
        width: 75px;
    }
    .content-left input {
        width: 100%;
    }
    .content-left button {
        width: 100%;
    }
 }
 @media screen and (max-width: 414px) {
    .content-left h1 {
        font-size: 36px;
        margin-top: 15px;
    }
    .launch-time p {
        font-size: 29px;
        font-weight: 500;
        margin-bottom: 15px;
        background-color: #f8f8f8;
        padding: 20px;
        margin-right: 45px;
        border-radius: 10px;
        text-align: center;
        margin-right: 5px;
        width: 75px;
    }
    .content-left input {
        width: 100%;
    }
    .content-left button {
        width: 100%;
    }
 }
 @media screen and (max-width: 428px) {
    .content-left h1 {
        font-size: 36px;
        margin-top: 15px;
    }
    .launch-time p {
        font-size: 29px;
        font-weight: 500;
        margin-bottom: 15px;
        background-color: #f8f8f8;
        padding: 20px;
        margin-right: 45px;
        border-radius: 10px;
        text-align: center;
        margin-right: 5px;
        width: 75px;
    }
    .content-left input {
        width: 100%;
    }
    .content-left button {
        width: 100%;
    }
 }
