body {
  font-family: 'Nanum Gothic', sans-serif;
}

h2 {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
}

.prevent .row .feature-box img{
  height: 12rem;

}

p {
  color: #8f8f8f;
}

.content {
 font-family: 'Roboto', sans-serif;
  font-size: 5rem;
  line-height: 1.5;
}

.navbar-brand {
  margin: 10px;
  margin-top: 0;
  padding-top: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 0;
}

.nav-link {
  margin: 10px;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.2rem;
}

.nav-item {
  padding: 0 18px;
}

.navbar {
  padding: 0 0 4.5rem;
}

.container-fluid {
  padding: 3% 15% 7%;
}

.button-download {
  margin: 5% 3% 5% 0;
}

.title-image {
  width: 80%;
  position: relative;
  left: 120px;
}

.image-height {
  height: 480px;
}
.feature-box {
  text-align: center;
  padding: 5%;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.press-logo {
  height: 129.650px;
  width: 208.750px;
  margin-bottom: 30px;
    padding-right: 20px;
}
.presss-logo{
  height: 129.650px;
  width: 208.750px;
  margin-bottom: 30px;
}
.pressss-logo{
  height: 129.650px;
  width: 208.750px;
  margin-bottom: 30px;
    padding-left: 20px;
}
.presssss-logo{
  height: 129.650px;
  width: 208.750px;
  margin-bottom: 30px;
    padding-left: 20px;
}

.carousel-item {
  padding: 7% 15%;
}
.carousel-item img{
  height: 12rem;
  width: 12rem;
}

.pricing-column {
  padding: 2% 3%
}

.cta-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}

.Social-icon {
  margin: 20px 10px;
}

#symptoms {
  background-color: #ef8172;
  color: #fff;
  text-align: center;
}

#title {
  background-color: #ff4c68;
  color: #fff;
}

#features {
  padding: 7% 15%;
  background-color: #fff;

}

#press {
  background-color: #ef8172;
  text-align: center;
  padding-bottom: 3%;
}

#pricing {
  text-align: center;
  padding: 100px;
}

#cta {
  background-color: #ff4c68;
  color: #fff;
  padding: 7% 15%;
  text-align: center;
}

#footer {
  text-align: center;
  padding: 7% 15%;
}

@media (max-width:992px) {
  .title-image {
    width: 400px;
    position: relative;
    left: 0;
  }
  #title {
    text-align: center;
  }
  .navbar-nav .nav-item a{
    font-size: 1.4rem;
    font-weight: bold;
  }
}
