.sec-tab-item .sec-tab-top {
  position: relative;
}
.sec-tab-item .sec-tab-top > img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
}
@media screen and (max-width: 960px) {
  .sec-tab-item .sec-tab-top > img {
    width: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec-tab-item .sec-tab-top > img {
    width: 70px;
    position: static;
    margin: 0 auto;
  }
}