nav {
  background-color: #001646;
}
nav .container .navbar-brand {
  color: #000;
}
nav .container #navbarNav .navbar-nav li a {
  font-size: large;
  color: #fff;
}
nav .container #navbarNav .navbar-nav li :hover {
  color: #F9685D;
  font-weight: bold;
}

.why {
  color: #fff;
}
.why .why-txt .col-md-6 img {
  border-radius: 10px;
}
.why .why-txt .col-md-6 .heading {
  font-size: 25px;
}
.why .why-txt .col-md-6 .txt .lead {
  color: #fff;
  font-size: 25px;
}

.services {
  color: white;
}
.services .container .col-md-6 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.services .container .col-md-6 .card {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2rem;
  width: 320px;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background-color: #A77BEA;
  padding: 1.5rem;
}
.services .container .col-md-6 .header {
  display: flex;
  flex-direction: column;
}
.services .container .col-md-6 .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
}
.services .container .col-md-6 .price {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.services .container .col-md-6 .desc {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.625;
  color: #001646;
}
.services .container .col-md-6 .lists {
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
  color: #001646;
}
.services .container .col-md-6 .lists .list {
  margin-bottom: 0.5rem;
  display: flex;
  margin-left: 0.5rem;
}
.services .container .col-md-6 .lists .list svg {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  color: #F9685D;
}
.services .container .col-md-6 .action {
  border: none;
  outline: none;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #F9685D;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #001646;
}

footer .row .col-md-3 .sections li {
  list-style: none;
}
footer .row .col-md-3 .sections li a {
  color: #fff;
  text-decoration: none;
}
footer .row .col-md-3 .sections li :hover {
  color: #F9685D;
  font-weight: bold;
}
footer .row .col-md-3 .contacts li {
  list-style: none;
}
footer .row .col-md-3 .contacts li a {
  color: #fff;
  text-decoration: none;
}
footer .row .col-md-3 .contacts li :hover {
  color: #F9685D;
  font-weight: bold;
}
footer .row .col-md-3 .socials li {
  list-style: none;
}
footer .row .col-md-3 .socials li a {
  color: #fff;
  text-decoration: none;
}
footer .row .col-md-3 .socials li :hover {
  color: #F9685D;
  font-weight: bold;
}
footer .row .col-md-3 .support li {
  list-style: none;
}
footer .row .col-md-3 .support li a {
  color: #fff;
  text-decoration: none;
}
footer .row .col-md-3 .support li :hover {
  color: #F9685D;
  font-weight: bold;
}
footer .footer-bottom {
  background-color: #000;
}
footer .footer-bottom .footer-bottom__copyright a {
  text-decoration: none;
}/*# sourceMappingURL=webpräsenz.css.map */