html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after,
input[type=search] {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

img {
  max-width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  --sb-track-color: #232e33;
  --sb-thumb-color: #fdec00;
  --sb-size: 5px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 15px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
main .swing {
  position: relative;
}
main .swing img {
  position: absolute;
  top: -6.5rem;
  left: 10px;
  width: 350px;
  height: 550px;
  z-index: 2;
}
main .sun {
  position: relative;
}
main .sun img {
  position: absolute;
  top: 10px;
  right: 80px;
  width: 100px;
  height: 150px;
  z-index: 2;
}
main .cloud {
  position: relative;
}
main .cloud img {
  position: absolute;
  top: 20px;
  right: 130px;
  width: 100px;
  height: 150px;
  z-index: 2;
}
main .about {
  position: relative;
  width: 100vw;
  min-height: 45rem;
  overflow-x: hidden;
  background-image: url("/public/images/svgs/sectionVector.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .about .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
}
main .about .container .card {
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  background-color: #fff;
  width: 22.5rem;
  height: 20.8125rem;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease all;
}
main .about .container .card .image {
  position: relative;
}
main .about .container .card .image img {
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: -130px;
  right: 25%;
}
main .about .container .card .title {
  margin-top: 2.5rem;
  text-align: center;
  font-family: Poetirey;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 2rem */
  letter-spacing: 0.08rem;
}
main .about .container .card:nth-child(1) .title {
  color: #fdec00;
}
main .about .container .card:nth-child(2) .title {
  color: #344cb6;
}
main .about .container .card:nth-child(3) .title {
  color: #e63879;
}
main .about .container .card .content {
  margin-top: 2rem;
  color: #424242;
  text-align: center;
  font-family: "Nunito";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
  letter-spacing: 0.025rem;
}
main .about .container .card:hover {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
main .about-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 35rem;
}
main .about-section .container {
  width: 70vw;
  margin-top: 4rem 2rem;
  padding: 2rem 0rem;
}
main .about-section-content-heading {
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  letter-spacing: 1.6px;
}
main .about-section-content-container {
  text-align: center;
}
main .about-section-content-container-main {
  margin-top: 4rem;
  color: #424242;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 0.4px;
}
main .about-section-content-container-lead {
  margin-top: 2rem;
  color: #424242;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.4px;
}
main .programs {
  position: relative;
  z-index: 2;
  width: 100%;
}
main .programs .hanging {
  position: relative;
}
main .programs .hanging img {
  position: absolute;
  top: -14rem;
  right: 15%;
  width: 150px;
  height: 250px;
  z-index: 2;
}
main .programs .title {
  background-color: #026abb;
  color: #fdec00;
  text-align: center;
  font-family: "Poetirey";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 2rem */
  letter-spacing: 0.08rem;
  padding: 6rem 0px;
}
main .programs-section {
  position: relative;
  background-image: url("/public/images/svgs/programBg1.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 0;
  padding-bottom: 8rem;
}
main .programs-section .carusoles {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
main .programs-section .carusoles .mobile_container {
  display: none;
}
main .programs-section .carusoles .pre {
  flex: 1;
  order: -1;
  width: 100%;
  text-align: right;
  cursor: pointer;
  transition: 0.5s ease all;
}
main .programs-section .carusoles .pre:hover img {
  transform: scale(1.1);
}
main .programs-section .carusoles .next {
  flex: 1;
  order: 2;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: 0.5s ease all;
}
main .programs-section .carusoles .next:hover img {
  transform: scale(1.1);
}
main .programs-section .carusoles .carusole-item {
  flex: 5;
  order: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .programs-section .carusoles .carusole-item .main-carusole {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .programs-section .carusoles .carusole-item .main-carusole img {
  padding: 2rem;
}
main .programs-section .carusoles .carusole-item .main-carusole .content .heading {
  color: #fff;
  text-align: center;
  font-family: Poetirey;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: 1.28px;
}
main .programs-section .carusoles .carusole-item .main-carusole .content .heading span {
  color: #fdec00;
  text-align: center;
  font-family: Poetirey;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: 0.96px;
}
main .programs-section .carusoles .carusole-item .main-carusole .content-text {
  margin-top: 2rem;
  color: #fff;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 30.4px */
  letter-spacing: 0.4px;
}
main .programs-section .sliders {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .programs-section .sliders .slider {
  position: relative;
  width: 250px;
  margin: 10px 20px;
}
main .programs-section .sliders .slider .back {
  position: relative;
}
main .programs-section .sliders .slider .back img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main .programs-section .sliders .slider .bottom {
  position: relative;
  transition: 0.5s ease all;
  cursor: pointer;
  z-index: 1;
}
main .programs-section .sliders .slider .bottom img {
  position: absolute;
  bottom: -400px;
  right: 41%;
  z-index: -1;
}
main .programs-section .sliders .slider .bottom img:hover {
  transform: scale(1.1);
}
main .programs-section .sliders .slider .card {
  max-width: 340px;
  padding: 2rem;
  text-align: center;
}
main .programs-section .sliders .slider .card_title {
  display: inline;
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: 0.96px;
}
main .programs-section .sliders .slider .card_content {
  margin-top: 2rem;
  color: #323232;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
main .programs-section .sliders .slider .card_image {
  margin-top: 1rem;
}
main .programs-section .sliders .slider .card_image img {
  border-radius: 50% 25% 30% 20%;
}
main .programs .contain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: -10rem;
  height: 40em;
  position: relative;
  background-image: url("/public/images/svgs/programBg2.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: -2;
}
main .programs .contain .reason {
  margin-top: 5rem;
}
main .programs .contain .reason_heading {
  color: #0068b9;
  text-align: center;
  font-family: Poetirey;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 1.6px;
}
main .programs .contain .reason_container {
  margin-top: 4rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86%;
  margin: auto;
}
main .programs .contain .reason_container_card {
  text-align: center;
  display: flex;
  width: 250px;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  margin: 0 2rem;
}
main .programs .contain .reason_container_card_icon {
  display: inline-block;
  border: 2px solid white;
  border-radius: 50px;
  padding: 1rem;
}
main .programs .contain .reason_container_card_heading {
  color: #0068b9;
  text-align: center;
  font-family: Poetirey;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: 0.48px;
}
main .programs .contain .reason_container_card_paragraph {
  color: #424242;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.32px;
}
main .gallery {
  width: 100vw;
}
main .gallery .line {
  width: 100%;
}
main .gallery .line img {
  width: 100%;
}
main .gallery .children {
  position: relative;
}
main .gallery .children img {
  position: absolute;
  top: -35px;
  right: 40%;
  width: 250px;
  height: 200px;
  z-index: 2;
}
main .gallery .gallery_section {
  margin-top: -2rem;
  padding: 10rem 0px;
  background-color: #e91964;
}
main .gallery .gallery_section_title {
  margin: 4rem 0px;
  color: #fff;
  text-align: center;
  font-family: Poetirey;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  letter-spacing: 1.6px;
}
main .gallery .gallery_section_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 4rem;
}
main .gallery .gallery_section_container_image {
  width: 350px;
  margin: 10px 4rem;
  border-radius: 20px;
  transition: 0.5s ease-in-out all;
}
main .gallery .gallery_section_container_image:hover img {
  transform: scale(1.1);
}
main .gallery .gallery_section .mobile_container {
  display: none;
}
main .founder .clip {
  position: relative;
}
main .founder .clip img {
  position: absolute;
  top: -62px;
  left: 0px;
  width: 350px;
  height: 350px;
  z-index: -1;
}
main .founder .pencil {
  position: relative;
}
main .founder .pencil img {
  position: absolute;
  top: 450px;
  right: 0px;
  width: 350px;
  height: 350px;
  z-index: -1;
}
main .founder .numbers {
  padding: 10rem 0rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
main .founder .numbers .round {
  position: relative;
  width: 300px;
}
main .founder .numbers .round .content {
  position: absolute;
  top: 35%;
  left: 20%;
}
main .founder .numbers .round.first p:first-child {
  text-align: center;
  color: #8f5c1d;
  font-family: Poetirey;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 64px */
  letter-spacing: 2.56px;
}
main .founder .numbers .round.first p:last-child {
  color: #6a6528;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 0.4px;
}
main .founder .numbers .round.second p:first-child {
  color: #4a1685;
  text-align: center;
  font-family: Poetirey;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 64px */
  letter-spacing: 2.56px;
}
main .founder .numbers .round.second p:last-child {
  color: #6a6528;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 0.4px;
}
main .founder .numbers .round.last p:first-child {
  color: #af1d1d;
  text-align: center;
  font-family: Poetirey;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 64px */
  letter-spacing: 2.56px;
}
main .founder .numbers .round.last p:last-child {
  color: #6b4343;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 0.8px;
}
main .founder_story {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2rem;
}
main .founder_story .bg-img {
  background-image: url("/public/images/home/founder/bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  min-height: 55rem;
}
main .founder_story_header {
  position: absolute;
  top: 16%;
  z-index: 2;
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  letter-spacing: 1.6px;
}
main .founder_story_container {
  width: 60rem;
  position: absolute;
  top: 20%;
  left: 14%;
  display: flex;
}
main .founder_story_container_image {
  flex: 4;
  text-align: left;
}
main .founder_story_container_content {
  flex: 3;
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
main .founder_story_container_content h1 {
  color: #252525;
  text-align: center;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 32px */
  letter-spacing: 1.28px;
}
main .founder_story_container_content h2 {
  color: #252525;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 0.4px;
}
main .founder_story_container_content p {
  color: #424242;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
main .testimonial {
  background-image: url("/public/images/home/TestimonialsBG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 58rem;
  width: 100vw;
  margin: 8rem 0px;
  padding: 8rem 4rem;
}
main .testimonial_head {
  color: #fff;
  text-align: center;
  font-family: "Poetirey";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 1.6px;
}
main .testimonial_bottom {
  position: relative;
}
main .testimonial_bottom img {
  position: absolute;
  top: -3rem;
  left: 40rem;
  width: 350px;
}
main .testimonial_conatiner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}
main .testimonial_conatiner_comment {
  background-image: url("/public/images/home/testimonialBg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
}
main .testimonial_conatiner_comment:first-child:after {
  content: " ";
  height: 70%;
  border-right: 1px solid white;
  position: absolute;
  right: 0rem;
}
main .testimonial_conatiner_comment div {
  height: 60%;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 20rem;
  margin-top: 2rem;
  gap: 30px;
}
main .testimonial_conatiner_comment div h1 {
  color: #0068b9;
  text-align: center;
  font-family: Poetirey;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: 1.28px;
}
main .testimonial_conatiner_comment div p {
  color: #252525;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
}
main .testimonial_conatiner_comment div h2 {
  color: #252525;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
}

@media only screen and (max-width: 900px) {
  main .swing img {
    top: -30px;
    width: 250px;
    height: 350px;
  }
  main .sun img {
    top: 5px;
    right: 80px;
  }
  main .cloud img {
    top: 10px;
    right: 100px;
  }
  main .about .container {
    min-height: 40rem;
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: none;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  main .about .container .card {
    min-width: 350px;
    margin: 0px 4rem;
  }
  main .programs {
    position: relative;
    padding: 0rem;
    background-color: #026abb;
    display: block;
    width: 100%;
  }
  main .programs .hanging img {
    position: absolute;
    top: -10.6rem;
    right: 0%;
    width: 100px;
    height: 200px;
    z-index: 2;
  }
  main .programs .title {
    width: 80%;
    padding-top: 10rem;
  }
  main .programs .carusoles {
    flex-direction: column;
    padding: 2rem;
    flex-wrap: wrap;
  }
  main .programs .carusoles .pre {
    display: none;
  }
  main .programs .carusoles .next {
    display: none;
  }
  main .programs .carusoles .mobile_container {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  main .programs .carusoles .mobile_container .next,
  main .programs .carusoles .mobile_container .pre {
    display: block;
    flex: unset;
    order: 1;
    width: fit-content;
    margin: 0.5rem;
  }
  main .programs .carusoles .carusole-item {
    margin-top: 2rem;
  }
  main .programs .carusoles .carusole-item .main-carusole {
    display: block;
  }
  main .programs .sliders {
    margin-top: 0px;
    padding: 0px 2rem;
    width: 100vw;
    text-align: center;
    max-width: min-content;
    justify-content: space-evenly;
    overflow-x: scroll;
    scroll-snap-type: none;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  main .programs .sliders .slider {
    display: inline-block;
    min-width: 250px;
    height: 450px;
  }
  main .programs .contain {
    position: relative;
    height: auto;
  }
  main .programs .contain .background-image2 {
    z-index: -1;
    top: -1%;
    bottom: 0;
    height: 100%;
    background-position: cover;
  }
  main .programs .contain .reason {
    background-color: #ffca00;
    width: 100vw;
    overflow-x: hidden;
    margin-top: 4rem;
  }
  main .programs .contain .reason_heading {
    color: #0068b9;
    text-align: center;
    font-family: "Poetirey";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    letter-spacing: 0.96px;
  }
  main .programs .contain .reason_container {
    margin-top: 4rem;
    flex-direction: column;
  }
  main .programs .contain .reason_container_card:nth-child(odd) {
    margin: 2rem;
    align-self: baseline;
  }
  main .programs .contain .reason_container_card:nth-child(even) {
    margin: 2rem;
    align-self: self-end;
  }
  main .gallery {
    width: 100vw;
    margin-top: 4rem;
  }
  main .gallery .line {
    position: relative;
  }
  main .gallery .line img {
    position: absolute;
    top: 0;
    scale: 4;
    width: max-content;
  }
  main .gallery .children img {
    position: absolute;
    top: 0px;
    right: 20%;
    z-index: 2;
  }
  main .gallery .gallery_section .mobile_container {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  main .gallery .gallery_section .mobile_container .next,
  main .gallery .gallery_section .mobile_container .pre {
    display: block;
    flex: unset;
    order: 1;
    width: fit-content;
    margin: 0.5rem;
  }
  main .gallery .gallery_section_container {
    display: inline-flex;
    width: 100vw;
    justify-content: flex-start;
    margin: 0px;
    overflow-x: scroll;
    scroll-snap-type: none;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  main .gallery .gallery_section_container_image {
    min-width: 350px;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s ease-in-out all;
  }
  main .gallery .gallery_section_container_image:hover img {
    transform: scale(1.1);
  }
  main .founder .numbers {
    flex-direction: column;
  }
  main .founder_story {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: self-start;
    width: 100vw;
    background-image: url("/public/images/home/founder/bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 9rem;
  }
  main .founder_story .bg-img {
    display: none;
  }
  main .founder_story_header {
    width: 100%;
    position: relative;
    display: block;
  }
  main .founder_story_container {
    width: 87%;
    position: relative;
    padding: 2rem;
    display: flex;
    flex-direction: column-reverse;
    margin-left: -3rem;
  }
  main .founder_story_container_image {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: -3rem;
  }
  main .founder_story_container_content {
    margin-top: 2rem;
    position: relative;
    display: block;
  }
  main .founder_story_container_content > * {
    margin-top: 2rem;
  }
  main .testimonial {
    display: block;
    padding: 4rem 2rem;
  }
  main .testimonial_conatiner {
    flex-direction: column;
  }
  main .testimonial_conatiner_comment {
    flex-direction: column;
    align-items: center;
  }
  main .testimonial_conatiner_comment:first-child:after {
    content: " ";
    width: 100%;
    border-right: none;
    border-bottom: 1px solid white;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
  }
  main .testimonial_conatiner_comment div {
    max-width: 85%;
  }
  main .testimonial_bottom img {
    top: -4rem;
    left: 5rem;
    width: 250px;
  }
}
