.oew-elementor-widget-info-special{
  .oew-elementor-inner{
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(102, 102, 102);
    //background: rgba(255, 255, 255, 0.2);
    //backdrop-filter: blur(8px);

    .oew-section-title{
      max-width: 900px;
      margin: 0 auto 32px;

      .oew-heading-title{
        font-size: 34px;
        line-height: 1;
        color: rgb(60, 120, 179);
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 12px;
        display: inline-block;
        position: relative;
      }
      .oew-description{
        margin-bottom: 8px;
      }
    }

    @media (width: 768px){
      .oew-col-md-4, .oew-col-md-8 {
        flex: none;
        max-width: 100%;
      }
    }

    .image-left {
      width: 100%;
      height: 100%;

      img{
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;

        @media (max-width: 768px) {
          position: relative;
          padding: 20px 0px;
          width: auto;
          height: auto;
        }
      }

      &:after {
        content: url('../images/background-border.png');
        height: 585px;
        left: 23px;
        position: absolute;
        top: 15px;
        width: 519px;
        z-index: 0;

        @media (max-width: 767px) {
          content: '';
        }
      }
    }
    .item_1 {
      margin-left: -30px;
      margin-top: 55px;

      @media (max-width: 768px) {
        margin: 30px 10px;
      }
    }
    .item_2 {
      margin-top: 50px;
      margin-left: 40px;

      @media (max-width: 768px) {
        margin: 30px 10px;
      }
    }
    .item_3 {
      margin-left: -50px;
      margin-bottom: 0px;
      margin-top: 50px;

      @media (max-width: 768px) {
        margin: 30px 10px;
      }
    }
    .items{

      display: flex;
      align-items: center;

      @media (max-width: 767px) {
        align-items: flex-start;
      }

      &:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
      }

      .oew-item-image {
        flex: 1;
        z-index: 1;
        border-radius: 50%;
        border-width: 3px;
        border-style: solid;
        border-color: rgb(242, 141, 22);
        border-image: initial;
        overflow: hidden;
        max-width: 150px;
        max-height: 150px;

        img {
          max-height: 150px;
          max-width: unset;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
        }
      }

      .oew-item-info{
        flex: 2;
        padding-left: 20px;

        .oew-item-title{
          font-size: 25px;
          font-weight: 700;
          margin-top: 0px;
          margin-bottom: 5px;

          a{
            color: #3c78b3;
            text-transform: capitalize;

            &:hover{
              color: #f09d18;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
            }
          }
        }
      }
    }
  }
}