.shm-popup {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    overflow: hidden;
    overflow-y: auto;
    font-size: 15px;
  }
  
  .shm-popup__wrapper {
    max-width: 100%;
    position: relative;
    background: #fff;
  }
  
  .shm-popup__closer {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTE2NDEgMTMuMzQ5M0w3LjIzMjgzIDcuMjMyOTFNMTMuMzQ5MiAxLjExNjVMNy4yMzI4MyA3LjIzMjkxTTcuMjMyODMgNy4yMzI5MUwxLjExNjQxIDEuMTE2NU03LjIzMjgzIDcuMjMyOTFMMTMuMzQ5MiAxMy4zNDkzIiBzdHJva2U9IiMwMDYxNkEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=")
      no-repeat center;
  }
  
  .shm-popup__content {
    padding: 30px 20px 30px;
    color: #00616a;
  }
  
  .shm-popup__img img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
  }
  
  .shm-popup__text {
    margin-bottom: -24px;
  }
  
  .shm-btn__group {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  
  .shm-popup__btn {
    padding: 0 5px 10px;
  }
  
  .shm-btn {
    background: #00616a;
    border-radius: 7px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition-property: background, color, border;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  
  .shm-btn:hover {
    background: #004046;
  }
  
  .shm-btn--outline {
    background: transparent;
    color: #00616a;
    border: 2px solid #00616a;
    padding: 8px 18px;
  }
  
  .shm-btn--outline:hover {
    background-color: #00616a;
    color: #fff;
  }
  #spu-36095 .spu-close {
    color: #00616A!important;
  }
  .shm-popup__text p {
    margin-bottom: 10px;
  }
  .section--author__title img {
    min-width:116px;
    min-height:116px;
  }

  @media (max-width:1023px) {
    .section--author__title img {
      min-width:72px;
      min-height:72px;
    }
  }
  
  @media (min-width: 768px) {
    .shm-popup__wrapper {
      position: relative;
      display: flex;
      flex-wrap: wrap;
    }
  
    .shm-popup__content {
      padding: 40px 20px 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: auto;
    }
  
    .shm-popup__img {
      width: 45%;
    }
  
    .shm-popup__content {
      width: 55%;
    }
  }