.middle-cv{
  background: linear-gradient(90deg, #1F8CA6 0%, #41B1B7 77%, #41B1B7 100%);
  padding: 40px 24px;
  border-radius: 4px;
  .middle-cv-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 32px;

    @media screen and (max-width: 999px){
      flex-wrap: wrap;
      flex-direction: column;
    }
    .middle-cv-img{
      display: block;
      width: 200px;
      height: auto;
      flex-shrink: 0;
    }
    .middle-cv-text{
      color: #fff;
      .middle-cv-title{
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 16px;
          @media screen and (max-width: 999px){
            text-align: center;
            font-size: 1.25rem;
          }
      }
    }
    .middle-cv-button{
      flex-shrink: 0;
    }
  }
}
