/* ==========================================
   HOME PAGE STYLES - index.html
   ========================================== */

.home {
  position: relative;
  width: 100%;
}

/* ==========================================
   HERO SECTION
   ========================================== */
.section-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 32px 80px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 50%, #ffffff 100%);
  min-height: 600px;
  position: relative;
  overflow: visible;
}

.section-4::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 600px;
  height: 600px;
  background: linear-gradient(
    135deg,
    rgba(25, 60, 184, 0.05),
    rgba(21, 93, 252, 0.05)
  );
  border-radius: 50%;
  z-index: 0;
}

.container-30 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1216px;
  margin: 0 auto;
  gap: 60px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 32px;
}

.container-31 {
  position: relative;
  flex: 0 0 auto;
}

.container-31::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #51a2ff 0%, #05df72 100%);
  border-radius: 24px;
  transform: rotate(6deg);
  z-index: -1;
  box-shadow: 0 20px 60px rgba(81, 162, 255, 0.25);
  transition: transform 0.4s ease;
}

.container-31:hover::before {
  transform: rotate(8deg) scale(1.02);
}

.image-l-thnh-tm {
  width: 340px;
  height: 450px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(25, 60, 184, 0.2);
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

.image-l-thnh-tm:hover {
  transform: translateY(-8px);
}

.container-33 {
  flex: 1;
  max-width: 600px;
}

.container-34 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.container-35 {
  display: flex;
  align-items: center;
  gap: 12px;
  animation: fadeInLeft 0.8s ease;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.icon-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper-29 {
  font-size: 16px;
  color: #193cb8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.heading-6 {
  animation: fadeInUp 0.8s ease 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-wrapper-30 {
  font-size: 56px;
  font-weight: 700;
  color: #193cb8;
  line-height: 1.1;
  margin: 0;
  background: linear-gradient(135deg, #193cb8 0%, #155dfc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.paragraph-7 {
  animation: fadeInUp 0.8s ease 0.4s both;
}

.text-wrapper-31 {
  font-size: 20px;
  color: #666;
  line-height: 1.6;
}

.container-36 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.6s both;
}

.container-37,
.container-39 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.link,
.link-2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background-color: #ffffff;
  border: 2px solid #193cb8;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(25, 60, 184, 0.1);
}

.link:hover,
.link-2:hover {
  background-color: #193cb8;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(25, 60, 184, 0.3);
}

.link:hover .text-wrapper-32,
.link:hover .text-wrapper-33,
.link-2:hover .text-wrapper-34,
.link-2:hover .text-wrapper-35 {
  color: #ffffff;
}

.link:hover i,
.link-2:hover i {
  color: #ffffff !important;
}

.icon-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper-32,
.text-wrapper-34 {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.text-wrapper-33,
.text-wrapper-35 {
  font-size: 16px;
  color: #193cb8;
  font-weight: 600;
}

.v-i-g-n-n-m-kinh-wrapper {
  animation: fadeInUp 0.8s ease 0.8s both;
}

.v-i-g-n-n-m-kinh {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.span {
  color: #666;
}

.text-wrapper-11 {
  color: #193cb8;
  font-weight: 600;
}

/* ==========================================
   STATS SECTION
   ========================================== */
.section {
  background: linear-gradient(
    117deg,
    rgba(21, 93, 252, 1) 0%,
    rgba(20, 71, 230, 1) 50%,
    rgba(25, 60, 184, 1) 100%
  );
  padding: 60px 32px;
  position: relative;
  overflow: hidden;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}

.container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1216px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 32px;
}

.div,
.container-3,
.container-4,
.container-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.div:hover,
.container-3:hover,
.container-4:hover,
.container-5:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.div-wrapper {
  margin: 8px 0;
}

.text-wrapper,
.text-wrapper-3,
.text-wrapper-4,
.text-wrapper-6 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.container-2 {
  margin-top: 8px;
}

.text-wrapper-2,
.p,
.text-wrapper-5,
.text-wrapper-7 {
  font-size: 16px;
  color: #daeafe;
  line-height: 1.4;
  font-weight: 500;
}

/* ==========================================
   EXPERIENCE SECTION
   ========================================== */
.section-2 {
  padding: 80px 32px;
  background-color: #ffffff;
}

.experience-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1216px;
  margin: 0 auto;
  gap: 60px;
}

.container-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
}

.container-6 > img {
  width: 500px;
  height: 600px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

.container-7 {
  display: none;
}

.container-8 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.vector-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-9 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.div-wrapper-2 {
  margin: 0;
}

.text-wrapper-8 {
  font-size: 18px;
  font-weight: 700;
  color: #193cb8;
  line-height: 1.2;
}

.div-wrapper-3 {
  margin: 0;
}

.text-wrapper-9 {
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}

.container-10 {
  flex: 1;
  min-width: 0;
}

.div-wrapper-4 {
  margin-bottom: 32px;
}

.text-wrapper-10 {
  font-size: 40px;
  font-weight: 700;
  color: #193cb8;
  line-height: 1.2;
  margin: 0;
}

.container-11 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.paragraph {
  margin: 0;
}

.t-m-tr-c-ti-p-th-m,
.kh-ng-ch-d-ng-l-i-c {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.paragraph-wrapper {
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
  padding: 24px;
  border-radius: 12px;
  border-left: 4px solid #193cb8;
}

.paragraph-2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.text-wrapper-12 {
  font-size: 16px;
  font-weight: 600;
  color: #193cb8;
  margin: 0;
}

.text {
  margin-top: 8px;
}

.text-wrapper-13 {
  font-size: 18px;
  font-weight: 700;
  color: #193cb8;
  margin: 0;
}

/* ==========================================
   MISSION SECTION
   ========================================== */
.container-wrapper {
  padding: 80px 32px;
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
}

.container-12 {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 32px;
}

.container-13 {
  text-align: center;
  margin-bottom: 60px;
}

.img-wrapper {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.heading {
  margin-bottom: 16px;
}

.text-wrapper-14 {
  font-size: 40px;
  font-weight: 700;
  color: #193cb8;
  margin: 0;
}

.paragraph-3 {
  max-width: 800px;
  margin: 0 auto;
}

.t-m-lu-n-tin-r-ng-m {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 0 0 16px 0;
  display: inline;
}

.bold-text {
  display: inline;
}

.text-wrapper-15 {
  font-size: 20px;
  font-weight: 700;
  color: #193cb8;
  margin: 0;
}

.text-wrapper-16 {
  display: inline;
  font-size: 20px;
  font-weight: 700;
  color: #193cb8;
}

.container-14 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.container-15,
.container-19,
.container-22,
.container-23 {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.container-15:hover,
.container-19:hover,
.container-22:hover,
.container-23:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(25, 60, 184, 0.15);
  border-color: #193cb8;
}

.container-16,
.container-20,
.container-24 {
  display: flex;
  gap: 20px;
}

.container-21,
.container-25 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container-17 {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #193cb8 0%, #155dfc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(25, 60, 184, 0.3);
}

.text-wrapper-17 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.container-18 {
  flex: 1;
}

.heading-2,
.heading-3 {
  margin-bottom: 12px;
}

.text-wrapper-18,
.x-y-d-ng-h-ng-i-u-tr,
.text-wrapper-20,
.text-wrapper-21 {
  font-size: 20px;
  font-weight: 600;
  color: #193cb8;
  line-height: 1.3;
  margin: 0;
}

.paragraph-4 {
  margin: 0;
}

.gi-p-kh-ch-h-ng-n-m,
.text-wrapper-19,
.gi-p-kh-ch-h-ng-ch-n,
.text-wrapper-22 {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================
   CTA SECTION
   ========================================== */
.section-5 {
  background: linear-gradient(
    117deg,
    rgba(21, 93, 252, 1) 0%,
    rgba(20, 71, 230, 1) 50%,
    rgba(25, 60, 184, 1) 100%
  );
  padding: 80px 32px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.section-5::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.container-40 {
  display: none;
}

.container-41 {
  max-width: 1216px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 32px;
}

.container-42 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.icon-5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-5 i {
  color: #ffffff !important;
}

.text-wrapper-36 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.heading-7 {
  margin-bottom: 24px;
}

.text-wrapper-37 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.t-m-cam-k-t-mang-n-wrapper {
  margin-bottom: 40px;
}

.t-m-cam-k-t-mang-n {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
}

.text-wrapper-38 {
  color: #ffffff;
}

.text-wrapper-39 {
  font-weight: 700;
  color: #ffd700;
}

.container-43 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 2px solid rgba(255, 215, 0, 0.4);
  border-radius: 16px;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.m-t-i-m-t-s-ng-m-t {
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  color: #ffd700;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.t-m-lu-n-s-n-s-ng-ng {
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.container-44 {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.link-3,
.link-4 {
  padding: 18px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.link-3 {
  background-color: #ffffff;
  color: #193cb8;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.text-wrapper-40 {
  margin: 0;
}

.home-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-3:hover {
  background-color: #f0f7ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.link-4 {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.text-wrapper-41 {
  color: white;
  margin: 0;
}

.link-4:hover {
  background-color: #ffffff;
  color: #193cb8;
}

/* ==========================================
   VALUES SECTION
   ========================================== */
.section-3 {
  padding: 80px 32px;
  background-color: #ffffff;
}

.section-3 > h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #193cb8;
  margin-bottom: 60px;
}

.section-3 .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1216px;
  margin: 0 auto;
}

.container-26,
.container-27,
.container-28 {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 40px 20px;
  background-color: #f9fafb;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.container-26:hover,
.container-27:hover,
.container-28:hover {
  background-color: #f0f7ff;
  transform: translateY(-8px);
  border-color: #193cb8;
  box-shadow: 0 12px 32px rgba(25, 60, 184, 0.12);
}

.heading-4,
.heading-5 {
  margin-bottom: 12px;
}

.text-wrapper-23,
.text-wrapper-25,
.text-wrapper-27 {
  font-size: 24px;
  font-weight: 700;
  color: #193cb8;
  margin: 0;
}

.paragraph-5,
.paragraph-6 {
  margin: 0;
}

.text-wrapper-24,
.text-wrapper-26,
.text-wrapper-28 {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================
   TABLET RESPONSIVE
   ========================================== */
@media (max-width: 1279px) and (min-width: 800px) {
  .section-4 {
    padding: 60px 24px;
    min-height: 550px;
  }

  .container-30 {
    gap: 50px;
  }

  .image-l-thnh-tm {
    width: 340px;
    height: 450px;
  }

  .text-wrapper-30 {
    font-size: 48px;
  }

  .text-wrapper-31 {
    font-size: 18px;
  }

  .section {
    padding: 50px 24px;
  }

  .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .text-wrapper,
  .text-wrapper-3,
  .text-wrapper-4,
  .text-wrapper-6 {
    font-size: 40px;
  }

  .section-2 {
    padding: 60px 24px;
  }

  .experience-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .container-6 {
    align-items: center;
    gap: 30px;
  }

  .container-6 > img {
    width: 100%;
    max-width: 500px;
    height: 500px;
  }

  .container-8 {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: -60px;
    z-index: 2;
  }

  .container-10 {
    max-width: 100%;
  }

  .text-wrapper-10 {
    font-size: 36px;
  }

  .container-wrapper {
    padding: 60px 24px;
  }

  .text-wrapper-14 {
    font-size: 36px;
  }

  .container-14 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-5 {
    padding: 60px 24px;
  }

  .text-wrapper-37 {
    font-size: 40px;
  }

  .section-3 {
    padding: 60px 24px;
  }

  .section-3 .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .container-26,
  .container-27,
  .container-28 {
    padding: 32px 16px;
  }
}

/* ==========================================
   MOBILE RESPONSIVE
   ========================================== */
@media (max-width: 799px) {
  .section-4 {
    padding: 40px 16px;
    min-height: auto;
  }

  .section-4::before {
    width: 400px;
    height: 400px;
  }

  .container-30 {
    flex-direction: column;
    gap: 30px;
  }

  .container-31::before {
    top: 15px;
    left: -15px;
  }

  .image-l-thnh-tm {
    width: 100%;
    max-width: 300px;
    height: 380px;
  }

  .container-33 {
    max-width: 100%;
  }

  .text-wrapper-30 {
    font-size: 36px;
  }

  .text-wrapper-31 {
    font-size: 16px;
  }

  .container-36 {
    flex-direction: column;
    width: 100%;
  }

  .link,
  .link-2 {
    width: 100%;
    justify-content: center;
  }

  .section {
    padding: 40px 16px;
  }

  .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .div,
  .container-3,
  .container-4,
  .container-5 {
    padding: 20px;
  }

  .text-wrapper,
  .text-wrapper-3,
  .text-wrapper-4,
  .text-wrapper-6 {
    font-size: 36px;
  }

  .text-wrapper-2,
  .p,
  .text-wrapper-5,
  .text-wrapper-7 {
    font-size: 14px;
  }

  .section-2 {
    padding: 40px 16px;
  }

  .experience-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .container-6 {
    gap: 20px;
  }

  .container-6 > img {
    width: 100%;
    height: 400px;
  }

  .container-8 {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: -50px;
    padding: 16px 20px;
  }

  .text-wrapper-8 {
    font-size: 16px;
  }

  .text-wrapper-9 {
    font-size: 13px;
  }

  .text-wrapper-10 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .t-m-tr-c-ti-p-th-m,
  .kh-ng-ch-d-ng-l-i-c {
    font-size: 15px;
  }

  .paragraph-wrapper {
    padding: 20px;
  }

  .text-wrapper-12,
  .text-wrapper-13 {
    font-size: 16px;
  }

  .container-wrapper {
    padding: 40px 16px;
  }

  .text-wrapper-14 {
    font-size: 28px;
  }

  .t-m-lu-n-tin-r-ng-m {
    font-size: 15px;
  }

  .text-wrapper-15,
  .text-wrapper-16 {
    font-size: 18px;
  }

  .container-14 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .container-15,
  .container-19,
  .container-22,
  .container-23 {
    padding: 24px;
  }

  .container-16,
  .container-20,
  .container-21,
  .container-24,
  .container-25 {
    flex-direction: column;
    gap: 16px;
  }

  .container-17 {
    width: 50px;
    height: 50px;
  }

  .text-wrapper-17 {
    font-size: 20px;
  }

  .text-wrapper-18,
  .x-y-d-ng-h-ng-i-u-tr,
  .text-wrapper-20,
  .text-wrapper-21 {
    font-size: 18px;
  }

  .gi-p-kh-ch-h-ng-n-m,
  .text-wrapper-19,
  .gi-p-kh-ch-h-ng-ch-n,
  .text-wrapper-22 {
    font-size: 15px;
  }

  .section-5 {
    padding: 40px 16px;
  }

  .text-wrapper-36 {
    font-size: 14px;
  }

  .text-wrapper-37 {
    font-size: 32px;
  }

  .t-m-cam-k-t-mang-n {
    font-size: 16px;
  }

  .m-t-i-m-t-s-ng-m-t,
  .t-m-lu-n-s-n-s-ng-ng {
    font-size: 16px;
  }

  .container-44 {
    flex-direction: column;
    width: 100%;
  }

  .link-3,
  .link-4 {
    width: 100%;
    justify-content: center;
    padding: 16px 28px;
  }

  .section-3 {
    padding: 40px 16px;
  }

  .section-3 > h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .section-3 .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .container-26,
  .container-27,
  .container-28 {
    margin: 0;
    padding: 30px 20px;
  }

  .text-wrapper-23,
  .text-wrapper-25,
  .text-wrapper-27 {
    font-size: 20px;
  }

  .text-wrapper-24,
  .text-wrapper-26,
  .text-wrapper-28 {
    font-size: 14px;
  }
}
