* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.header-hero-fone {
  background-image: linear-gradient(215.79deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.29)), url(./../image/header-hero-mob.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .header-hero-fone {
    background-image: linear-gradient(215.79deg, rgba(0, 0, 0, 0.31) 29.66%, rgba(0, 0, 0, 0.29) 84.2%), url(./../image/header-hero-mob.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.header {
  padding-top: 48px;
}

.header-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-list {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 62px;
    margin-top: 25px;
    margin-right: 150px;
  }
}

.header-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
}

.find-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  margin-top: 25px;
}

.hero {
  padding-top: 45px;
  padding-bottom: 1px;
}
.hero-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 58px;
  line-height: 63px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .hero-title {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 120px;
    line-height: 130px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-left: 100px;
    margin-right: 100px;
    text-align: start;
    margin-bottom: 21px;
    margin-left: 80px;
  }
}

.hero-btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 32px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 91px;
  padding-right: 91px;
  border: none;
  color: #fff;
  background-color: rgb(221, 34, 66);
  margin-bottom: 76px;
}
@media screen and (min-width: 1200px) {
  .hero-btn {
    margin-left: 80px;
  }
}

.first-hero-div {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .first-hero-div {
    text-align: start;
  }
}

.hero-list {
  background: rgba(0, 0, 0, 0.517);
  gap: 32px;
  padding-left: 32px;
  padding-top: 35px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .hero-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-list-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hero-score {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(221, 34, 66);
  margin-bottom: 4px;
}

.hero-pretitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 26.41px;
  line-height: 41.08px;
  letter-spacing: 0px;
  color: white;
  margin-bottom: 4px;
}
.hero-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgb(147, 147, 147);
  margin-bottom: 32px;
  margin-right: 30px;
}
.hero-img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hero-img {
    width: 417px;
    height: 254px;
  }
}

.rest {
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 10, 32, 0.5)), to(rgba(1, 10, 32, 0.5))), url(./../image/bg-rest.png);
  background-image: linear-gradient(180deg, rgba(1, 10, 32, 0.5), rgba(1, 10, 32, 0.5)), url(./../image/bg-rest.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 56px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .rest {
    padding-top: 207px;
    padding-bottom: 241px;
    text-align: start;
  }
}

.first-rest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .first-rest-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 192px;
  }
}

.second-rest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1200px) {
  .second-rest-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.first-rest-img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 34px;
}
@media screen and (min-width: 1200px) {
  .first-rest-img {
    width: 630px;
    height: 460px;
    margin-right: 130px;
    border-radius: 10px;
    margin-right: 130px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.second-rest-img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 34px;
}
@media screen and (min-width: 1200px) {
  .second-rest-img {
    width: 630px;
    height: 460px;
    border-radius: 10px;
  }
}

.rest-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1, 15;
  letter-spacing: 0%;
  margin-bottom: 1px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .rest-title {
    margin-bottom: 4px;
  }
}

.rest-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1, 2;
  letter-spacing: 0.5px;
  margin-bottom: 1px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .rest-text {
    margin-bottom: 0;
  }
}

.rest-btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 32px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 108px;
  padding-right: 108px;
  border: none;
  color: #fff;
  margin-top: 59px;
  margin-bottom: 56px;
  background-color: rgb(221, 34, 66);
}
@media screen and (min-width: 1200px) {
  .rest-btn {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 41px;
    padding-right: 41px;
  }
}

.explore {
  padding-top: 98px;
}
@media screen and (min-width: 1200px) {
  .explore {
    padding-top: 127px;
  }
}

