main {
  font-family: Poppins !important;
}

.win,
.mac {
  color: #2D2D2D;
  opacity: 0.2;
}

[data-sys="win"] .win {
  color: #0462F0;
  opacity: 1;
}

[data-sys="mac"] .mac {
  color: #0462F0;
  opacity: 1;
}

.form-switch .form-check-input {
  width: 38px;
  height: 18px;
}

/* section-1 start */
.section-1 {
  padding: 123px 0 203px;
  height: 905px;
  background: #fff;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec1-bg.png) no-repeat center center;
  background-size: cover;
}

.section-1 .lft {
  max-width: 700px;
  position: relative;
  z-index: 9;
}

.section-1 .lft>img {
  width: 580px;
}

.section-1 .lft>p.title,
.section-1 .lft>h2 {
  font-family: Rammetto One;
  text-shadow: 2px 4px 6px #3272A440;
}

.section-1 .lft>p.title {
  font-size: 32px;
  text-align: center;
}

.section-1 .lft>h2 {
  color: #FDF900;
}

.section-1 .lft .out-box {
  height: 82px;
  min-width: 82px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  background: #76C4FF;
  border-radius: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-1 .lft .semicolon {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin: 0 12px;
  margin-top: 12px;
  color: #fff;
}

.section-1 .lft .unit {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 6px;
}

.section-1 .rgt {
  position: absolute;
  width: 1000px;
  right: 0;
  bottom: 0;
}

.section-1 .rgt .roulette {
  position: absolute;
  width: 540px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -78%);
}

.section-1 .rgt .roulette .wheel-needle {
  position: absolute;
  width: 126px;
  height: 126px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 9;
}

.section-1 .rgt .roulette .wheel-needle span {
  font-size: 40px;
  font-weight: 800;
  color: #F96376;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 3.82px 0px #00000040 inset;
  border: 10px solid #F96376;
}

.section-1 .rgt .roulette .wheel-needle::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 42px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec1-roulette-arrow.svg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.section-1 .rgt .roulette .spin-btn {
  width: max-content;
  padding: 12px 64px;
  border-radius: 65px;
  font-size: 32px;
  font-weight: 800;
  color: #F96376;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 234, 182, 0.4) 52.5%, rgba(255, 210, 95, 0.4) 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border: 0.66px solid #FFD25FBF;
  box-shadow: 0px 0px 13.18px 0px #FFC32A38, 0px 0px 9.88px 0px #FFC32A78;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 128%);
}

