.button3 {
  background-color: transparent;
  border: 1px solid #720B98;
  border-radius: 25px;
  padding: 10px 80px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  transition-duration: .4s;
}

.button_position {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 50px;
}

.button3:hover,
.button3:focus {
  background-color: #720B98;
  /* Green */
  color: white;
  animation: bounce 2s;
}

.image {
  width: 100px;
}

.padding {
  padding-bottom: 80px;
}

.description h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: Rubik;
  font-weight: 500;
  color: #008BF0;
}

.description {
  text-align: left;
}

.roles_Responsibilities {
  background-size: cover;
  background: #0073AD;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.roles_Responsibilities h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}

.roles_Responsibilities p {
  color: #ffffff;
  text-align: left;
}

.title h3 {
  font-size: 30px;
  font-family: Rubik;
  font-weight: 400;
  color: #008BF0;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px black;
}

.col-User_stories h4 {
  color: #0073AD;
  font-weight: 500;
}

.background {
  background-size: cover;
  background: #E6F1F7;
  padding-top: 50px;
  margin-top: 50px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}

.background1 {
  background-size: cover;
  overflow: visible;
  background: #0073AD;
  padding-top: 50px;
  margin-top: 20px;
  padding-bottom: 100px;
}

.splash {
  margin: 0px;
  padding: 0px;
}



.col-User_stories {
  padding: 10px;
  background-color: #ffffff;
  margin: 20px;
  border-radius: 8px;
  height: 250px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.row-mockups_desc h3 {
  color: #ffffff;
}

.row-mockups_desc p {
  color: #ffffff;
}

.button {
  margin: auto;
}
.row-mockups_desc > div:first-child{
  position: relative;
}

.prototype{
  display: flex;
  align-items: center;
  justify-content: center;

}


/* ==============================
Medium devices (640px and larger)
================================= */
@media only screen and (min-width: 641px) {
  .col-User_stories {
    width: 29%;
  }

  .image {
    float: left;
    width: 20%;
    padding-right: 30px;
  }

  .description {
    width: 80%;
  }

  .row-overview {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
  }

  .col-roles-Responsibilities {
    width: 33.33%;
    text-align: left;
    padding-left: 0;
  }

  .roles_Responsibilities {
    padding-left: 100px;
  }

  .background1 {
    border-bottom-left-radius: 200px;
    border-top-right-radius: 200px;
  }

  .flow-diagram {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .col-onboarding {
    float: right;
  }

  .col-title1 {
    text-align: left;
  }

  .row-mockups_desc {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .col-mockups_right{
    width: 50%;

  }
  .col-description_left{
    width: 50%;
  }
  .col-description_right{
    width: 50%;
  }
.col-mockups_left{
  width: 50%;
}


  @keyframes slidein-left {
    from {
      transform: translate(-800px, 0);
    }

    to {
      transform: translate(0, 0);
    }
  }

  @keyframes slidein-right {
    from {
      transform: translate(800px, 0);
    }

    to {
      transform: translate(0, 0);
    }
  }

  .row-mockups_desc > div {
    transition: 1s ease;
    transform: translate(0, 0);
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-delay: 30s;
  }

  .row-mockups_desc > div:first-child {
    animation-name: slidein-left;
  }

  .row-mockups_desc > div:last-child {
    animation-name: slidein-right;
  }
}

/* ==============================
small devices (300px and larger)
================================= */
@media only screen and (max-width: 780px) {
  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .description h3 {
    text-align: center;
  }
.col-roles-Responsibilities h4{
  margin-left: 20px;


}
.col-roles-Responsibilities p{
  margin-left: 20px;


}

  .background1 {
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
