/* humble-begining  */
.humble-begining{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* started goup */
.started-goup{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.started-goup-section{
    height:1000px;
}
@media only screen and (max-width: 600px) {
    .started-goup-section{
        height:600px;
    }
  }


/* From This to  */
@media only screen and (max-width: 600px) {
    .from-to {
        flex-wrap: wrap;
    }
  }
