.rectangle_contact,
.rectangle_contact1,
.rectangle_contact2,
.rectangle_contact3 {
  display: flex;
  width: 100%;
  margin: 50px 0;
  height: 150px;
  padding: 20px 109px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rectangle_contact {
  background: #00accd;
}

.rectangle_contact1 {
  background: #58468c;
}

.rectangle_contact2 {
  background: linear-gradient(97deg, #003639 0%, #486f6e 99.83%);
}
.rectangle_contact3 {
  background: #1b69c9;
}
.description_rectangle {
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn_contact {
  display: flex;
  padding: 17px 9px;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  border: 3px solid #fff;
  background: rgba(217, 217, 217, 0);
  cursor: pointer;
}
.btn_contact a{
  text-decoration: none;
  }
  

.btnName {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.con {
  padding-top: 6px;
  width: 20px;
  height: 20px;
}

.conocenos_rectangle {
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 93.333% */
  letter-spacing: -0.33px;
}

.text_conocenos {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 175% */
  letter-spacing: -0.176px;
}

@media (max-width: 1024px) {
  .rectangle_contact,
  .rectangle_contact1,
  .rectangle_contact2,
  .rectangle_contact3 {
    padding: 20px 40px;
    width: 100%;
  }

  .description_rectangle {
    font-size: 22px;
  }

  .btnName {
    font-size: 18px;
  }

  .con {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 768px) {
  .rectangle_contact,
  .rectangle_contact1,
  .rectangle_contact2,
  .rectangle_contact3 {
    flex-direction: column;
    height: auto;
    text-align: center;
    padding: 20px 20px;
    width: 100%;
  }

  .description_rectangle {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .btn_contact {
    width: 100%;
    justify-content: center;
  }

  .btnName {
    font-size: 18px;
  }

  .con {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .description_rectangle {
    font-size: 18px;
  }

  .btnName {
    font-size: 16px;
  }

  .con {
    width: 16px;
    height: 16px;
  }
}
