.rt-features {
  padding: 0px 60px 0px 55px;
  position: relative;
  background: var(--e-global-color-white);
  box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.07);
  transition: .3s; }
  @media (max-width: 576px) {
    .rt-features {
      padding-left: 100px;
      padding-right: 40px; } }
  .rt-features .icon {
    width: 75px;
    height: 85px;
    line-height: 107px;
    text-align: center;
    position: absolute;
    /*background: var(--e-global-color-primary);*/
    left: -37px;
    top: 5%;
    color: #00396C;
    transform: translateY(-50%);
    clip-path: polygon(48.93% 0.356%, 48.93% 0.356%, 49.136% 0.264%, 49.349% 0.194%, 49.568% 0.143%, 49.791% 0.113%, 50.015% 0.103%, 50.24% 0.113%, 50.463% 0.143%, 50.681% 0.194%, 50.895% 0.264%, 51.101% 0.356%, 98.912% 24.359%, 98.912% 24.359%, 99.106% 24.469%, 99.283% 24.594%, 99.444% 24.734%, 99.586% 24.887%, 99.708% 25.052%, 99.811% 25.227%, 99.892% 25.411%, 99.951% 25.602%, 99.988% 25.798%, 100% 26%, 100% 74%, 100% 74%, 99.988% 74.202%, 99.951% 74.398%, 99.892% 74.589%, 99.811% 74.773%, 99.708% 74.948%, 99.586% 75.113%, 99.444% 75.266%, 99.283% 75.406%, 99.106% 75.531%, 98.912% 75.641%, 51.101% 99.645%, 51.101% 99.645%, 50.895% 99.736%, 50.681% 99.806%, 50.463% 99.857%, 50.24% 99.887%, 50.015% 99.897%, 49.791% 99.887%, 49.568% 99.857%, 49.349% 99.806%, 49.136% 99.736%, 48.93% 99.645%, 1.119% 75.641%, 1.119% 75.641%, 0.925% 75.531%, 0.747% 75.406%, 0.587% 75.266%, 0.445% 75.113%, 0.322% 74.948%, 0.22% 74.773%, 0.138% 74.589%, 0.079% 74.398%, 0.043% 74.202%, 0.031% 74%, 0.031% 26%, 0.031% 26%, 0.043% 25.798%, 0.079% 25.602%, 0.138% 25.411%, 0.22% 25.227%, 0.322% 25.052%, 0.445% 24.887%, 0.587% 24.734%, 0.747% 24.594%, 0.925% 24.469%, 1.119% 24.359%, 48.93% 0.356%); }
    @media (max-width: 576px) {
      .rt-features .icon {
        left: 10px; } }
    .rt-features .icon svg {
      width: 34px;
      fill: var(--e-global-color-white); }
    .rt-features .icon i {
      font-size: 34px;
      /*color: var(--e-global-color-white);*/
      line-height: 0; }
  .rt-features .title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .rt-features .title {
        font-size: 20px; } }
  .rt-features:hover {
    /*transform: translateY(-15px);
    transform-origin: .5;*/ }
