.text-bold {
    font-weight: 600;
}
.text-orange {
    color: #ffa500;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-blue {
    background: #fff;
    color: #003875;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 0px 10px;
}
.fa-hand-point-right {
    color: #de9c38;
    font-size: 25px;
}
.sa-link1 {
    text-decoration: none;
    color: #005900;
    font-weight: 600;
}

.sa-link1:hover {
    background:  #de9c38;
    color: #fff;
    font-weight: 600;
    padding: 0px 5px;
    font-weight: normal;
    border-radius: 10px;
}
.services-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #f2f2f2;
}

.services-content h1 {
    background: #cd4537;
    color: #fff;
    font-weight: 300;
    letter-spacing: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
}

.services-content .expect-h3 {
    background: #008000;
    font-size: 18px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
}
.services-content .not-h3 {
    background: #F45B69;
    font-size: 18px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

.services-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 5px 10px;  
}
.content-full-bg {
    background: #CCCCCC;
}
.services-content .content-box {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.services-content .list-items {
    list-style: none; 
}
  .services-content .list-blue li {
    font-size: 16px;
    padding: 1px 0px;
    text-align: justify;
    border-bottom: 1px solid #008000;
}
  .services-content .list-red li {
    font-size: 16px;
    padding: 1px 0px;
    text-align: justify;
    border-bottom: 1px solid #ff1919;
}
.services-content .list-blue li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #008000; /* Change the color */
  font-weight: 900; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 30px;
}

.services-content .list-red li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff1919; /* Change the color */
  font-weight: bolder; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 30px;
}
.services-content .link-5 {
    width: 30%;
    text-align: center;
    background: #FE5F55;
    font-family: 'Poppins', sans-serif;
    color: #ffff;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}
.services-content .link-5:hover {
  background: #333333;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.auth-docs h3 {
    background: #196919;
    font-size: 18px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
}

.auth-docs p {
   padding: 10px 15px;
}

.link-4 {
    background: #FE5F55;
    font-family: 'Poppins', sans-serif;
    color: #ffff;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-decoration: none;
}

.link-4:hover {
    background: #333333;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.dirco-contacts {
    background:#F9A03F;
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-align: justify;
}
@media screen and (max-width: 500px) {
    
    .services-content p {
        text-align: justify;
    }
    
    .services-content .list-items {
      margin: 0px 15px;
      list-style: none;
}
    .services-content .list-items li {
    font-size: 16px;
    padding: 1px 0px;
    text-align: justify;
    border-bottom: 1px solid #0077B6;
}
    .services-content .list-blue li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0000e5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 25px;
  padding-left: 10px;
}
.services-content .list-items li {
    font-size: 16px;
    margin: 0px 5px;
    padding: 5px;
    text-align: justify;
}
.services-content .list-red li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff1919; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 25px;
  padding-left: 10px;
}
}