.s-text-type-5__wrapper{
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
}

@media screen and (max-width: 639px){
  .s-text-type-5__wrapper{
    width: 100vw;
    height: 100%;
  }
  .s-text-type-5__content{
    padding: 16px;
  }
}

@media screen and (min-width: 640px){
  .s-text-type-5__wrapper{
    width: 528px;
  }
}

.s-text-type-5__container{
  position: relative;
  z-index: 2;
}

.s-text-type-5__image{
  position: relative;
  width: 100%;
  height: 212px;
}

.s-text-type-5__content{
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}

@media (min-width: 640px) and (max-width: 959px){
  .s-text-type-5__content{
    padding: 24px;
  }
}

@media screen and (min-width: 960px){
  .s-text-type-5{
    display: flex;
    align-items: center;
  }
  .s-text-type-5__content{
    padding: 28px;
  }
}