#section-1 {
  height: 34.5rem;
  width: 50rem;
  background-position: 45%;
}

#section-1 > a > button{
  display: none;
}

#section-1 > img {
  padding-top: 7.69rem;
  padding-left: 2.5rem;
  height: 37%;
}

#section-1 > p {
  max-width: 28rem;
  padding-top: 4rem;
  padding-left: 2.5rem;
  font-size: 2.5rem;
}

#section-2 > div {
  padding-top: 4rem;
  padding-bottom: 4rem;
  gap: 4rem;
}

#section-2 > div > p {
  font-size: 2.5rem;
  width: 27.1875rem;
}
#section-2 > div > div {
  gap: 1rem;
  display: flex;
}

#section-2 > div > div > div {
  width: 13.25rem;
  height: 8.25rem;
}

#section-2 > div > div > div > p {
  font-size: 2.5rem;
  margin-top: 0.87rem;
}

#section-2 > div > div > div :nth-child(2) {
  font-size: 1.25rem;
}

#section-2 > div > a > button {
  width: 18.75rem;
  padding: 0.9375rem 6.25rem;
}

#section-3 {
  padding-top: 3.69rem;
}

#section-3 > div {
  gap: 4.5rem;
}

#section-3 > div > p {
  font-size: 2rem;
  text-align: center;
  max-width: 37.625rem;
}

#section-3 > div > p > strong {
  color: #010b44;
}

#section-3 > div > div {
  display: flex;
  justify-content: space-between;
  width: 85%;
}

#section-3 > div > div > div > img {
  width: 11.623rem;
  height: 24.55025rem;
}

#section-3 > div > div > div > p {
  font-size: 2rem;
}

#section-3 > div > a > button {
  width: 19rem;
  padding: 1rem 6rem;
  margin-bottom: 3.69rem;
}

#section-tablet {
  background-color: #f0f7ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

#section-tablet > div {
  display: flex;
  align-items: center;
}

#section-tablet > div > div {
  display: flex;
  flex-direction: column;
}

#section-tablet > div > div > p {
  color: var(--23305-a, #23305a);
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#section-tablet > div > div > :nth-child(2) {
  color: var(--0-f-70-f-2, #0f70f2);
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#section-tablet > div > div > div > a > button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--7-fb-0-f-2, #7fb0f2);
  color: white;
  border: none;
  cursor: pointer;
}


#section-tablet {
  padding: 3rem;
  gap: 3rem;
}

#iframe-desktop-tablet{
  display: flex;
  order: 1;
}

#section-tablet > div {
  gap: 2rem;
}


#section-tablet > div > iframe{
width: 22.2625rem;
height: 17.125rem;
}
#section-tablet > div > div {
  gap: 1.5rem;
}


#section-tablet > div > div > p {
  font-size: 2rem;
}

#section-tablet > div > div > :nth-child(2) {
  font-size: 1.25rem;
}

#section-tablet > div > div > div > a > button {
  width: 17rem;
  padding: 0.9375rem 6.25rem;
  gap: 0.625rem;
}

#section-5 > div {
  display: flex;
  justify-content: space-between;
  padding: 0rem 2rem;
}

#section-5 > div > img {
  height: 70%;
}

#section-5 > div > div {
  gap: 0.5rem;
}

#section-5 > div > div > p {
  font-size: 2.5rem;
  width: 23.6875rem;
}

#section-5 > div > div > :nth-child(2) {
  font-size: 2rem;
}

#section-5 > div > div > a > button {
  width: 17rem;
  padding: 0.9375rem 1.8125rem;
  margin-top: 3rem;
}

#section-6 > div {
  display: flex;
  padding: 0.75rem 0rem;
  margin: 0rem 2.5rem;
}

#section-6 > div > img{
  width: 9.625rem;
  height: 3.625rem;
}

#section-6 > div > div {
  gap: 1rem;
  align-items: center;
}

#section-6 > div > div > div{
  display: flex;
  gap: 1.5rem;
}

#section-6 > div > div > div > a > img {
  width: 1.5rem;
  height: 1.5rem;
}

#section-6 > div > div > p {
  font-size: 1rem;
}
#section-6 > p {
  font-size: 0.75rem;
  padding: 0.5rem;
}



#section-4, #section-4 > div, #section-4 > div > img, #section-4 > div > div, 
#section-4 > div > div > p, #section-4 > div > div > :nth-child(2), 
#section-4 > div :nth-child(3), #section-4 > div > iframe, #section-desktop {
  display: none;
}