.section-1 .rgt .roulette .spin-btn span {
  filter: drop-shadow(3px 0 0 #fff) drop-shadow(-3px 0 0 #fff) drop-shadow(0 3px 0 #fff) drop-shadow(0 -3px 0 #fff);
}

.section-1 .rgt .roulette .turntable {
  transition: transform 10s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@media (max-width: 1599.98px) {
  .section-1 {
    height: 644px;
    padding: 88px 0 138px;
    background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec1-bg-1366.png) no-repeat center center;
    background-size: cover;
  }

  .section-1 .lft>img {
    width: 412px;
  }

  .section-1 .lft>p.title {
    font-size: 22px;
  }

  .section-1 .lft>h2 {
    font-size: 34px;
  }

  .section-1 .lft .out-box {
    height: 58px;
    min-width: 58px;
    font-size: 32px;
    border-radius: 4px;
  }

  .section-1 .lft .semicolon {
    font-size: 32px;
  }

  .section-1 .lft .unit {
    font-size: 14px;
  }

  .section-1 .rgt {
    width: 709px;
  }

  .section-1 .rgt .roulette {
    width: 384px;
  }

  .section-1 .rgt .roulette .spin-btn {
    padding: 8px 40px;
    font-size: 24px;
  }

  .section-1 .rgt .roulette .wheel-needle {
    width: 90px;
    height: 90px;
  }

  .section-1 .rgt .roulette .wheel-needle::before {
    width: 24px;
    height: 32px;
  }

  .section-1 .rgt .roulette .wheel-needle span {
    font-size: 28px;
    border: 8px solid #F96376;
  }
}

@media (max-width: 1279.98px) {
  .section-1 .lft {
    width: 450px;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    padding: 104px 0 0;
    height: auto;
    background: linear-gradient(267.31deg, #FEEEE1 -2.08%, #E0BDA6 96.05%);
  }

  .section-1 .container {
    max-width: 100%;
    padding: 0;
  }

  .section-1 .lft {
    width: 100%;
    max-width: none;
    background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/blackboard.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 24px 16px 45px;
  }

  .section-1 .lft>img {
    width: 55%;
  }

  .section-1 .lft>p.title {
    font-size: 14px;
  }

  .section-1 .lft>h2 {
    font-size: 24px;
    text-shadow: none;
  }

  .section-1 .lft .out-box {
    font-size: 24px;
    height: 44px;
    min-width: 44px;
  }

  .section-1 .lft .unit {
    font-size: 12px;
    margin-top: 3px;
  }

  .section-1 .lft .semicolon {
    font-size: 24px;
    margin: 0 8px;
    margin-top: 8px;
  }

  .section-1 .rgt {
    width: 100%;
    position: relative;
    margin-top: 24px;
  }

  .section-1 .rgt .roulette {
    width: 55%;
    top: auto;
    bottom: 34%;
    transform: translateX(-47%);
  }

  .section-1 .rgt .roulette .wheel-needle {
    width: 23%;
    height: 24%;
  }

  .section-1 .rgt .roulette .spin-btn span {
    filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
  }
}

@media (max-width: 767.98px) {
  .section-1 .rgt .roulette .wheel-needle span {
    font-size: 16px;
    border: 4px solid #F96376;
  }

  .section-1 .rgt .roulette .wheel-needle::before {
    width: 18px;
    height: 20px;
  }

  .section-1 .rgt .roulette .spin-btn {
    padding: 3px 24px;
    font-size: 16px;
  }
}
/* section-1 end */

/* section-2 start */
.section-2 {
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec2-bg.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
}

.section-2 .wave-bg {
  top: 0;
  transform: translateY(-95%);
}

.section-2 .title-text {
  margin-bottom: 114px;
}

.section-2 h2 {
  width: max-content;
  font-size: 60px;
  color: #A11346;
  position: relative;
}

.section-2 h2 span {
  filter: drop-shadow(4px 0 0 #fff) drop-shadow(-4px 0 0 #fff) drop-shadow(0 4px 0 #fff) drop-shadow(0 -4px 0 #fff);
}

.section-2 h2::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 39px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/h2-title-before.svg) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  transform: translate(-100%, -40%);
}

.section-2 h2::after {
  content: '';
  position: absolute;
  width: 81px;
  height: 98px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/h2-title-after.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  transform: translate(120%, -60%);
}

.section-2 .price-content {
  gap: 78px 54px;
}

.section-2 .cell {
  min-height: 412px;
  padding: 92px 40px 0 28px;
  position: relative;
  z-index: 1;
}

.section-2 .cell::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec2-cell-shadow.png) no-repeat top left;
  background-size: cover;
  z-index: -2;
  left: -21px;
  bottom: -15px;
}

.section-2 .cell>img {
  z-index: -1;
  left: 0;
  top: 0;
}

.section-2 .cell .save-pink {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/save-btn-pink.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 12px 40px 12px 40px;
  top: 0;
  right: 50px;
}

.section-2 .cell .save-purple {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/save-btn-purple.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 12px 40px 12px 40px;
  top: 0;
  right: 50px;
}

.section-2 .cell .save-pink::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 28px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/paper-clip.svg) no-repeat center center;
  background-size: 100% 100%;
  top: 0;
  transform: translateY(-50%);
}

.section-2 .cell .save-purple::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 28px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/paper-clip2.svg) no-repeat center center;
  background-size: 100% 100%;
  top: 0;
  transform: translateY(-50%);
}

.section-2 .cell .lft {
  width: 208px;
  margin-right: 32px;
}

.section-2 .cell .lft>div {
  transform: translateX(20px);
  margin-top: 8px;
}

.section-2 .cell .rgt {
  width: 380px;
}

