@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

.container {
  padding: 25px;
  margin: 0 auto;
}
#image {
  height: auto;
  width: 90vw;
  margin-bottom: 15px;
}
#text {
 font-family: "Poppins"; 
}

@media screen and (min-width: 900px) {
  .container {
    display: flex; 
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0;
  }
  .sub-container {
   width: 45%; 
  }
  .description: {
   padding: 0 20px; 
  }
  #image {
   height: 294px;
   width: 588px;
  }
}