.contact-box {
  background: #ffffff;
  border-radius: 21px;
  width: 100%;
  /* height: 621px; */
  padding: 35px 20px;
}

.connection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.connection div:nth-child(1) span {
  color: #00011d;
  font-size: 18px;
}

.connection div:nth-child(1) span span {
  font-weight: bold;
}

.connection div:nth-child(2) span {
  color: #00011d;
  font-size: 15px;
}

.name-1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  margin-top: 40px;
}

.name-1 input {
  border: 0;
  width: 100%;
  outline: 0;
  font-size: 14px;
  color: #000000;
}

.your-message {
  display: flex;
  /*     align-items: center; */
  justify-content: space-between;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  width: 100%;
  padding: 10px 10px;
  height: 327px;
}

.your-message textarea {
  width: 100%;
  border: 0;
  outline: 0;
  color: #000000;
  font-size: 14px;
}

.send-message button {
  background: #00011d;
  border-radius: 15px;
  width: 100%;
  margin-top: 30px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.send-message button svg {
  margin-right: 5px;
}

.box-orange {
  background-image: url("../img/home/box-orange.png");
  width: 100%;
  height: 313px;
  background-position: center;
  padding-top: 30px;
  position: relative;
}

.counseling-2 {
  background-image: url("../img/home/box-orange-2.png");
  width: 100%;
  margin: auto;
  height: 255px;
  background-repeat: round;
  max-width: 335px;
}

.counseling-2 {
  text-align: center;
  padding-top: 70px;
}

.counseling-2 span {
  display: block;
  color: #0e1935;
  font-size: 21px;
  font-weight: bold;
}

.counseling-2 span span {
  font-weight: normal;
  padding-top: 10px;
}

.counseling-2 svg {
  margin-top: 30px;
}

.svg-message {
  position: absolute;
  background: linear-gradient(180deg, #FF8946 0%, #D3682C 100%);
  opacity: 0.8;
  width: 61px;
  height: 61px;
  text-align: center;
  border-radius: 50%;
  padding-top: 18px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.contact-numbers {
  background: #ffffff;
  box-shadow: 0px -2.4421px 32.3579px rgba(0, 0, 0, 0.05);
  border-radius: 21px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  margin-top: 20px;
}

.contact-numbers div:nth-child(1) {
  background: aliceblue;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  text-align: center;
  padding: 18px;
}

.contact-numbers div:nth-child(2) {
  margin-right: 20px;
}

.contact-numbers div:nth-child(2) span {
  display: block;
  color: #00011d;
  font-size: 18px;
  font-weight: bold;
}

.contact-numbers div:nth-child(2) div {
  margin-top: 15px;
}

.contact-numbers div:nth-child(2) div span {
  color: #000000;
  font-size: 16px;
  margin-top: 5px;
  font-weight: normal;
}

.contact-numbers div:nth-child(2) div a {
  text-decoration: none;
  margin-left: 8px;
}

@media only screen and (max-width: 770px) {
  .box-orange {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 440px) {
  .box-orange {
    background-image: none;
  }
}