.section-2 .cell .rgt .title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px;
}

.section-2 .cell .rgt .text {
  max-width: 340px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
}

.section-2 .cell .rgt .new-price {
  font-size: 32px;
  font-weight: 800;
  color: #F95609;
  margin-right: 10px;
  line-height: 1;
}

.section-2 .cell .rgt .old-price {
  color: #A9A9A9;
  font-size: 14px;
}

@media (max-width: 1599.98px) {
  .section-2 {
    padding: 100px 0;
  }

  .section-2 .price-content {
    gap: 64px 48px;
  }

  .section-2 .title-text {
    margin-bottom: 72px;
  }
}

@media (max-width: 1599.98px) and (min-width: 1280px) {
  .section-2 .cell {
    min-height: auto;
    padding: 64px 32px 48px;
  }

  .section-2 .cell .save-pink,
  .section-2 .cell .save-purple {
    font-size: 24px;
    padding: 10px 32px;
  }

  .section-2 .cell .lft {
    width: 158px;
    margin-right: 24px;
  }

  .section-2 .cell .rgt {
    width: 320px;
  }
}

@media (max-width: 991.98px) {
  .section-2 {
    background: #FFF2C2;
    padding: 64px 0;
  }

  .section-2 .title-text {
    margin-bottom: 80px;
  }

  .section-2 h2 {
    font-size: 26px;
  }

  .section-2 h2::before {
    width: 22px;
    height: 19px;
  }

  .section-2 h2::after {
    width: 48px;
    height: 58px;
    transform: translate(100%, -100%);
  }

  .section-2 .price-content {
    gap: 97px;
  }

  .section-2 .cell {
    width: 100%;
    min-height: auto;
    padding: 0 28px 32px;
  }

  .section-2 .cell::before {
    background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec2-cell-shadow-mobile.png) no-repeat top left;
    background-size: 100% 100%;
    left: -3px;
    bottom: -8px;
  }

  .section-2 .cell .save-pink,
  .section-2 .cell .save-purple {
    font-size: 16px;
    right: 34px;
    padding: 7px 24px;
  }

  .section-2 .cell .save-purple {
    right: 23px;
    padding: 7px 8px;
  }

  .section-2 .cell .save-pink::before,
  .section-2 .cell .save-purple::before {
    width: 13px;
    height: 15px;
  }

  .section-2 .cell .lft {
    width: 156px;
    margin-right: 0;
    margin-bottom: 12px;
    margin-top: -49px;
    position: relative;
    left: 5%;
  }

  .section-2 .cell .rgt,
  .section-2 .cell .rgt .text {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .section-2 .cell .rgt .title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .section-2 .cell .rgt .text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .section-2 .cell .rgt .new-price {
    font-size: 36px;
    margin-right: 6px;
  }

  .section-2 .cell .rgt .old-price {
    font-size: 16px;
  }

  .section-2 .cell .rgt a.btn {
    font-size: 14px;
  }

  .section-2 .cell .rgt a.btn svg {
    width: 22px;
    margin-right: 6px;
  }
}
/* section-2 end */

/* section-3 satrt */
.section-3 {
  padding: 154px 0 120px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec3-bg.png) no-repeat center center;
  background-size: cover;
}

.section-3 .item {
  border-radius: 32px;
  padding: 91px 0 114px;
  background: #FFFFFF;
  border: 3px solid #C7EAFF;
  position: relative;
}

.section-3 .item .item-hook {
  width: 766px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -34px);
}

.section-3 .item h2 {
  font-family: Poppins;
  color: #A11346;
  margin-bottom: 28px;
  position: relative;
  line-height: 1.6;
}

.section-3 .item h2::before {
  content: '';
  position: absolute;
  width: 92px;
  height: 50px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec3-h2-title-before.svg) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  transform: translate(-80%, -30%);
}

