@font-face {
  font-family: 'Unbounded-Regular';
  src: url('fonts/Unbounded-Regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Unbounded-SemiBold';
  src: url('fonts/Unbounded-Bold.woff2') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope-medium.woff2') format('woff2');
  font-weight: 400;
}

.scroll-container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.scroll-item {
  min-height: 100vh;
  scroll-snap-align: start;
  /* overflow-y: auto; */

}

.header {
  position: absolute;
  top: clamp(10px, 2vw, 20px);
  right: clamp(10px, 2vw, 20px);
  width: clamp(280px, 90vw, 720px);
  height: clamp(80px, 15vh, 124px);
  background-color: rgba(157, 222, 125, 0.533);
  border: 1px solid #000;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 2vw, 16px);
}

.nav a i {
  font-size: clamp(32px, 6vw, 38px);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 3vw, 22px);
  padding: 0 clamp(8px, 2vw, 16px);
  align-items: center;
  justify-content: center;
}

.nav a {
  font-family: "Unbounded-SemiBold", Helvetica;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 24px);
  letter-spacing: 0.4px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.burger-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2000;
  width: 50px;
  height: 50px;
  background-color: rgba(157, 222, 125, 0.533);
  border: 2px solid #000;
  border-radius: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  transition: all 0.3s ease;
}

.burger-button.active {
  border: none;
  background-color: transparent;
}

.burger-button .icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../img/burger.svg') no-repeat center center;
  background-size: contain;
  margin: auto;
}

