* {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  background: #e5e5e5;
}

.languages-ruby {
  display: none;
}

#header {
  display: flex;
  justify-content: space-between;
  background-color: white;
  align-items: center;
  padding: 24px;
}

#header #hamburg {
  height: 12px;
  width: 18px;
  cursor: pointer;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#header #name {
  color: #6070ff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 25px;
  cursor: pointer;
  text-decoration: none;
  animation-name: spin;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.navbar-desktop {
  display: none;
}

.info-desktop {
  display: none;
}

#section1 {
  background-image: url(./image/Group\ 55.png);
  background-size: cover;
  width: auto;
  min-height: calc(100vh - 24vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background-color: white;
}

#section1 h1 {
  display: flex;
  align-items: center;
  color: #172b4d;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 20px;
}

.work-p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #344563;
  margin: 16px 65px 16px 16px;
}

.section4 p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  width: 327px;
  font-size: 20px;
  line-height: 28px;
  color: #ebebff;
  margin-top: 24px;
}

#section1 p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
  margin-bottom: 15px;
}

.categories h4 {
  margin: 0;
  text-align: right;
}

#section1 h4 {
  font-family: "Poppins", sans-serif;
  color: #7f8cff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#section1 #icons #list-icons {
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  list-style: none;
  justify-content: start;
  align-items: baseline;
}

.img {
  margin-right: 15px;
}

#section2 {
  background: #e5e5e5;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: (4, auto);
  grid-gap: 88px;
  padding: 24px;
}

.new-p {
  display: none;
}

.new-image {
  display: none;
}

.work {
  background-color: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
  width: 327px;
  height: 552px;
  margin: -1px;
}

.work:first-child {
  margin-top: 114px;
}

.work-img {
  width: 295px;
  height: 220px;
  margin: 16px 16px 0 16px;
  cursor: pointer;
}

.work-title {
  margin: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  line-height: 44px;
  color: #172b4d;
}

.work .information {
  margin: 16px;
  list-style: none;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr fit-content 1fr fit-content 1fr;
  grid-auto-flow: column;
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.info-mobile {
  margin: 16px;
  list-style: none;
  gap: 10px;
  align-items: center;
  justify-content: start;
  background-color: white;
  display: flex;
}

.languages li {
  justify-content: center;
  list-style: none;
  display: flex;
  padding: 4px 12px;
  width: 30px;
  height: 20px;
  background: #ebebff;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #6070ff;
  cursor: pointer;
}

.languages-hidden li {
  justify-content: center;
  list-style: none;
  display: flex;
  padding: 4px 12px;
  width: 30px;
  height: 20px;
  background: #ebebff;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #6070ff;
  cursor: pointer;
}

.dropdown-menu li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-color: #f7f7f9;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.section4 ul li {
  list-style: none;
}

.info-mobile li:first-child {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #344563;
  height: 24px;
  width: 75px;
  left: 0;
  top: 8px;
  border-radius: nullpx;
}

.languages-hidden li:nth-child(3) {
  width: 60px;
  height: 20px;
}

.information li:first-child {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.languages li:nth-child(3) {
  width: 60px;
  height: 20px;
}

.info-mobile li:nth-child(n + 2):nth-child(n + 3) {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #6b778c;
}

.categories img {
  margin-left: 10px;
}

.dropdown-menu li img {
  margin-right: 10px;
}

.work .information > img:nth-child(2),
.work .information > img:nth-child(4) {
  grid-column: auto / span 2;
}

.dropdown-menu {
  list-style: none;
  padding: 0;
}

.dropdown-menu li span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.information li:nth-child(n + 2):nth-child(n + 3) {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.languages {
  margin: 16px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  justify-content: flex-start;
}

.languages-hidden {
  margin: 16px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  justify-content: flex-start;
}

.work-button {
  width: 126px;
  height: 48px;
  padding: 12px;
  border: 1px solid #6070ff;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin-left: 16px;
  background-color: #fff;
  color: #396df2;
  cursor: pointer;
}

.work-button:hover {
  background: #6070ff;
  color: white;
  box-shadow: 0 8px 16px rgba(64, 83, 252, 0.24);
}

.work-button:active {
  background: #2230d2;
  color: white;
}

.work-button:disabled {
  border: 1px solid #c1c7d0;
  color: #5e6c84;
  cursor: not-allowed;
}

.multipost {
  padding-bottom: 40px;
}

#section3 {
  min-height: calc(100vh - 24vh);
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: white;
}

.section4 h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 52px;
  text-align: justify;
}

