@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.sections-wraper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.sections-wraper a {
  clear: none;
  color: #222;
  text-decoration: none;
}


.sections-wraper {
  width: 100%;
  overflow: hidden;

  font-family: 'PT Sans', sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  color: #222222;
}

.hero-section {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.bread-crumbs {
  margin-bottom: 80px;
}

.content {
    max-width: 60%;
}

.tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tag {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}

.tag-orange {
    background-color: #FFA500;
}

.tag-blue {
    background-color: #007AFF;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.description {
    font-size: 18px;
    color: #555;
}

.info-box {
    background-color: #F5F7FF;
    border-radius: 10px;
    padding: 20px;
    max-width: 35%;
}

.info p {
    margin-bottom: 10px;
}

.info ul {
    list-style-type: none;
    margin-bottom: 10px;
}

.show-more {
    display: inline-block;
    margin-top: 10px;
    color: #007AFF;
    text-decoration: none;
}

.show-more:hover {
    text-decoration: underline;
}

.buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.btn {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-yellow {
    background-color: #FFD700;
    color: #000;
}

.btn-outline {
    background-color: #fff;
    color: #007AFF;
    border: 2px solid #007AFF;
}

.icon {
    margin-right: 5px;
}

.slider-section {
  width: 100%;
  margin: 50px auto;
  padding: 0 30px;
}

.slider-section .c-container {
  overflow: hidden;
}

.slider-container {
    position: relative;
    margin: 0 auto;
}

.classroom-container {
    width: 100%;
    height: 240px;
}

.classroom-container .slide-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
}

.classroom-container .swiper-pagination {
    position: absolute;
    bottom: 30px !important;
}

.classroom-container .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.7;
}

 .classroom-container .swiper-pagination-bullet-active {
    opacity: 1;
}

.classroom-container .swiper-button-next,
.classroom-container .swiper-button-prev {
    color: #0072BF;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #fff;
    justify-content: flex-start;
    cursor: pointer;
}

.classroom-container .swiper-button-next:after,
.classroom-container .swiper-button-prev:after {
    font-size: 24px;
}

.classroom-container .swiper-button-next {
    right: 20px;
    padding-left: 26px;
}

.classroom-container .swiper-button-prev {
    left: 20px;
    padding-left: 20px;
}

@media (max-width: 1040px) {
    .swiper-button-next {
        right: 10px;
    }
    .swiper-button-prev {
        left: 10px;
    }
}


.reviews-section {
    padding: 80px 0;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.reviews.c-container {
  display: flex;
  flex-direction: column;
}

.reviews-section h2 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 30px;
}

.reviews-slider {
    position: relative;
    width: 1030px;
}

.review-card {
    display: flex;
    overflow: hidden;
    align-items: flex-start;
}

.review-video-preview {
    width: 500px;
    position: relative;
    margin-right: 30px;
    border-radius: 12px;
    overflow: hidden;
    height: 340px;
    flex-shrink: 0;
}

.review-video-preview iframe {
    width: 100%;
    height: 100%;
}

.review-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 30px;
}

.review-content {
    width: 60%;
    padding: 20px;
    border-radius: 12px;
    background-color: #F5F6FA;
    display: flex;
    flex-direction: column;
}

.review-user-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.review-stars {
    color: gold;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1;
}

.review-name {
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
}

.review-date {
  color: #888;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.review-text {
}
.review-read-more {
  color: #0870C1;
  border-bottom: 1px solid #0870C1;
  text-decoration: none;
  display: flex;
  align-self: flex-start;
  margin-top: 30px;
}

