.sec-logo::after {
  position: absolute;
  content: "";
  top: -2.4rem;
  right: 0;
  width: 41.5rem;
  height: 14.4rem;
  background-image: url(../images/shape-right.png);
  background-size: cover;
  background-position: center;
}
.sec-collapse.visible + .sec-logo::after {
  content: none;
}
.sec-tab + .sec-logo::after {
  top: auto;
  bottom: -18.4rem;
  background-image: url(../images/shape-bottom-right.png);
}
.sec-icon-card + .sec-logo::after {
  left: 0;
  top: -5.6rem;
  right: auto;
  background-image: url(../images/shape-left.png);
}
.sec-logo .title {
  position: relative;
  z-index: 1;
  padding: 0 3.2rem;
}
.logo-item {
  height: 8.8rem;
  margin-right: 12.8rem;
  display: flex;
  align-items: center;
}
.logo-item img {
  max-width: 38.5rem;
  max-height: 8.8rem;
  width: auto;
  height: auto;
}
@media(min-width:1560px) and (max-width:1739.98px) {
  .logo-item {
    margin-right: 10rem;
  }
}
@media(min-width:1500px) and (max-width:1559.98px) {
  .logo-item {
    margin-right: 8rem;
  }
  .sec-tab + .sec-logo::after {
    bottom: -16.4rem;
  }
  .sec-icon-card + .sec-logo::after {
    top: -5.6rem;
  }
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-logo::after {
    width: 34.5rem;
    height: 12rem;
  }
  .sec-logo .title {
    padding: 0 4.8rem;
  }
  .logo-item {
    height: 6rem;
    margin-right: 8rem;
  }
  .logo-item img {
    max-width: 28rem;
    max-height: 6rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-logo::after {
    width: 34.5rem;
    height: 12rem;
  }
  .sec-tab + .sec-logo::after {
    bottom: -16.4rem;
  }
  .sec-icon-card + .sec-logo::after {
    top: -4.8rem;
  }
  .logo-item {
    height: 6rem;
    margin-right: 8rem;
  }
  .logo-item img {
    max-width: 24rem;
    max-height: 6rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-logo::after {
    width: 31.5rem;
    height: 10.9rem;
  }
  .sec-tab + .sec-logo::after {
    bottom: -13.4rem;
  }
  .sec-icon-card + .sec-logo::after {
    top: -4.8rem;
  }
  .sec-logo .title {
    padding: 0;
  }
  .logo-item {
    height: 5.6rem;
    margin-right: 6rem;
  }
  .logo-item img {
    max-width: 19rem;
    max-height: 5.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-logo::after {
    top: -1.4rem;
    width: 26.5rem;
    height: 9.2rem;
  }
  .sec-tab + .sec-logo::after {
    bottom: -11.4rem;
  }
  .sec-icon-card + .sec-logo::after {
    top: -3.2rem;
  }
  .sec-logo .title {
    padding: 0;
  }
  .logo-item {
    height: 5.6rem;
    margin-right: 5.6rem;
  }
  .logo-item img {
    max-width: 18rem;
    max-height: 5.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-logo::after {
    top: -1.4rem;
    width: 22.5rem;
    height: 7.8rem;
  }
  .sec-tab + .sec-logo::after {
    bottom: -10.4rem;
  }
  .sec-icon-card + .sec-logo::after {
    top: -3.2rem;
  }
  .sec-logo .title {
    padding: 0;
  }
  .sec-logo .title br {
    display: none;
  }
  .logo-item {
    height: 4.8rem;
    margin-right: 4.8rem;
  }
  .logo-item img {
    max-width: 16rem;
    max-height: 4.8rem;
  }
}
@media(max-width:767.98px) {
  .sec-logo::after {
    content: none;
  }
  .sec-logo .title {
    padding: 0;
  }
  .sec-logo .title br {
    display: none;
  }
  .logo-item {
    height: 4.8rem;
    margin-right: 3.2rem;
  }
  .logo-item img {
    max-width: 13rem;
    max-height: 4.8rem;
  }
}