.container-services {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nmsts {
    display: none;
}

.msts {
    display: block;
}

.container-services>.row {
    padding: 71px 0;
}

@media (min-width: 1200px){
.container-services {
    width: 1170px;
}
}

@media (min-width: 992px) {
.container {
    width: 970px;
}
.col-md-push-5 {
    left: 41.66666667%;
}
.col-md-pull-7 {
    right: 58.33333333%;
}

.col-md-push-5d {
    right: 41.66666667%;
}

.col-md-pull-7d {
    left: 58.33333333%;
}
}

.col-md-5.col-md-pull-7.content-desc>h4, .col-md-5.col-md-pull-7d.content-desc>h4 {
    color: #48494b;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: 0.9px;
}

.col-md-5.col-md-pull-7.content-desc>p, .col-md-5.col-md-pull-7d.content-desc>p {
    line-height: 26px;
}

.img-desc img {
	border-radius: 10px;
    margin-top: 14px;
    margin-bottom: 17px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.content-desc > p {
    margin-bottom: 10px;
}

ul.list-checked {
    padding: 0;
    margin: 0px 0 15px 0;
    display: inline-block;
}

ul.list-checked li{
    display: block;
    list-style: none;
    padding-bottom: 5px;
}

ul.list-checked li:before{
    font-family: 'FontAwesome';
    content:"\f00c";
    margin-right: 8px;
    font-size: 16px;
}

ul.list-checked li:before {
    color: #5bacc0;
}

.title-section {
    text-align: center;
    margin-bottom: 22px;
}

.title-section .title {
    margin-bottom: 18px;
}

.h4, h4 {
    font-size: 1.5rem;
}

.title-section .title span {
    color: #5bacc0;
}

.title-section .title span {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.slnmg {
    margin-left: -20px;
    margin-right: -20px;
}

.gray {
    background: #f5f7fc;
}

.white {
    background: #ffffff;
}

@media (max-width: 999px){
.col-md-5.col-md-pull-7.content-desc>h4, .col-md-5.col-md-pull-7d.content-desc>h4 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.2em;
}

.container-services>.row {
    padding: 40px 0!important;
}

.nmsts {
    display: block!important;
}

.msts {
    display: none!important;
}

.nmsts>img {
    margin: 0 auto;
    max-width: 60%;
    margin-bottom: 12px;
}
}

.title-section .line {
    display: table;
    width: 100%;
    margin: auto;
    position: relative;
    background-image: url('../../dist/img/line.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.title-section .icon {
    display: table;
    margin: auto;
}

.icon-24 {
    background-image: url('../../dist/img/icon24.webp');
    width: 24px;
    height: 24px;
}

.icon-s-s {
    background-position: 144px 312px;
}

ul.nst-no {
  padding: 0em 1em 0.5em 2.3em;
  position: relative;
}

ul.nst-blk {
  padding: 0em 1em 0.5em 2.3em;
  position: relative;
}

ul.nst {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.nst-b {
  border: solid 2px skyblue;
  border-radius: 5px;
  position: relative;
}

ul.nst>li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.nst>li:before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  left : 1em;
  color: skyblue;
}

ul.nst-no>li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.nst-no>li:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  left : 1em;
  color: skyblue;
}

.full_title_h4>h4 {
    color: #48494b;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: 0.9px;
}