@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

:root {
  --primary: #e8703c !important;
  --secondary: #1b447a !important;
  --white: #ffffff !important;
  --black: #666666 !important;
  --font-title: "Exo", sans-serif !important;
  --fonts: "Roboto", sans-serif !important;
}

.about-us-bg {
  background-image: url(../images/key-features-bg.png);
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
}

.about-us-color {
  background-color: #f5f5f5;
}

.text-18 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  color: var(--black);
}

.text-20 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--black);
}

p a {
  color: var(--primary);
}

p a:hover {
  color: var(--secondary);
}

.policy ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
}

.policy ul li {
  color: var(--black);
  list-style-type: none;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 26px;
  padding-left: 20px;
  font-weight: 400;
  background-image: url(../images/orange_arrow.png);
  background-repeat: no-repeat;
  background-position: top 7px left;
}

/* responsive */
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
  .text-18 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}