.burger-button.active .icon {
  background: url('../img/close.svg') no-repeat center center;
  background-size: contain;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background-color: #9dde7d;
  border-left: 2px solid #000;
  display: flex;
  flex-direction: column;
  padding: 80px 20px 20px;
  gap: 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.mobile-menu.active .mobile-nav {
  transform: translateX(0);
}

.mobile-nav a {
  font-family: "Unbounded-SemiBold", Helvetica;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #000;
  text-decoration: none;
  padding: 12px 0;
  transition: all 0.3s ease;
}

.mobile-nav a:active {
  padding-left: 10px;
  color: #ffffff;
}

.mobile-social {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #000;
}

.mobile-social a {
  border: none;
  padding: 0;
}

.mobile-social a:active {
  padding-left: 0;
  transform: scale(1.1);
}

.mobile-social img {
  width: 40px;
  height: 40px;
}

body.menu-open {
  overflow: hidden;
}

.main {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 100vh;
  width: 100vw;
  /* position: fixed; */
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow: visible;
  min-width: 320px;
}

.main .image {
  position: relative;
  /* aspect-ratio: 1 / 1; */
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .frame {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  width: 100%;
  height: 100%;
  background-color: #c6e263;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4% 0;
  gap: 20px;
}

.main .text-wrapper {
  font-family: "Unbounded-Regular", Helvetica;
  color: #73a1fb;
  font-size: clamp(20px, 3.4vw, 48px);
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
}

.main .img {
  width: 43%;
  max-width: 480px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.main .div {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  height: 100%;
  background-color: #73a1fb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .text-wrapper-2 {
  position: absolute;
  bottom: 2%;
  right: 5.5%;
  font-family: "Unbounded-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: clamp(10px, 1.4vw, 20px);
  text-align: right;
  letter-spacing: 0.40px;
  line-height: normal;
  white-space: nowrap;
}

.main .yehor-knyha {
  position: absolute;
  bottom: 10%;
  right: 5.5%;
  font-family: "Unbounded-SemiBold", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: clamp(35px, 6.8vw, 96px);
  text-align: right;
  letter-spacing: 1.92px;
  line-height: 1.1;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.main .span {
  color: #ffffff;
  letter-spacing: 1.84px;
}

.main .text-wrapper-3 {
  color: #000000;
  letter-spacing: 1.84px;
}

.main .text-wrapper-4 {
  color: #000000;
  font-size: clamp(38px, 7.1vw, 100px);
  letter-spacing: 2.00px;
}

.main .div-wrapper {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  justify-self: start;
  align-self: end;
  width: auto;
  min-width: clamp(100px, 14vw, 199px);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 1.3vw, 18px) clamp(12px, 1.4vw, 20px);
  background-color: #ff0000;
}

.main .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  font-family: "Unbounded-Regular", Helvetica;
  color: #ffffff;
  font-size: clamp(18px, 2.3vw, 32px);
  text-align: center;
  letter-spacing: 0.64px;
  line-height: normal;
  white-space: nowrap;
}

.vaardigheden {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 4vw, 3rem);
  background-color: #ffffff;
  padding: clamp(1rem, 3vw, 2rem);
  min-height: 20px;
}

.vaardigheden img {
  width: clamp(2.5rem, 6vw, 4.2rem);
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .scroll-container {
    scroll-snap-type: none;
    overflow-y: auto;
  }

  .scroll-item {
    min-height: auto;
    scroll-snap-align: none;
  }
}

/* @media (max-width: 768px) {
  .vaardigheden img {
    width: 90px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .vaardigheden img {
    width: 70px;
    height: 50px;
  }
} */

@media screen and (max-width: 768px) {
  .about-wrapper {
    padding: 30px 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .v15_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    max-height: 600px;
    position: static;
  }

  .v15_4 {
    position: static;
    max-width: 100%;
    width: 100%;
    font-size: clamp(36px, 10vw, 60px);
    margin-bottom: 0;
    order: 1;
  }

  .v15_5 {
    position: static;
    max-width: 100%;
    width: 100%;
    font-size: clamp(18px, 4.5vw, 26px);
    line-height: 1.6;
    margin: 20px 0;
    order: 2;
  }

  .v15_3 {
    position: static;
    width: 100%;
    height: 300px;
    min-height: 250px;
    max-height: 350px;
    order: 3;
    border-radius: 0;
  }
}

.scroll-item.about {
  position: relative;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.about-wrapper {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  max-height: 900px;
  position: relative;
  padding: 0 20px;
}

.v15_2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.v15_3 {
  width: 68.57%;
  /* 960/1400 */
  height: 80%;
  /* 720/900 */
  background: url("../img/middelburg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.v15_4 {
  width: auto;
  max-width: 50%;
  /* 688/1400 */
  color: rgba(115, 161, 251, 1);
  position: absolute;
  top: 13.5%;
  /* 122/900 */
  left: 0.86%;
  /* 12/1400 */
  font-family: 'Unbounded-Regular';
  font-size: clamp(48px, 6.86vw, 96px);
  opacity: 1;
  text-align: left;
  line-height: 1.1;
}

.v15_5 {
  width: auto;
  max-width: 50%;
  /* 411/1400 */
  color: rgb(255, 255, 255);
  position: absolute;
  top: 45.8%;
  /* 412/900 */
  left: 1%;
  /* 29/1400 */
  font-family: 'Manrope';
  font-weight: 500;
  font-size: clamp(18px, 2.57vw, 36px);
  opacity: 1;
  text-align: left;
  line-height: 1.4;
  mix-blend-mode: difference;
}

.scroll-item.school {
  background-color: #2C5DBF;
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
  }

  .burger-button {
    display: flex;
  }

  .mobile-menu {
    display: block;
  }

  .main .div-wrapper {
    position: absolute;
    bottom: -42px;
    right: 0px;
    /* z-index: 10; */
  }

  .main .frame {
    grid-row: auto;
  }

  .main .image {
    grid-column: span 2;
  }

  .about-wrapper {
    padding: 0 15px;
  }

  .v15_3 {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .v15_4 {
    max-width: 90%;
    top: 5%;
    left: 5%;
    font-size: clamp(32px, 8vw, 56px);
  }

  .v15_5 {
    max-width: 85%;
    top: 20%;
    left: 5%;
    font-size: clamp(16px, 4vw, 24px);
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .burger-button {
    display: none;
  }

  .mobile-menu {
    display: none;
  }
}

.scroll-item.school {
  background-color: #2C5DBF;
}

.frame-22 {
  background-color: #2c5dbf;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  padding: clamp(40px, 8vh, 80px) clamp(40px, 6vw, 120px);
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.frame-22 .left-section {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vh, 30px);
}

.frame-22 .title-qyiMGH {
  color: #24e8a0;
  font-family: "Unbounded-SemiBold", Helvetica;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}

.frame-22 .ik-doe-software-deve-qyiMGH {
  color: #24e8a0;
  font-family: "Manrope", Helvetica;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.frame-22 .image-13-qyiMGH {
  width: 100%;
  height: auto;
  max-height: clamp(500px, 40vh, 600px);

  object-fit: cover;
}

.frame-22 .frame-20-qyiMGH {
  background-color: #24e8a0;
  width: 1px;
  height: 100%;
  min-height: clamp(400px, 60vh, 600px);
  justify-self: center;
}

.frame-22 .right-section {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vh, 30px);
}

.frame-22 .studiemonitor-qyiMGH {
  color: #24e8a0;
  font-family: "Unbounded-SemiBold", Helvetica;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}

.frame-22 .hieronder-kunt-u-mij-qyiMGH {
  color: #24e8a0;
  font-family: "Manrope", Helvetica;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.frame-22 .image-16-qyiMGH {
  width: 100%;
  height: auto;
  max-height: clamp(300px, 45vh, 500px);
  object-fit: contain;
}

.frame-22 .studiemonitor-table-wrapper {
  max-height: clamp(300px, 40vh, 500px);
  overflow-x: auto;
  border-radius: 12px;
  scrollbar-width: none;
}

.frame-22 .studiemonitor-table-wrapper::-webkit-scrollbar {
  width: 8px;
}

.frame-22 .studiemonitor-table-wrapper::-webkit-scrollbar-track {
  background: rgba(36, 232, 160, 0.1);
  border-radius: 4px;
}

.frame-22 .studiemonitor-table-wrapper::-webkit-scrollbar-thumb {
  background: #24e8a0;
  border-radius: 4px;
}

.frame-22 .studiemonitor-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #1fc886;
}

.frame-22 .studiemonitor-table-jbwvuY {
  border-collapse: collapse;
  width: 100%;
  background: rgba(36, 232, 160, 0.05);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.frame-22 .studiemonitor-table-jbwvuY thead tr {
  background: linear-gradient(135deg, rgba(36, 232, 160, 0.2), rgba(36, 232, 160, 0.1));
}

.frame-22 .studiemonitor-table-jbwvuY th {
  font-family: "Unbounded-SemiBold";
  color: #24e8a0;
  padding: clamp(12px, 2vw, 16px) clamp(16px, 2.5vw, 20px);
  text-align: left;
  font-size: clamp(12px, 1.5vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-bottom: 2px solid #24e8a0;
}

.frame-22 .studiemonitor-table-jbwvuY td {
  font-family: "Manrope";
  color: #24e8a0;
  padding: clamp(10px, 2vw, 14px) clamp(16px, 2.5vw, 20px);
  border: none;
  border-bottom: 1px solid rgba(36, 232, 160, 0.2);
  transition: background 0.3s ease, padding-left 0.3s ease;
  font-size: clamp(13px, 1.6vw, 16px);
}

.frame-22 .studiemonitor-table-jbwvuY tbody tr:hover {
  background: rgba(36, 232, 160, 0.12);
}


.frame-22 .studiemonitor-table-jbwvuY tbody tr:last-child td {
  border-bottom: none;
}

.frame-22 .studiemonitor-table-jbwvuY tbody {
  overflow: scroll;
}

.projects-section {
  background-color: #f8fafc;
  display: flex;
  /* align-items: center;
  justify-content: center; */
  min-height: 100vh;
  padding: clamp(40px, 8vh, 80px) clamp(20px, 6vw, 120px);
}

.projects-wrapper {
  width: 100%;
  max-width: 1200px;
}

/* .projects-title {
  font-family: "Unbounded-SemiBold", Helvetica;
  font-size: clamp(48px, 7vw, 96px);
  color: #ffffff;
  margin: 0 0 clamp(30px, 5vh, 60px) 0;
  line-height: 1;
} */

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(20px, 3vw, 40px);
}

.project-card {
  /* background-color: #ffffff; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.project-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.project-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.project-name {
  font-family: "Manrope", Helvetica;
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 1.3;
  padding-top: 3px;
}

.project-desc {
  font-family: "Manrope", Helvetica;
  font-size: 12px;
  color: #5A5B60;
  margin: 0;
  line-height: 1.5;
}

.project-link {
  font-family: "Manrope", Helvetica;
  font-size: 13px;
  color: #73a1fb;
  text-decoration: none;
  margin-top: auto;
  transition: color 0.2s;
  transition: left 0.3s ease-in-out;
}

.techologies {
  padding-top: 5px;
}

.project-link:hover {
  /* color: #000; */
  text-decoration: underline;
  /* transition: width 2s; */
}

/* @media (max-width: 768px) {
  .projects-section {
    padding: 40px 20px;
    align-items: flex-start;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }
} */

@media screen and (max-width: 768px) {
  .project-link:active { 
    text-decoration: underline;
  }

  .frame-22 {
    grid-template-columns: 1fr;
    padding: 30px 16px 60px;
    gap: 20px;
    min-height: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
  }

  .frame-22 .left-section,
  .frame-22 .right-section {
    width: 100%;
    overflow: hidden;
  }

  .frame-22 .title-qyiMGH,
  .frame-22 .studiemonitor-qyiMGH {
    word-break: break-word;
    white-space: normal;
  }

  .frame-22 .ik-doe-software-deve-qyiMGH,
  .frame-22 .hieronder-kunt-u-mij-qyiMGH {
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .frame-22 .image-13-qyiMGH {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .frame-22 {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 30px;
  }

  .frame-22 .frame-20-qyiMGH {
    display: none;
  }

  .frame-22 .left-section,
  .frame-22 .right-section {
    gap: 20px;
  }

  .frame-22 .title-qyiMGH,
  .frame-22 .studiemonitor-qyiMGH {
    font-size: clamp(28px, 8vw, 48px);
    text-align: center;
  }

  .frame-22 .ik-doe-software-deve-qyiMGH,
  .frame-22 .hieronder-kunt-u-mij-qyiMGH {
    font-size: clamp(14px, 4vw, 18px);
    text-align: center;
  }

  .frame-22 .image-13-qyiMGH {
    width: 100%;
    height: 50%;
  }

  .frame-22 .image-16-qyiMGH {
    max-height: 350px;
  }
}

.contact-section {
  background-color: #34C759;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  grid-template-columns: 1fr 1px 1fr;
  padding: clamp(40px, 8vh, 80px) clamp(40px, 6vw, 120px);
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact-content {
  width: 100%;
  max-width: 1200px;
}

.contact-title {
  font-family: "Unbounded-SemiBold", Helvetica;
  font-size: clamp(60px, 8vw, 120px);
  font-weight: bold;
  margin: 0 0 clamp(20px, 3vh, 30px) 0;
  color: #000;
  text-align: left;
  line-height: 1;
}


.contact-section .contact-subtitle {
  font-family: "Manrope", Helvetica;
  font-size: clamp(16px, 2vw, 24px);
  margin: 0 0 clamp(40px, 5vh, 60px) 0;
  color: #000;
  line-height: 1.5;
  text-align: left;
}


.contact-section .contact-form {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vh, 40px);
  /* width: 100%; */
  height: auto;
}

.contact-section .contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 4vw, 40px);
}

.contact-section .contact-form-group {
  display: flex;
  flex-direction: column;
}

.contact-section .contact-form-group.full-width {
  grid-column: 1 / -1;
}

.contact-section .contact-label {
  font-family: "Unbounded-SemiBold", Helvetica;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: bold;
  margin-bottom: clamp(10px, 1.5vh, 15px);
  color: #000;
}

.company_name {
  display: none;
}

.contact-section .contact-input,
.contact-section .contact-textarea {
  font-family: "Manrope", Helvetica;
  background: transparent;
  border: none;
  border-bottom: 3px solid #000;
  padding: clamp(10px, 1.5vh, 15px) 0;
  font-size: clamp(16px, 1.8vw, 18px);
  color: #000;
  outline: none;
  transition: border-color 0.3s;
}

.contact-section .contact-input:focus,
.contact-section .contact-textarea:focus {
  border-bottom-color: #5A5B60;
}

.contact-section .contact-input::placeholder,
.contact-section .contact-textarea::placeholder {
  color: #333333;
  font-family: "Manrope";
}

/* .contact-section .contact-input:focus,
.contact-section .contact-textarea:focus {
  border-bottom-color: #2E7D32;
} */

.contact-section .contact-textarea {
  min-height: clamp(120px, 15vh, 150px);
  resize: none;
}

.contact-section .contact-submit-container {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(15px, 2vh, 20px);
}

.form-status {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.contact-section .contact-button {
  font-family: "Unbounded-SemiBold", Helvetica;
  background-color: #000;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: bold;
  padding: clamp(15px, 2vh, 20px) clamp(40px, 5vw, 60px);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-section .contact-button:hover {
  background-color: #333;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 40px 20px;
  }

  .contact-section .contact-title {
    font-size: clamp(48px, 12vw, 60px);
    text-align: center;
  }

  .contact-section .contact-subtitle {
    font-size: clamp(14px, 4vw, 18px);
    margin-bottom: 40px;
    text-align: center;
  }

  .contact-section .contact-form-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-section .contact-label {
    font-size: clamp(18px, 5vw, 24px);
  }

  .contact-section .contact-input,
  .contact-section .contact-textarea {
    font-size: clamp(14px, 4vw, 16px);
  }

  .contact-section .contact-button {
    font-size: clamp(18px, 5vw, 24px);
    padding: 15px 40px;
    width: 100%;
  }

  .contact-section .contact-submit-container {
    justify-content: stretch;
  }
}

@media (max-width: 480px) {
  .contact-section .contact-title {
    font-size: 48px;
  }

  .contact-section .contact-subtitle {
    font-size: 14px;
  }

  .contact-section .contact-label {
    font-size: 18px;
  }
}