/* Start custom CSS for html, class: .elementor-element-951eb3e */.dn-post-feature{
  background:linear-gradient(135deg,#0B2554 0%,#204D9C 48%,#2B9138 100%);
  color:#fff;
  padding:38px 40px;
  border-radius:28px;
  margin:42px 0;
  box-shadow:0 22px 56px rgba(22,46,92,.18);
  position:relative;
  overflow:hidden;
}

.dn-post-feature::after{
  content:"";
  position:absolute;
  right:-90px;
  top:-90px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:rgba(251,185,0,.18);
}

.dn-post-feature strong{
  display:block;
  position:relative;
  z-index:2;
  font-family:"Barlow Semi Condensed", Arial, sans-serif;
  font-size:clamp(30px,4vw,42px);
  line-height:1;
  color:#fff !important;
  margin-bottom:14px;
  max-width:760px;
}

.dn-post-feature p{
  position:relative;
  z-index:2;
  color:rgba(255,255,255,.92) !important;
  font-size:18px;
  line-height:1.6;
  margin:0;
  max-width:720px;
  font-weight:500;
}

@media(max-width:700px){
  .dn-post-feature{
    padding:28px 24px;
    border-radius:22px;
  }

  .dn-post-feature strong{
    font-size:30px;
  }

  .dn-post-feature p{
    font-size:16px;
  }
}/* End custom CSS */