@import "fonts.css";
@import "media.css";
html, body, * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

.disclaimer {
  display: none !important;
}

.services {
  height: 100%;
  background-image: url("../img/bg/bg-supr-ugod.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.services-wrap {
  padding-top: 150px;
  display: flex;
  padding-bottom: 100px;
}
.services-wrap .services-leftside {
  display: flex;
}
.services-wrap .services-leftside .services-leftside-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services-wrap .services-leftside .services-leftside-wrap h1 {
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #8B1B2E;
}
.services-wrap .services-leftside img {
  width: 170px;
}
.services-wrap .services-rightside {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 150px;
}
.services-wrap .services-rightside .about-service-mob {
  width: 90%;
  text-align: justify;
  padding: 12px;
  position: relative;
  margin-bottom: 55px;
  line-height: 1.2;
}
.services-wrap .services-rightside .about-service-mob span {
  font-weight: 400;
  font-size: 14px;
  color: #DEAC59;
}
.services-wrap .services-rightside .about-service-mob:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  border-left: 1px solid #DEAC59;
  border-top: 1px solid #DEAC59;
  border-bottom: 1px solid #DEAC59;
}
.services-wrap .services-rightside .about-service-mob:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 10px;
  border-right: 1px solid #DEAC59;
  border-top: 1px solid #DEAC59;
  border-bottom: 1px solid #DEAC59;
}
.services-wrap .services-rightside p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
  width: 90%;
}
.services-wrap .services-rightside ul li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.services-wrap .services-rightside ul li:not(:first-child) {
  margin-top: 12px;    
  line-height: 1.3;
}
.services-wrap .services-rightside ul li div {
  min-width: 34px;
  min-height: 34px;
  max-width: 34px;
  max-height: 34px;
  border-radius: 50%;
  background: #DEAC59;
  margin-right: 8px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.services-wrap .services-rightside ul li div img {
  width: 22px;
  height: 22px;
}

/*# sourceMappingURL=style.css.map */
