.special-strata-service {
  max-width: 775px;
  margin: 0 0 60px;
  background: #003f62;
}
.special-strata-service .inner-content {
  display: flex;
  flex-wrap: wrap;
}
.special-strata-service .inner-content .left-content {
  width: 65%;
  padding: 60px;
}
.special-strata-service .inner-content .right-content {
  width: 35%;
  max-height: 400px;
  overflow: hidden;
}
.special-strata-service .inner-content .left-content h2 {
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0 0 20px;
  font-size: 20px;
  color: #F9FF01;
  font-weight: 600;
  line-height: 30px;
}
.special-strata-service .inner-content .left-content ul li{
  margin: 0 0 5px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  padding: 0;
  position: relative;
}
.special-strata-service .inner-content .left-content ul,
.special-strata-service .inner-content .left-content ul li:last-of-type{
  margin: 0;
}
.special-strata-service .inner-content .left-content ul li:after{
  background: url('/template/4af6047a/images/special-icon-strata.png') no-repeat;
  width: 13px;
  height: 12px;
  top: 6px;
  left: 0;
}
.special-strata-service .inner-content .left-content a{
  width: 100%;
  background: #f9ff01;
  color: #000;
  text-transform: uppercase;
  height: 43px;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 500;
  max-width: 220px;
  display: block;
  padding: 10px 15px;
  text-align: center;
  margin: 30px 0 0;
  text-transform:uppercase;
}
.special-strata-service .inner-content .left-content a:hover{
  background:#fff;
  color:#003f62;
}
.special-strata-service .inner-content .right-content img {
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-strata-service .inner-content .left-content p{
  margin: 0 0 15px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  padding: 0;
}
.special-strata-service .inner-content .left-content p strong,
.special-strata-service .inner-content .left-content p b{
  font-weight:600;
}
.special-strata-service .inner-content .left-content p:last-of-type{
  margin:0;
}