.logo-text a {
  background-color: transparent;
  overflow: hidden;
}
.logo-text a::before {
  content: "";
  position: absolute;
  border-bottom: 72px solid #ffcc00;
  border-left: 72px solid transparent;
  bottom: 0;
  left: 0;
}
.logo-text a span {
  right: 5px;
  bottom: 5px;
}
.title-style-1 .acm-title::before {
  border-left: 92px solid #ffcc00;
  border-top: 92px solid transparent;
  border-bottom: 92px solid transparent;
  border-right: 0;
  bottom: -46px;
  left: -26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-style-1 .acm-title::before {
    left: -24px;
  }
}
.title-style-1 .acm-title::after {
  border-left: 76px solid #fdfdfd;
  border-top: 76px solid transparent;
  border-bottom: 76px solid transparent;
  border-right: 0;
  bottom: -30px;
  left: -20px;
  position: absolute;
  content: "";
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-style-1 .acm-title::after {
    left: -18px;
  }
}
.title-style-2 .acm-title::before {
  border-left: 92px solid #ffcc00;
  border-top: 92px solid transparent;
  border-bottom: 92px solid transparent;
  border-right: 0;
  bottom: -46px;
  display: none;
}
@media (min-width: 480px) {
  .title-style-2 .acm-title::before {
    display: block;
  }
}
.title-style-2 .acm-title::after {
  border-left: 76px solid #fdfdfd;
  border-top: 76px solid transparent;
  border-bottom: 76px solid transparent;
  border-right: 0;
  bottom: -30px;
  display: none;
  right: -35px;
  position: absolute;
  content: "";
}
@media (min-width: 480px) {
  .title-style-2 .acm-title::after {
    display: block;
  }
}