.fone-explore-number {
  background-image: url(./../image/explore&number.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .fone-explore-number {
    background-image: url(./../image/explore&number-desk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.explore-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(1, 10, 32);
  margin-bottom: 23px;
  margin-left: 50px;
  margin-right: 50px;
}

.explore-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
  margin-bottom: 933px;
}

.first-img-explore {
  width: 100%;
  margin-bottom: 728px;
  margin-left: 50px;
}
@media screen and (min-width: 1200px) {
  .first-img-explore {
    display: none;
  }
}

.second-img-explore {
  display: none;
}
@media screen and (min-width: 1200px) {
  .second-img-explore {
    display: block;
    width: 100%;
  }
}

.third-img-explore {
  display: none;
}
@media screen and (min-width: 1200px) {
  .third-img-explore {
    display: block;
    width: 100%;
  }
}

.four-img-explore {
  display: none;
}
@media screen and (min-width: 1200px) {
  .four-img-explore {
    display: block;
    width: 100%;
  }
}

.numbers {
  background: rgba(2, 12, 33, 0.86);
  background-image: url();
  padding-top: 72px;
  padding-bottom: 69px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .numbers {
    padding-top: 201px;
    padding-bottom: 225px;
  }
}

.numbers-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0%;
  color: rgb(255, 255, 255);
  margin-bottom: 57px;
}
@media screen and (min-width: 1200px) {
  .numbers-title {
    margin-bottom: 37px;
  }
}

.numbers-pretitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5;
  color: rgb(224, 224, 224);
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .numbers-pretitle {
    margin-bottom: 39px;
    margin-right: 380px;
    margin-left: 380px;
  }
}

.numbers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .numbers-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 127px;
  }
}

.numbers-statistics {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0%;
  color: rgb(221, 34, 66);
  margin-bottom: 5px;
}

.numbers-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: rgb(224, 224, 224);
  margin-bottom: 80px;
}

.maps {
  background-image: url(./../image/maps-fone-mob.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 171px;
  padding-bottom: 116px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .maps {
    background-image: url(./../image/maps-fone-desktop.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 249px;
    padding-bottom: 256px;
  }
}

.maps-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0%;
  margin-bottom: 36px;
}
@media screen and (min-width: 1200px) {
  .maps-title {
    margin-left: 300px;
    margin-right: 300px;
  }
}

.maps-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5;
  margin-bottom: 41px;
}
@media screen and (min-width: 1200px) {
  .maps-text {
    margin-left: 390px;
    margin-right: 390px;
  }
}

.maps-btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 32px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 108px;
  padding-right: 108px;
  border: none;
  color: #fff;
  margin-top: 59px;
  margin-bottom: 56px;
  background-color: rgb(221, 34, 66);
}
@media screen and (min-width: 1200px) {
  .maps-btn {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 56px;
    padding-left: 56px;
  }
}

.live {
  background-color: black;
  background-image: url(./../image/live-fon-mob.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 83px;
  padding-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .live {
    background-color: black;
    background-image: url(./../image/live-fon-desk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.live-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0%;
  margin-left: 50px;
  margin-right: 50px;
  color: #fff;
}

.video-img {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .video-img {
    width: 1056px;
    height: 594px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .live-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.list-img {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .list-img {
    width: 234px;
    height: 151px;
    border-radius: 5px;
  }
}

.live-pretitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .live-pretitle {
    margin-bottom: 15px;
  }
}

.live-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
}
.div-text {
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  .all-item-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    text-align: start;
  }
}

.gallery {
  padding-top: 32px;
  padding-bottom: 31px;
}

.gallery-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .gallery-title {
    margin-bottom: 42px;
  }
}

.gallery-pretitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .gallery-pretitle {
    margin-left: 350px;
    margin-right: 350px;
    margin-bottom: 71px;
  }
}

.gallery-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-img-list {
  display: grid;
  grid-template-columns: repeat(2, 151px);
  grid-template-rows: repeat(4, auto);
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .gallery-img-list {
    grid-template-columns: repeat(3, 370px);
    grid-template-rows: repeat(3, auto);
    gap: 30px;
  }
}

.gallery-item-1 {
  grid-column: 1;
  grid-row: 1/span 2;
}

.gallery-item-2 {
  grid-column: 2;
  grid-row: 1;
}

.gallery-item-3 {
  grid-column: 1;
  grid-row: 4;
}
@media screen and (min-width: 1200px) {
  .gallery-item-3 {
    height: 370px;
    grid-column: 3;
    grid-row: 1/span 2;
  }
}

.gallery-item-4 {
  grid-column: 1;
  grid-row: 3;
}

.gallery-item-5 {
  grid-column: 2;
  grid-row: 2/span 2;
}

