.TACC {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--PMGR_24px);
  padding: var(--PMGR_48px) 0;
  position: relative;
}
.TACP1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--PMGR_12px);
}
.TACP1T {
  color: var(--color_blue);
  font-size: var(--font_24px);
}
.TACP1H {
  font-size: var(--font_16px);
}
.TACP2 {
  display: flex;
  flex-direction: column;
  width: 65vw;
  max-height: 40vw;
  overflow-y: auto;
  padding: var(--PMGR_24px);
  gap: var(--PMGR_24px);
  box-shadow: 10px 9px 16px 0px rgba(0, 99, 230, 0.1);
  border-radius: var(--PMGR_12px);
}
.TACP2::-webkit-scrollbar {
  width: 0.5vw;
}

.TACP2::-webkit-scrollbar-track {
  background: #e6f1ff;
  border-radius: 0.3vw;
}

.TACP2::-webkit-scrollbar-thumb {
  background: #0053bf;
  border-radius: 0.3vw;
  height: 20vw;
}
.TACP2Box {
  display: flex;
  flex-direction: column;
  gap: var(--PMGR_24px);
}
.TACP2BH {
  display: flex;
  align-items: center;
}
.TACP2BH img {
  width: 1.5vw;
}
.TACP2BHT {
  color: var(--color_blue);
  font-size: var(--font_18px);
  text-transform: uppercase;
}
.TACP2BP {
  font-size: var(--font_16px);
  line-height: 145%;
}
.TACP2BP span {
  color: var(--color_med_green);
}
.TACP2PH {
  font-size: var(--font_18px);
}
.TeensTACBgTop,
.TeensTACBgBottom {
  position: absolute;
}

.TeensTACBgTop img,
.TeensTACBgBottom img {
  width: 35vw;
}
.TeensTACBgTop {
  right: -20%;
  top: -5%;
}
.TeensTACBgBottom {
  left: -20%;
  top: 45%;
}
@media (max-width: 768px) {
  .TACP1 {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .TACP1T {
    font-size: var(--font_18px);
    width: 70vw;
  }
  .TACP2 {
    height: auto;
    max-height: fit-content;
    width: 90vw;
  }
  .TACP2BH {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .TACP2BH img {
    display: none;
  }
  .TACP2BP {
    display: flex;
    flex-direction: column;
    gap: var(--PMGR_20px);
    font-weight: 500 !important;
  }
  .TACP2BP span {
    align-self: center;
    font-weight: 700 !important;
  }
  .TACP1H {
    display: none;
  }
  /*  */
  /*  */
  /*  */
  .TeensTACBgTop,
  .TeensTACBgBottom {
    display: none;
  }
}
