/* Custom Styles */

@font-face {
  font-family: ring;
  src: url(ringm.ttf);
}

@font-face {
  font-family: anirm;
  src: url(anirm.ttf);
}

body .headingfont{
    font-family:ring !important;
    font-weight:normal;
}

body .subheadingfont{
    font-family:anirm !important;
    font-weight:normal;
}

.sizer .feature > img{
    position: relative;
    margin-top: -80px;
    background: linear-gradient(to right, rgba(43, 95, 182, 0.9), rgba(202, 124, 111, .9));
    padding: 5px;
}

.sizer .feature h4{
    font-family:ring;
    color:#2b5fb6;
}

.sizer .feature div.feature__image{
    background-color: #f9f9f9;
    width: 100% !important;
    border: 2px dashed #f28f0a;
    border-radius: 2px !important;
    padding: 10px;
    box-sizing: border-box;
    height: 55px;
    margin-top: 15px;
}
.sizer .feature div.feature__image img{
    width: auto !important;
    max-height: 35px;
    margin: 0px auto;
}
body #section-1644698100000 .sizer {
    background-image: linear-gradient(to right, rgba(43, 95, 182, 0.8), rgba(202, 124, 111, 0.8)) !important;
    background-color: transparent !important;
    
}


