.features-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  /*background: linear-gradient(to right bottom, #25528d, #26508c) !important;*/
}

.features-grid a {
  color: white;
  text-decoration: none;
  display: flex !important;
  justify-content: center;
  border-color: #09b9b4;
  border-radius: 15px;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #09b9b4;
  margin-top: auto;
  padding: 5px;
}

.features-grid a:hover {
  background: #291a43;
}

.features-grid {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  border-radius: 35px;
}

.feature-grid-container {
  display: flex;
  flex: 1 1 45rem;
}

.feature-content-info {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 40rem;
  justify-content: center;
  align-items: center;
}

.feature-content-info img {
  width: 50%;
}

@media only screen and (max-width: 1400px) {
  .feature-content-info img {
    width: 50%;
  }
}

@media only screen and (max-width: 1600px) {
  .feature-content-info img {
    width: 45%;
  }
}

.features-grid h2 {
  text-align: center;
  margin-top: 10px;
  font-weight: 150 !important;
}

.features-grid button {
  border-radius: 15px;
  margin-bottom: 2px;
  width: 95% !important;
  margin-left: auto;
  margin-right: auto;
}

.feature-sections {
  overflow: hidden;
  /*height: 100vh;*/
  /*height: 100%;*/
}

@media only screen and (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.feature-grid-item {
  display: flex;
  flex-direction: column;
  border-left: solid;
  border-right: solid;
  border-radius: 20px;
  border-color: #09b9b4;
  border-width: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.features-p {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.features-grid button, .features-grid img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.features-grid button {
  margin-top: auto;
}

.features-grid img {
  height: 100px !important;
}

.features-grid p {
  text-align: center;
}

#collapse-service-container {
  display: flex;
  flex-direction: column;
}