.section-3 .item h2>span {
  filter: drop-shadow(4px 0 0 #FFE6E6) drop-shadow(-4px 0 0 #FFE6E6) drop-shadow(0 4px 0 #FFE6E6) drop-shadow(0 -4px 0 #FFE6E6);
}

.section-3 .item h2>span span {
  color: #5969FF;
}

.section-3 .item .lft {
  width: 366px;
  margin-right: 97px;
}

.section-3 .item .rgt {
  width: 647px;
}

.section-3 .item .rgt>a {
  font-size: 36px;
  font-weight: 700;
  color: #11B1FF;
  text-decoration: underline;
}

.section-3 .item .rgt .tit {
  font-size: 20px;
  font-weight: 500;
}

.section-3 .item .rgt .tes {
  font-size: 18px;
  color: #2D2D2D;
}

@media (max-width: 1599.98px) {
  .section-3 {
    padding: 120px 0 100px;
  }

  .section-3 .item {
    padding: 96px 0;
  }
}

@media (max-width: 1279.98px) {
  .section-3 .item {
    padding: 96px 0;
  }

  .section-3 .item .lft {
    width: 300px;
    margin-right: 64px;
  }

  .section-3 .item .rgt {
    width: 500px;
  }
}

@media (max-width: 991.98px) {
  .section-3 .item {
    padding: 64px 12px;
  }

  .section-3 .item .item-hook {
    width: 81%;
    transform: translate(-50%, -30%);
  }

  .section-3 .item h2 {
    margin-bottom: 44px;
  }

  .section-3 .item .lft {
    margin-right: 0;
    margin-bottom: 44px;
    transform: translateX(-10%);
  }

  .section-3 .item .rgt {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .section-3 {
    padding: 75px 0 64px;
  }

  .section-3 .item h2 {
    font-size: 22px;
  }

  .section-3 .item h2::before {
    width: 32px;
    height: 18px;

  }

  .section-3 .item .lft {
    width: 59%;
  }

  .section-3 .item .rgt>a {
    font-size: 24px;
  }

  .section-3 .item .rgt .tit {
    font-size: 16px;
  }

  .section-3 .item .rgt .tes {
    font-size: 14px;
  }

  .section-3 a.btn {
    min-width: 264px;
    justify-content: center;
  }
}
/* section-3 end */

/* section-4 start */
.section-4 {
  padding: 120px 0;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec4-bg.png) no-repeat center center;
  background-size: cover;
}

.section-4 h2 {
  width: max-content;
  font-size: 60px;
  color: #A11346;
  position: relative;
  margin-bottom: 100px;
}

.section-4 h2::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 39px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/h2-title-before.svg) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  transform: translate(-100%, -40%);
}

.section-4 h2 span {
  filter: drop-shadow(4px 0 0 #fff) drop-shadow(-4px 0 0 #fff) drop-shadow(0 4px 0 #fff) drop-shadow(0 -4px 0 #fff);
}

.section-4 .item {
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec4-item-bg.png) no-repeat center center;
  border: 3px solid #FFD9E2;
  background-size: cover;
  border-radius: 20px;
  box-shadow: -17px 16px 4px 0px #83C1E599;
  padding: 80px 32px 106px;
  position: relative;
}

.section-4 .item:not(:last-child) {
  margin-bottom: 120px;
}