#section3 h2 {
  display: flex;
  align-items: center;
  color: #172b4d;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
  margin-top: 114px;
}

#section3 p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
  margin-bottom: 15px;
}

#section3 h4 {
  font-family: "Poppins", sans-serif;
  color: #7f8cff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#section3 #icons #list-icons {
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  list-style: none;
  justify-content: start;
  align-items: baseline;
}

.section3-button {
  width: 160px;
  height: 48px;
  padding: 12px;
  border: 1px solid #6070ff;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  background-color: #fff;
  color: #396df2;
  cursor: pointer;
  margin-bottom: 15px;
}

.section3-button:hover {
  background: #6070ff;
  color: white;
  box-shadow: 0 8px 16px rgba(64, 83, 252, 0.24);
}

.section3-button:active {
  background: #2230d2;
  color: white;
}

.section3-button:disabled {
  border: 1px solid #c1c7d0;
  color: #5e6c84;
  cursor: not-allowed;
}

#section3 h3 {
  color: #396df2;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.menu-categories {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 1rem;
}

.categories {
  list-style: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  box-shadow: 0 2px 2px -2px rgba(167, 158, 158, 0.75);
}

.categories .li-categories {
  display: inline-block;
  width: 85%;
}

.categories .li-categories:first-child {
  display: inline-block;
  width: 85%;
  padding-bottom: 25px;
  box-shadow: 0 1px 1px -8px rgba(255, 255, 255, 0.75);
}

.categories .li-img {
  justify-content: left;
}

.section4 {
  background-image: url(./image/fondo-modificado.png);
  background-repeat: no-repeat;
  background-position: 30%;
  background-position-x: 100%;
  background-position-y: 40%;
  background-size: 58% auto;
  background-color: #6070ff;
  width: 375px;
  height: 779px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 103px;
  border-top-left-radius: 110px;
  margin-top: 176.85px;
}

.section4 .name {
  margin-top: 52px;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  padding: 15px 38px 15px 16px;
  cursor: text;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  width: 327px;
}

.name::placeholder {
  padding: 15px 38px 15px 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #172b4d;
  display: flex;
}

.section4 .email {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  width: 327px;
  padding: 15px 38px 15px 16px;
  cursor: text;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}

.email::placeholder {
  justify-content: center;
  padding: 15px 38px 15px 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #172b4d;
  display: flex;
}

.section4 .textarea {
  padding: 15px 38px 15px 16px;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  cursor: text;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  width: 327px;
}

.textarea::placeholder {
  color: #b3bac5;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.section4 .button-form {
  width: 142px;
  height: 48px;
  padding: 12px;
  border: 1px solid #6070ff;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  background-color: #fff;
  color: #396df2;
  cursor: pointer;
  margin-top: 22px;
}

.button-form:hover {
  background: #6070ff;
  color: white;
  box-shadow: 0 8px 16px rgba(64, 83, 252, 0.24);
  border: 1px solid white;
}

.button-form:active {
  color: white;
  background: #2230d2;
}

.button-form:disabled {
  border: 1px solid #c1c7d0;
  cursor: not-allowed;
  color: #5e6c84;
}

.hand-cursor {
  display: none;
}

.hidden-title {
  margin: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  line-height: 44px;
  color: #172b4d;
}

.desktop-title {
  display: none;
}

.press-button {
  display: none;
}

#icons-desktop1,
#icons-desktop {
  display: none;
}

