.applications--blocks-container {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.applications--box {
  height: auto;
  width: 100%;
}

.applications--button-container {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}

.applications--container {
  background-color: rgb(20, 20, 20);
  border-top: 1px solid rgb(36, 36, 36);
  width: 100%;
}


.applications--demo-button {
  align-items: center;
  background-color: #2247D2;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  padding: 0 15px 0 15px;
  text-align: center;
  -webkit-box-shadow: 9px 9px 20px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 9px 9px 20px -16px rgba(0,0,0,0.75);
  box-shadow: 9px 9px 20px -16px rgba(59, 48, 48, 0.75);
  transition: .2s;
  width: auto;
  min-width: 100px;
}

.applications--demo-button:hover {
  background-color: rgb(53, 95, 248);
  transition: .2s;
}

.applications--desc-container {
  width: 100%;
  padding: 15px;
  background: rgb(0,0,0,.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.applications--inner-box {
  align-items: center;
  background-position: center;
  background-size: cover;
  border: 1px solid rgb(36, 36, 36);
  display: flex;
  flex-flow: column;
  min-height: 450px;
  justify-content: center;
  margin-top: 25px;
  padding: 50px 0 50px 0;
  transition: .2s;
  width: 100%;
  -webkit-box-shadow: 10px 10px 16px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 16px -6px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 16px -6px rgba(0,0,0,0.75);
}

.applications--logo {
  background-position: center;
  background-size: cover;
  border: 2px solid white;
  border-radius: 50%;
  height: 75px;
  margin-bottom: 7px;
  width: 75px;
  -webkit-box-shadow: 9px 9px 20px -16px white;
  -moz-box-shadow: 9px 9px 20px -16px white;
  box-shadow: 9px 9px 20px -16px white;
}

.applications--middle-column {
  margin-bottom: 150px;
}

.applications--screenshots-button {
  align-items: center;
  background-color: rgb(44, 44, 44);
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  padding: 0 15px 0 15px;
  text-align: center;
  -webkit-box-shadow: 9px 9px 20px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 9px 9px 20px -16px rgba(0,0,0,0.75);
  box-shadow: 9px 9px 20px -16px rgba(59, 48, 48, 0.75);
  transition: .2s;
  width: auto;
  min-width: 100px;
}

.applications--screenshots-button:hover {
  background-color: rgb(71, 71, 71);
  transition: .2s;
}

.applications--scroll-to-point {
  bottom: 100px;
  position: relative;
}

/* Media queries for responsive design */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .applications--desc-container {
    padding: 15px 50px 15px 50px;
  }
}
