.hl_wrapper {
 border: 1px solid #b0b0b0;
 box-sizing: border-box;
 padding: 12px 12px 29px;
 position: relative;
}
.hl_wrapper:after {
 background: url('/UserFiles/Servers/Server_2744/Templates/spot_shadow.png') center top no-repeat;
 background-size: cover;
 bottom: -11px;
 content: "";
 height: 10px;
 left: 0;
 position: absolute;
 width: 100%;
}
.hl_title {
 background: #e07223;
 color: #fff;
 font-family: 'Asap';
 font-weight: 500;
 font-style: normal;
 font-size: 35px;
 margin-bottom: 12px;
 padding-left: 15%;
 text-align: center;
 text-transform: uppercase;
}
.hl_icon {
 background: #ea9747;
 border: 7px solid #fff;
 border-radius: 50%;
 display: flex;
 height: 132px;
 left: -25px;
 line-height: 132px;
 position: absolute;
 text-align: center;
 top: -25px;
 width: 132px;
 align-items: center;
 justify-content: center;
}
.hl_icon img {
 display: inline-block;
 height: auto;
 max-width: 80%;
 vertical-align: middle;
}
.hl_preview {
 margin-bottom: 12px;
}
.hl_preview img {
 display: block;
 height: auto;
 width: 100%;
}
.hl_readmore {
 position: absolute;
 bottom: -17px;
 left: 50%;
 transform: translateX(-50%);
 z-index: 1;
}
.hl_readmore a {
 background: #e07223;
 color: #fff;
 display: block;
 font-size: 15px;
 height: 35px;
 line-height: 35px;
 text-align: center;
 text-transform: uppercase;
 width: 167px;
}
.hl_readmore a:hover {
 background: #194477 !important;
 color: #fff;
 text-decoration: none;
}
@media screen and (max-width: 1600px) {
.hl_icon {
  height: 85px;
  width: 85px;
 }
 .hl_icon img {
  max-width: 65%;
 }
}
@media screen and (max-width: 1400px) {
 .hl_title {
  font-size: 20px;
  padding: 7px 7px 7px 10%;
 }
}