.features-switcher .intro {
  margin-bottom: 45px;
  text-align: center;
}
.features-switcher .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 481px) {
  .features-switcher .features {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (min-width: 481px) {
  .features-switcher .features > div:nth-child(1) {
    padding: 3rem 0;
  }
}
@media (min-width: 481px) {
  .features-switcher .features > div:nth-child(1) {
    width: 30%;
  }
}
.features-switcher .features > div:nth-child(2) {
  box-sizing: content-box;
  padding: 0 3rem;
  width: 42px;
}
@media (min-width: 481px) {
  .features-switcher .features > div:nth-child(3) {
    width: 50%;
  }
}
.features-switcher .features .feature-descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
@media (min-width: 481px) {
  .features-switcher .features .feature-descriptions {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.features-switcher .features .feature-descriptions::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  border-bottom: 1px solid #004f6e;
}
@media (min-width: 481px) {
  .features-switcher .features .feature-descriptions::before {
    border-bottom: none;
  }
}
.features-switcher .features .feature-descriptions .item {
  border-top: 1px solid #004f6e;
  border-right: 1px solid #004f6e;
  border-left: 1px solid #004f6e;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-right: 5px;
  padding: 8px 12px;
  width: 30%;
  color: #ffffff;
  background-color: #004f6e;
  text-align: center;
}
@media (min-width: 481px) {
  .features-switcher .features .feature-descriptions .item {
    border-radius: 15px;
    border: none;
    margin-bottom: 1rem;
    padding: 10%;
    width: 100%;
    color: #000000;
    background-color: #ffffff;
    text-align: left;
  }
}
.features-switcher .features .feature-descriptions .item.active {
  color: #000000;
  background-color: #ffffff;
}
@media (min-width: 481px) {
  .features-switcher .features .feature-descriptions .item.active {
    color: #ffffff;
    background-color: #004f6e;
  }
}
.features-switcher .features .feature-descriptions .item:hover {
  cursor: pointer;
}
.features-switcher .features .feature-descriptions .item h3 {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 481px) {
  .features-switcher .features .feature-descriptions .item h3 {
    font-size: 22px;
    font-weight: 700;
  }
}
.features-switcher .features .feature-descriptions .item p {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 481px) {
  .features-switcher .features .feature-descriptions .item p {
    display: block;
  }
}
.features-switcher .features .brace {
  display: none;
}
@media (min-width: 481px) {
  .features-switcher .features .brace {
    display: block;
  }
}
.features-switcher .features .feature-images {
  position: relative;
  width: 100%;
  min-height: 365px;
}
@media (min-width: 481px) {
  .features-switcher .features .feature-images {
    width: 40%;
  }
}
@media (min-width: 1025px) {
  .features-switcher .features .feature-images {
    width: 30%;
  }
}
.features-switcher .features .feature-images .item {
  display: none;
  position: absolute;
  border: 1px solid #0093b0;
  border-top: none;
  padding: 15px 30px;
}
@media (min-width: 481px) {
  .features-switcher .features .feature-images .item {
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 0;
  }
}
.features-switcher .features .feature-images .item:first-child {
  display: block;
}
@media (min-width: 481px) {
  .features-switcher .features .feature-images .item p {
    display: none;
  }
}