.read-more {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.swiper-button-next.reviews-button-next,
.swiper-button-prev.reviews-button-prev {
  position: static;
    width: 64px;
    height: 64px;
    color: #0072BF;
    border-radius: 64px;
    background-color: #fff;
    border: 1px solid #EAECF4;
    transition: all .3s;
    cursor: pointer;
}
.swiper-button-next.reviews-button-next:hover,
.swiper-button-prev.reviews-button-prev:hover {
  
    border: 1px solid #3f56b4;
}
.swiper-button-prev.reviews-button-prev {
  margin-right: 10px;
}
.swiper-button-next.reviews-button-next:after,
.swiper-button-prev.reviews-button-prev:after {
  
    font-size: 16px;
}
.reviews-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttons-slide {
  display: flex;
  align-items: center;
  justify-content: center;

}

.swiper-button-next.swiper-button-next {
    right: 10px;
}

.swiper-button-prev.reviews-button-prev {
    left: auto;
    right: 50px;
}

.view-more {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #007bff;
    text-decoration: none;
}


.c-container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.left-col {
  width: 80%;
  max-width: 900px;
}

.hero-labels {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hero-first-label {
  color: #fff;
  text-align: center;
  background-color: #f08f2f;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-right: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.body {
  color: #222;
  padding-bottom: 110px;
  font-family: PT Sans, sans-serif;
}

.hero-second-label {
  color: #fff;
  text-align: center;
  background-color: #0870c1;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-right: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.her-h1 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
}

.paragraph {
  font-size: 20px;
  line-height: 1.4em;
  opacity: 0.8;
}

.hero-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.her-right-col {
  flex: none;
  width: 460px;
}

.hero-info {
  background-color: #f5f6fa;
  border-radius: 12px;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.sections-wraper .hero-info-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block {
  margin-left: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.link-block {
  display: block;
}

.hero-info-upper-block {
  margin-bottom: 10px;
}

.exam-title {
  margin-bottom: 8px;
}

.hero-button-rows {
  display: flex;
}

.hero-button-rows.bottom {
  margin-top: 20px;
}
.bottom .hero-reg-button {
  max-width: 250px;
}
.bottom .hero-buton-contacts {
  max-width: 250px;
  margin-right: 10px;
  border: none;
  background: #fff;
}

.sections-wraper .hero-reg-button {
  background-color: #ffcc4e;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.hero-reg-button:hover {
  background-color: #ffc639;
  transform: scale(1.05);
}

.contaact-label {
  border-radius: 12px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.sections-wraper .hero-buton-contacts {
  border: 1px solid #0b78dd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 190px;
  transition: transform .3s;
  display: flex;
  height: 64px;
}

.hero-buton-contacts:hover {
  transform: scale(1.05);
}

.odds-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.odds-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.odds-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  align-items: stretch;
}

.odds-card {
  border: 1px solid #eaecf4;
  border-radius: 12px;
  width: 25%;
  max-width: 340px;
  padding: 30px;
}

.odds-card-image {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 60px;
}

.odds-card-paragraph {
  font-size: 18px;
  line-height: 1.4em;
}

.odds-reg-button-copy {
  background-color: #ffcc4e;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.reviews-view-more {
  display: block;
  margin: 0 auto;
  border: 1px solid #EAECF4;
  color: #0072BF;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  margin-top: 60px;
}

.reviews-view-more:hover {
  background-color: #EAECF4;
  transform: scale(1.05);
}

.odds-reg-button-copy:hover {
  background-color: #ffc639;
  transform: scale(1.05);
}

.programm-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.programm-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.programm-subtitle {
  text-align: center;
  max-width: 750px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.4em;
  opacity: 0.8;
}

.prog-table {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  display: grid;
}

.prog-card {
  background-color: #f5f6fa;
  border-bottom: 3px solid #0072bf;
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.prog-card-level {
  color: #fff;
  background-color: #0072bf;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 40px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.prog-card-h3 {
  margin-bottom: 20px;
}

.prog-card-par {
  font-size: 20px;
  line-height: 1.4em;
}

.chart-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.chart-left-col {
  width: 70%;
  min-height: 100%;
  max-width: 954px;
  max-height: 750px;
  border-radius: 12px;
  overflow: hidden;
}
.chart-left-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chart-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.chart-youtube {
  cursor: pointer;
  background-image: url("/images/otdelenie/utub.jpg");
  background-position: 50%;
  background-size: cover;
  width: 30%;
  max-width: 460px;
  max-height: 740px;
  border-radius: 12px;
  overflow: hidden;
}
.chart-youtube iframe {
  width: 100%;
}

.ft-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.ft-flex {
  display: flex;
  flex-wrap: wrap;
}

.ft-card {
  background-color: #f5f6fa;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 30%;
  min-height: 280px;
  padding: 40px 40px 30px;
  display: flex;
  flex: 1 1 30%; /* Устанавливаем ширину каждого блока примерно на 30% */
  box-sizing: border-box;
  margin: 10px; /* Добавляем отступы между блоками */
}

.ft-card-num { 
  color: #1b85ce;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}

.ft-card-par {
  margin-bottom: 0;
  font-size: 18px;
}

.students {
  padding: 80px 0;
}

.stud-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  object-fit: contain;
  width: 46px;
  height: 25px;
  margin-bottom: 60px;
}

.stud-text-block {
  color: #fff;
  text-align: center;
  background-color: #0072bf;
  border-radius: 50px;
  width: 100%;
  max-width: 550px;
  margin-bottom: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  transform: rotate(-5deg);
}

.stud-cards-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.srud-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(20% - 60px);
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-grow: 1;
}

.sud-image {
  border-radius: 200px;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 30px;
}

.stud-card-labels {
  text-align: center;
}

.stud-card-label {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

.stud-card-test {
  text-align: center;
  font-size: 16px;
}

.body {
  padding-bottom: 568px;
  font-family: PT Sans, sans-serif;
}

.stud-bottom-text {
  font-size: 20px;
  font-weight: 700;
}

.cta {
  background-image: url("/images/otdelenie/bottom-cta.jpg");
  background-position: 50%;
  background-size: cover;
  min-height: 780px;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

.cta-col {
  width: 55%;
  max-width: 700px;
}

.cta-h2 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
}

.cta-group {
  flex-flow: column;
  display: flex;
}

.cta-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.cta-g-logo {
  text-align: center;
  margin-right: 30px;
}

.cta-image {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
}

.cta-logo-text {
  color: #0b78dd;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.cta-g-2 {
  flex: 1;
}

.cta-text {
  font-size: 20px;
  line-height: 1.3em;
}

.cta-dots {
  border-right: 2px dashed #0b78dd;
  width: 2px;
  height: 40px;
  margin-left: 26px;
}

.sta-img {
  display: none;
}


@media screen and (max-width: 1240px) {
  .c-container {
    max-width: 1100px;
  }
  /* hero-section */
  .hero-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .left-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .bread-crumbs {
    margin-bottom: 40px;
  }
  .hero-labels {
    margin-bottom: 30px;
  }
  .her-h1 {
    margin-bottom: 30px;
    font-size: 42px;
  }
  .paragraph {
    margin-bottom: 14px;
  }
  .her-right-col {
    max-width: none;
    width: 100%;
  }
  .hero-info {
    width: 100%;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .hero-info-upper-block {
    margin-right: 20px;
  }
  .text-block {
    font-size: 18px;
  }
  .hero-exams {
    flex-grow: 1;
  }
  .hero-button-rows {
    max-width: 588px;
    margin: 0 auto;
  }
  .hero-reg-button {
    width: 50%;
  }
  .bottom.hero-button-rows {
    width: 100%;
  }
  .bottom .hero-reg-button {
    width: 100%;
  }
  .hero-buton-contacts {
    width: 50%;
  }

  /* .slider-section */
  .slider-section {
    padding: 0;
  }
  .classroom-container {
    height: 440px;
  }

  /* odds-card */
  .odds-row {
    flex-wrap: wrap;
  }
  .odds-h2 {
    margin-bottom: 40px;
    font-size: 44px;
  }
  .odds-card {
    width: 50%;
  }
/* .programm-section */
  .programm-section {
    padding: 0;
  }
  .programm-h2 {
    font-size: 44px;
  }
  .programm-subtitle {
    font-size: 18px;
  }
  .prog-card-level {
    margin-bottom: 20px;
    font-size: 16px;
  }
  /* .chart-youtube */
  .chart-youtube {
    max-height: 512px;
  }
  .chart-left-col {
    max-height: 512px;
  }
  /* .ft-card */
  .ft-card {
    flex: 1 1 40%;
    min-height: 180px;
  }
  .ft-card-par {
    font-size: 18px;
  }
  .ft-card-num {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .students {
    padding-top: 40px;
  }

  .srud-card {
    width: calc(33.3333% - 68px);
  }
  .reviews-section h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    margin-bottom: 40px;
  }

  .stud-text-block {
    max-width: 400px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .srud-card {
    width: calc(33.3333% - 60px);
    margin-left: 12px;
    margin-right: 12px;
  }

}

@media screen and (max-width: 767px) {
  .left-col {
    width: 100%;
    align-items:  flex-start;
    text-align: left;
  }
  .hero-labels {
    flex-direction: column;
  }
  .hero-first-label {
    margin-bottom: 10px;
  }
  .hero-info {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
  }
  .hero-info-upper-block {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .hero-button-rows {
    flex-direction: column;
    width: 100%;
  }
  .bottom .hero-reg-button {
    max-width: none;
  }
  .bottom .hero-buton-contacts {
    max-width: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .hero-reg-button {
    width: 100%;
    margin-bottom: 10px;
    min-height: 64px;
  }
  .sections-wraper .hero-buton-contacts {
    width: 100%;
    max-width: none;
    height: 64px;
  }

  /* .reviews-slider */
  .reviews-section {
    padding: 0;
  }
  .reviews-slider {
    width: 100%;
  }
  .reviews-section h2 {
    font-size: 38px;
  }
  .review-card {
    padding: 20px;
    flex-direction: column-reverse;
    flex: 1;
  }
  .review-video-preview {
    width: 100%;
    height: 60vw;
    max-height: 400px;
  }
  .reviews-title-row {
    flex-direction: column;
    align-items: center;
  }
  .review-content {
    width: 100%;
    margin-bottom: 10px;  
  }
  .reviews-view-more {
    margin-top: 30px;
    width: 100%;
    font-size: 18px;
  }

  /* odds-h2 */
  .odds-h2 {
    font-size: 38px;
  }
  .odds-card-image {
    margin-bottom: 30px;
  }
  .odds-card {
    width: 100%;
    max-width: 500px;
    padding: 20px;
  }
  .odds-row {
    margin-bottom: 30px;
  }
  .odds-reg-button-copy {
    width: 100%;
    max-width: 500px;
  }

  .programm-subtitle {
    margin-bottom: 30px;
  }
  .prog-table {
    display: block;
  }
  .prog-card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
    padding: 30px;
  }
  .prog-card-h3 {
    font-size: 28px;
  }

  /* chart-row */
  .chart-row {
    flex-direction: column;
    align-items: center;
  }
  .chart-youtube {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    max-height: 120vw;
  }
  .chart-left-col {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .ft-h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .ft-card {
    flex: 1 1 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .students {
    padding-bottom: 0;
  }

  .c-container.c-tra {
    background-image: linear-gradient(#d3f0ff, #69cdff);
  }

  .stud-col {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .stud-text-block {
    max-width: 280px;
  }

  .stud-cards-wrap {
    margin-bottom: 0;
  }

  .srud-card {
    width: 100%;
  }

  .stud-bottom-text {
    display: none;
  }

  .cta {
    background-color: #d3f0ff;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .cta-col {
    text-align: center;
    width: auto;
  }

  .cta-h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 38px;
  }

  .cta-group {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-row {
    flex-flow: column;
  }

  .cta-g-logo {
    margin-right: 0;
  }

  .cta-dots {
    display: none;
  }

  .sta-img {
    object-fit: cover;
    object-position: 90% 0%;
    width: 100%;
    height: 600px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .sta-img {
    height: 100vw;
  }
}