.section-4 .item .save-start {
  width: 218px;
  height: 218px;
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  right: 0;
  top: 0;
  transform: translate(40%, -40%) rotate(12deg);
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/save-start.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

.section-4 .item .save-start span {
  font-size: 64px;
}

.section-4 .item .product-cell {
  width: 292px;
  position: relative;
}

.section-4 .item .product-cell span {
  position: absolute;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  bottom: 0;
  transform: translate(30px, calc(100% + 2px));
  white-space: nowrap;
}

.section-4 .item .symbol {
  margin: 0 20px 0 80px;
}

.section-4 .item .price-btn {
  width: 426px;
}

.section-4 .item .price-btn .price {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: #F95609;
  margin-bottom: 32px;
}

@media (min-width: 1600px) {
  .section-4 .item .price-btn a.btn {
    height: 88px;
    min-width: 288px;
    font-size: 24px;
  }

  .section-4 .item .price-btn a.btn svg {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 1599.98px) {
  .section-4 {
    padding: 100px 0;
  }

  .section-4 h2 {
    margin-bottom: 64px;
  }

  .section-4 .item .save-start {
    width: 150px;
    height: 150px;
    font-size: 32px;
  }

  .section-4 .item .save-start span {
    font-size: 46px;
  }
}

@media (max-width: 1279.98px) {
  .section-4 .item {
    padding: 64px 32px 76px;
  }

  .section-4 .item:not(:last-child) {
    margin-bottom: 96px;
  }

  .section-4 .item .save-start {
    width: 88px;
    height: 88px;
    font-size: 18px;
  }

  .section-4 .item .save-start span {
    font-size: 26px;
  }

  .section-4 .item .price-btn .price {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .section-4 .item .product-cell span {
    font-size: 16px;
    transform: translate(15px, calc(100% + 2px));
  }
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 64px 0;
  }

  .section-4 h2 {
    font-size: 26px;
  }

  .section-4 h2::before {
    width: 22px;
    height: 19px;
  }

  .section-4 .item {
    padding: 48px 10px;
    box-shadow: -6px 8px 4px 0px #83C1E599;
  }

  .section-4 .item:not(:last-child) {
    margin-bottom: 64px;
  }

  .section-4 .item .save-start {
    transform: translate(15%, -45%) rotate(12deg);
  }

  .section-4 .item .product-cell {
    width: calc(50% - 30px);
  }

  .section-4 .item .product-cell:first-child {
    margin-right: 50px;
  }

  .section-4 .item .symbol.plus {
    position: absolute;
    width: 52px;
    margin: 0;
    left: 50%;
    top: 20%;
    transform: translateX(calc(-50% + 6px));
  }

  .section-4 .item .price-btn {
    width: 100%;
    margin-top: 24px;
  }

  .section-4 .item .product-cell span {
    position: relative;
    transform: translateX(12px);
    white-space:unset;
    text-align: center;
  }
}
/* section-4 end */

/* section-5 start */
.section-5 {
  padding: 120px 0;
  background: #FFF2C2;
}

.section-5 .item {
  border-radius: 20px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool/sec5-item-bg.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.section-5 .title-text {
  padding: 22px 0;
  background: linear-gradient(91.1deg, #FFCCDD 0.23%, #FF84BA 100%),
    linear-gradient(91.1deg, #FFEEEE 0.23%, #FEBBCC 100%),
    linear-gradient(90.48deg, #FFFFC8 7.2%, #FFE2D8 100%),
    linear-gradient(91.1deg, #FFEEEE 0.23%, #FEBBCC 100%),
    linear-gradient(90.48deg, #FFFFC8 7.2%, #FFE2D8 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.section-5 h2 {
  color: #FFF;
  filter: drop-shadow(3px 0 0 #FF57A6) drop-shadow(-3px 0 0 #FF57A6) drop-shadow(0 3px 0 #FF57A6) drop-shadow(0 -3px 0 #FF57A6);
}

.section-5 .bt-text {
  padding: 69px 0 67px;
}

.section-5 .bt-text .media-cont {
  font-size: 36px;
  font-weight: 700;
  gap: 97px;
  margin-bottom: 56px;
}

.section-5 .bt-text .media-cont .media {
  gap: 32px;
}

.section-5 .bt-text .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.section-5 .bt-text .text {
  font-size: 18px;
}

@media (max-width: 1279.98px) {
  .section-5 {
    padding: 100px 0;
  }

  .section-5 .bt-text {
    padding: 41px 16px 48px;
  }

  .section-5 .bt-text .media-cont {
    gap: 16px;
    margin-bottom: 48px;
  }
}

@media (max-width: 991.98px) {
  .section-5 .item {
    border-radius: 16px;
  }

  .section-5 .title-text {
    padding: 16px 0;
  }

  .section-5 .bt-text .media-cont {
    font-size: 22px;
  }

  .section-5 .bt-text .media-cont a svg {
    width: 45px;
    height: 45px;
  }

  .section-5 .bt-text .title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .section-5 .bt-text .text {
    font-size: 16px;
    text-align: start;
  }
}
/* section-5 end */