#display .container
{
  min-height: 420px;
  background-image: url("../res/images/back3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#info
{
  min-height: 480px;
  padding-top: 2.5%;
}

#info .text
{
  float: left;
  width: 40%;
  text-align: left;
}

#info .text h2
{
  font-size: 48px;
}

#info .data
{
  float: right;
  width: 40%;
  list-style: none;
  text-align: left;
}

#info .data p
{
  width: 70%;
}

#info .data ul li
{
  list-style: none;
}

#call_us img
{
  width: 16px;
}

.curve
{
  position: relative;
  height: 225px;
  width: 100%;
}

.curve::before
{
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 100%;
  width: 100%;
  background-color: var(--green_light-color);
  height: 100%;
  z-index: 1;
  transform: translate(20%,50%);
}

.curve::after
{
  content: "";
  display: block;
  position: absolute;
  border-radius: 60% 100%;
  width: 80%;
  height: 100%;
  z-index: 1;
  background-color: var(--green_light-color);
  transform: translate(-41%,40%);
}


#form .container
{
  z-index: 2;
  text-align: left;
  position: relative;
  background: var(--green_light-color);
  height: auto;
  width: 90%;
}

#form h2
{
  text-align: center;
  color:var(--light-color);
  font-size: 48px;
}

#form h3
{
  color: var(--light-color);
}

.input-field
{
  width: 50%;
  height: 30px;
  color:var(--light-color);
  text-align: left;
  border: 0;
  border-bottom: 2px solid white;
  background: #FFFFFF0f;
  outline: none;
}

.textarea-field
{
  height: 125px;
  background: #FFFFFF0f;
  width: 70%;
  padding-top: 10px;
}

.submit
{
  margin-top: 40px;
  border: 0;
  color:var(--light-color);
  border: 3px solid var(--green_dark-color);
  border-radius: 4px;
  width: 30%;
  height: 5%;
  background-color: var(--green_dark-color);
  cursor: pointer;
}

@media(max-width: 768px)
{
  #info .text{width: 30%;}
}

@media(max-width: 740px)
{
  #info .text{width: 90%;}
  #info{height: 640px;}

  #info .data{width: 90%;}

  .input-field{width: 90%;}
}