@media (min-width: 768px) {
  * {
    padding: 0;
    margin: 0;
  }

  body {
    background: #e5e5e5;
  }

  .languages-hidden {
    display: none;
  }

  #icons-desktop1,
  #icons-desktop {
    display: flex;
  }

  .info-mobile {
    display: none;
  }

  .hidden-button {
    display: none;
  }

  .press-button {
    display: flex;
    background-color: #4053fc;
    color: white;
    width: 126px;
    height: 48px;
    padding: 12px;
    border: 1px solid #6070ff;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    cursor: pointer;
    margin: 35px 0 0 20px;
    box-shadow: 0 8px 16px rgba(64, 83, 252, 0.24);
  }

  .info-desktop {
    margin-left: 14px;
    display: flex;
    list-style: none;
    gap: 10px;
    align-items: center;
    justify-content: start;
    background-color: white;
  }

  .navbar-desktop li {
    background-color: white;
  }

  .information li {
    background-color: white;
  }

  .lenguages li {
    padding: 0;
    background-color: white;
    background-clip: padding-box;
  }

  .languages-ruby li {
    border-radius: 8px;
    width: auto;
    background-color: #ebebff;
    padding: 4px 12px 4px 12px;
    cursor: pointer;
  }

  .dropdown-menu li {
    display: block;
    justify-content: start;
    align-items: center;
    height: 120px;
    width: 122px;
    border-radius: 8px;
    margin-right: 12px;
  }

  .info-desktop li:first-child {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #344563;
    height: 24px;
    width: autox;
    left: 0;
    top: 8px;
    border-radius: nullpx;
    padding: 5px;
  }

  .info-desktop li:nth-child(n + 2):nth-child(n + 3) {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #6b778c;
  }

  #section1 {
    height: 720.46px;
    width: 1396.4px;
    padding: 119px 9px 76.54px 34.6px;
    border-bottom-left-radius: 110px;
    display: flex;
    background-image: url(./image/Header\ bg.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: white;
    margin-bottom: 71px;
  }

  #header {
    display: flex;
    width: 1392px;
    height: 20px;
    background-color: white;
  }

  #header #name {
    display: flexbox;
    background-color: white;
    padding-left: 91px;
    padding-right: 820px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #6070ff;
  }

  #header #hamburg {
    display: none;
  }

  .languages-ruby {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 15px;
    justify-content: flex-start;
    margin-left: 18px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #6070ff;
    list-style: none;
  }

  .navbar-desktop {
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    width: 258px;
    height: 40px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #344563;
    background-color: white;
  }

  #section2 {
    width: 1440px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    align-items: center;
    padding: 0;
    flex-direction: column;
    gap: 0;
    background: #e5e5e5;
  }

  #section1 h1 {
    background-color: white;
    padding-left: 225.4px;
  }

  #p1 {
    padding-left: 225.4px;
  }

  #section1 h4,
  #icons {
    padding-left: 225.4px;
    background-color: white;
  }

  #list-icons {
    background-color: white;
  }

  #list-icons li a {
    background-color: white;
  }

  .section4 p {
    display: inline-block;
    height: 102px;
    width: 569px;
  }

  #section1 p {
    width: 920px;
    height: 98px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }

  .img-replace {
    display: none;
  }

  .new-image {
    display: flex;
  }

  .old-p {
    display: none;
  }

  .new-p {
    display: flex;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #344563;
    margin: 16px 35px 16px 20px;
  }

  #portfolio1 {
    width: 1100px;
    height: 448px;
    margin: 71px 142px 71px 142px;
    display: flex;
    padding: 24px;
    align-items: flex-start;
  }

  .work-img {
    margin-top: 0;
  }

  .multipost .new-image {
    width: 544px;
    height: 448px;
    padding: 0;
    cursor: pointer;
    margin-right: auto;
  }

  #portfolio1 .new-image {
    width: 544px;
    height: 448px;
    padding: 0;
    cursor: pointer;
    margin-left: auto;
  }

  .multipost .work-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background-color: white;
  }

  #portfolio1 .work-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: white;
  }

  .work-title {
    background-color: white;
  }

  .hidden-title {
    display: none;
  }

  .desktop-title {
    display: flex;
    margin: 25px 0 20px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    line-height: 44px;
    color: #172b4d;
  }

  .multipost .information {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #portfolio1 .information {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .multipost .information li:first-child {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #344563;
    height: 24px;
    width: 75px;
    left: 0;
    top: 8px;
    border-radius: nullpx;
  }

  .multipost .information li:nth-child(n + 3) {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #6b778c;
  }

  .multipost .information li:nth-child(n + 5) {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #6b778c;
  }

  #portfolio1 .information li:first-child {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #344563;
    height: 24px;
    width: 75px;
    left: 0;
    top: 8px;
    border-radius: nullpx;
  }

  #portfolio1 .information li:nth-child(n + 3) {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #6b778c;
  }

  #portfolio1 .information li:nth-child(n + 5) {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #6b778c;
  }

  .information img {
    background-color: white;
  }

  #portfolio1 .work-p {
    text-align: left;
    padding: 0;
  }

  .multipost button {
    margin-top: 35px;
  }

  #portfolio1 button {
    margin-top: 25px;
  }

  .multipost {
    width: 1100px;
    height: 448px;
    margin: 71px 142px 71px 142px;
    display: flex;
    flex-direction: row-reverse;
    padding: 24px;
    align-items: flex-start;
  }

  #p2p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #344563;
    margin: 16px 95px 16px 16px;
  }

  #portfolio3 {
    width: 1100px;
    height: 448px;
    margin: 71px 142px 71px 142px;
    display: flex;
    padding: 24px;
    align-items: flex-start;
  }

  #portfolio3 .new-image {
    width: 544px;
    height: 448px;
    padding: 0;
    cursor: pointer;
    margin-left: auto;
  }

  #portfolio3 .work-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: white;
  }

  #portfolio3 .information {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #portfolio3 .information li:first-child {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #344563;
    height: 24px;
    width: 75px;
    left: 0;
    top: 8px;
    border-radius: nullpx;
  }

  #portfolio3 .information li:nth-child(n + 3) {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #6b778c;
  }

  #portfolio3 .information li:nth-child(n + 5) {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #6b778c;
  }

  .hand-cursor {
    display: inline-flex;
    width: auto;
    margin-left: 360px;
    margin-top: -45px;
  }

  .selected {
    border: 2px solid #a7aeff;
  }

  #section3 {
    display: grid;
    height: 668px;
    width: 1440px;
    padding: 0;
    margin-top: 71px;
    grid-template-columns: 143px 447px 36px 672px 142px;
    grid-template-rows: auto;
    grid-gap: 0;
    align-items: center;
    background-color: white;
    border-top-right-radius: 110px;
  }

  #section3 h2 {
    margin-top: 0;
  }

  .categories .li-categories:first-child {
    padding-bottom: 30px;
  }

  .info-about-myself {
    grid-column-start: 2;
    grid-column-end: 3;
    margin-bottom: 140px;
  }

  .menu-categories {
    grid-column-start: 4;
    grid-column-end: 5;
    margin-bottom: 140px;
  }

  #icons {
    display: none;
  }

  #icons-desktop #list-icons {
    margin: 15px 0 25px 10px;
    cursor: pointer;
    display: flex;
    list-style: none;
    justify-content: start;
    align-items: start;
  }

  #icons-desktop1 #list-icons {
    margin: 15px 0 25px 10px;
    cursor: pointer;
    display: flex;
    list-style: none;
    justify-content: start;
    align-items: start;
    padding-left: 220px;
  }

  .dropdown-menu {
    display: flex;
  }

  .section4 {
    height: 846px;
    width: 1440px;
    background-image: url(./image/end-background\ shapes.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -140px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-menu li img {
    margin-bottom: 16px;
  }

  .section4 .name {
    margin-top: 0;
  }

  .section4 .button-form {
    margin-left: 30%;
  }
}