.gallery-item-6 {
  grid-column: 2;
  grid-row: 4;
}
@media screen and (min-width: 1200px) {
  .gallery-item-6 {
    grid-column: 3;
    grid-row: 3/span 2;
    margin-top: -160px;
  }
}

.gallery-img {
  display: block;
  width: 100%;
  height: auto;
}

.getting {
  padding-top: 29px;
  padding-bottom: 32px;
  text-align: center;
  background: rgb(220, 232, 242);
}
@media screen and (min-width: 1200px) {
  .getting {
    padding-top: 119px;
    padding-bottom: 117px;
    text-align: start;
  }
}

.getting-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0%;
}
@media screen and (min-width: 1200px) {
  .getting-title {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-left: 44px;
    margin-bottom: 60px;
  }
}

.getting-list {
  counter-reset: num;
}
.getting-item {
  list-style: none;
  counter-increment: num;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .getting-item {
    margin-left: 44px;
    padding-left: 40px;
  }
}

.getting-item::before {
  content: counter(num);
  position: absolute;
  top: -80px;
  left: 43%;
  width: 50px;
  height: 50px;
  background: rgb(221, 34, 66);
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .getting-item::before {
    position: absolute;
    top: 0;
    left: -30px;
  }
}

.getting-summary {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  color: rgb(221, 34, 66);
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .getting-summary {
    display: none;
  }
}

.getting-text-desk {
  display: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 38px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1200px) {
  .getting-text-desk {
    display: block;
    text-align: start;
  }
}

@media screen and (min-width: 1200px) {
  .getting-img {
    width: 249px;
    height: 166px;
  }
}

.getting-pretitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 106px;
}
@media screen and (min-width: 1200px) {
  .getting-pretitle {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 41px;
    letter-spacing: 0px;
    text-align: start;
  }
}

.getting-pretitle-third {
  display: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 41px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1200px) {
  .getting-pretitle-third {
    display: block;
  }
}

.getting-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  color: rgba(21, 20, 57, 0.4);
}
@media screen and (min-width: 1200px) {
  .getting-text {
    display: none;
  }
}

.getting-btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 32px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 56px;
  padding-left: 56px;
  border: none;
  color: #fff;
  margin-top: 59px;
  margin-bottom: 56px;
  background-color: rgb(221, 34, 66);
  margin-left: 44px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .getting-btn {
    display: block;
  }
}

.footer {
  padding-top: 147px;
  padding-bottom: 84px;
  background-color: rgb(1, 10, 32);
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 39px;
    padding-bottom: 31px;
  }
}

.footer-div {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-logo {
  margin-bottom: 36px;
}
@media screen and (min-width: 1200px) {
  .footer-logo {
    margin-bottom: 0;
    margin-right: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
    margin-top: 20px;
    margin-right: 250px;
  }
}

.footer-item {
  margin-bottom: 36px;
}
@media screen and (min-width: 1200px) {
  .footer-item {
    margin-bottom: 0;
  }
}

.footer-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1200px) {
  .footer-link {
    text-align: none;
  }
}

.footer-list-programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  margin-bottom: 36px;
}
@media screen and (min-width: 1200px) {
  .footer-list-programs {
    margin-bottom: 0;
    margin-right: 50px;
    margin-top: 25px;
    gap: 22px;
  }
}

.program-svg-facebook {
  width: 21px;
  height: 21px;
  fill: #fff;
}
@media screen and (min-width: 1200px) {
  .program-svg-facebook {
    width: 17px;
    height: 17px;
  }
}

.program-svg-linkedin {
  width: 21px;
  height: 21px;
  fill: #fff;
}
@media screen and (min-width: 1200px) {
  .program-svg-linkedin {
    width: 16px;
    height: 16px;
  }
}

.program-svg-google {
  width: 18px;
  height: 18px;
  fill: #fff;
}
@media screen and (min-width: 1200px) {
  .program-svg-google {
    width: 14px;
    height: 14px;
  }
}

.footer-copyright {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1200px) {
  .footer-copyright {
    text-align: end;
    margin-top: 20px;
  }
}