#s-1045 p {
  position: relative;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Muli', sans-serif;
  /* color: #666; */
  margin-bottom: 30px
}

#s-1045 h2 {
  font-size: 48px;
  color: #1d165c;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px
}

#s-1045 a {
  color: #1d165c;
}

#s-1045 .shadow-image {
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #dfdfdf;
  padding: 8px;
  box-shadow: rgb(0 0 0 / 18%) 2px 5px 10px;
  position: relative !important;
  background: #f7f7f7;
  width: 100%;
  /* height: 650px; */
}

#s-1045 .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media(max-width:1024px) {
  #s-1045 ul {
    padding-left: 15px;
  }
}

#s-1045 ul>li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Muli', sans-serif;
  color: #666;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

#s-1045 ul>li i {
  margin-right: 15px;
  margin-top: 8px;
  font-size: 12px;
  float: left;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

#s-1045 ul li i {
  color: #3bde4f
}

#s-1045 a:hover {
  color: #ec324c
}

#s-1045 .seo-results-thumb {
  border-radius: 10px;
  border-color: transparent;
  padding-right: 30px;
}

@media (max-width: 576px) {
  #s-1045 h2 {
    font-size: 30px;
    margin-top: 30px !important;
    padding: 0 10px;
    text-align: center;
  }

  #s-1045 p {
    font-size: 16px;
    padding: 0 15px;
    text-align: justify;
    margin-bottom: 15px;
  }

  #s-1045 .list>li i {
    margin-right: 13px;
    margin-top: 8px;
  }

  #s-1045 .seo-results-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
  }

  #s-1045 .list>li {
    font-size: 16px;
  }
}