.wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contentBox .classBox:nth-of-type(1) {
  z-index: 20;
}

@media (min-width: 1024px) {
  .classBoxRow .classLink {
    justify-content: flex-start;
  }
}




.aboutBtn {
  align-items: center;
  border: 1px solid #a3a3a3;
  color: #222;
  display: flex;
  letter-spacing: 1.2px;
  margin-top: 20px;
  max-width: 278px;
  padding: 25px 50px;
  text-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
}
.aboutBtn {
  overflow: hidden;
  position: relative;
}
.aboutBtn * {
  position: relative;
  z-index: 3;
}
.aboutBtn::before, .aboutBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  z-index: 2;
}
.aboutBtn::before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #54adba;
  transform: translateX(-100%);
}
.aboutBtn::after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #54adba;
  transform: translateX(100%);
}
.aboutBtn:hover {
  color: #fff;
}
.aboutBtn:hover::before {
  transform: translateX(-49%);
}
.aboutBtn:hover::after {
  transform: translateX(49%);
}
@media (max-width: 1024px) {
  .aboutBtn {
    padding: 20px 40px;
  }
}
@media (max-width: 640px) {
  .aboutBtn {
    max-width: 300px;
    padding: 20px 15px 20px 20px;
  }
}
.aboutBtn span {
  margin-right: 40px;
  color: #222;
}
.aboutBtn:hover span {
  color: #fff;
}
.aboutBtn .play {
  padding-left: 30px;
  position: relative;
}
.aboutBtn .play::after {
  background-color: #222;
  content: "";
  left: 10px;
  height: 80%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 1px;
}

.aboutBtn:hover .play::after {
  background-color: #fff;
}

.aboutBtn .play i {
  padding-left: 5px;
}

.aboutBtn i {
  font-size: 17px;
  text-align: right;
}



.aboutBtn svg {
  height: 12px;
  color: #222;
}
.aboutBtn svg path {
  fill: #54adba;
}
.aboutBtn:hover {
  background-color: #54adba;
  border-color: #54adba;
}
.aboutBtn:hover svg path {
  fill: #fff;
}

.aboutBtn:hover svg {
  color: #fff;
}



.textEditor .contentBuilder .shelfWrap .shelfList.threeColumns .shelfItem {
  width: 25%;
  /*max-width: 435px;*/
  margin: 1% auto;
}

.textEditor .contentBuilder .shelfWrap .Img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 450px;
}

.textEditor .contentBuilder .shelfWrap .shelfList .Txt {
  text-align: center;
  padding: 10px;
}

.textEditor .contentBuilder .shelfWrap .shelfList .Txt a {
  color: #222;
}

@media (max-width: 1280px) {
  .textEditor .contentBuilder .shelfWrap .shelfList.threeColumns .shelfItem {
    width: 33.3333%;
    margin: 1% auto;
  }
  .textEditor .contentBuilder .shelfWrap .Img img {
  height: 400px;
  }
}
@media (max-width: 767px) {
  .textEditor .contentBuilder .shelfWrap .shelfList.threeColumns .shelfItem {
    width: 48% !important;
    margin: 1%;
  }
  .textEditor .contentBuilder .shelfWrap .Img img {
  height: 350px;
  }
}

@media (max-width: 480px) {
  .textEditor .contentBuilder .shelfWrap .Img img {
  height: 300px;
  }
}


