.sec-pTB {padding:0 0;}
.heading-menu { display: none !important;}
.resource-card {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #edeff2;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition: all .2s linear;
  text-decoration: none;
  height: 220px;
}
        .features-header {
            font: 2.625rem/1.1 Zoho_Puvi_Regular;
        }

        @media(max-width:767px) {
            .features-header {
                font-size: 38px;
                line-height: normal;
            }
        }

        .sec-img {
            transform: translateY(192px);
            margin-top: -140px;
        }
    