.banner_wrapper {
    height: 34.2rem;
    background-position: center center;
    background-image: url(../assets/img/R2STower.jpeg);
    background-size: calc(100% - 0px);
    /* background-size: cover; */
    background-repeat: no-repeat;
  }

  .banner_wrapper_bg{
    height: 100%;
    width:100%;
    background-color: #002a15cc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFF;
    font-weight: 600;
    text-align: center;
  }

 

  .banner_wrapper_text p:first-of-type{
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    margin-top: 9.6rem;
  }

  .banner_wrapper_text h1{
    font-size: 4.8rem;
    margin-bottom: 2.4rem;
  }

  .banner_wrapper_text:last-child{
    font-size: 2rem;
    color: #F0F0F0;
    font-weight: 400;
    margin-bottom: 9.6rem;
}


.main{
    margin: 7.1rem;
    display: flex;
    justify-content: space-around;
    gap:6.3rem;
    padding: 0 3rem;
    /*min-height:60rem !important;*/
}

.main_right,.main_left{
    width: 50%;
}

.main_left{
    margin-top: 3.7rem;
}

.main_left h2 {
    font-size: 4rem;
    font-weight: 600;
    color: var(--main-dark);
    margin-bottom: 4.2rem;
}

.main_left h2::before{
    content: '';
    position: absolute;
    background-color: rgba(145, 43, 46, 1);
    width: 3.5rem;
    height: .2rem;
    top: 100%;
    left: 1%;
}

.main_right{
    min-height:auto;
}

.main_left_form{
    color:#344054;
    font-size: 1.4rem;
    font-weight: 500;
}

.main_left_form-input,.main_left_form-first,.main_left_form-second{
    /* display: flex;
    flex-direction: column; */
    width: 100%;
}

.form_first{
    display: flex;
    width: 100%;
    gap:3.2rem;
    justify-content: space-between;
}

input,textarea {
    height: 4.4rem;
    border-radius: .8rem;
    padding: 10px 14px 10px 14px;
    outline: 0;
    border: 1px solid rgb(201, 197, 197);
    margin-bottom: 2.4rem;
    width: 100%;
}
textarea{
    height:14rem;
}

.main_left button {
padding: 12px 20px;
border-radius: 10px;
background-color: #00723B;
border: 0;
outline: 0;
color: #fff;
font-size: 1.8rem;
font-weight: 500;
cursor: pointer;
width: 100%;
}

.iframe_map{
    width: 100%;
    height: 100% !important;
}

  @media screen and (min-width: 1550px) {
  
   .banner_wrapper,.main {
      width: 1450px;
      margin: auto;
    }
  

  
  }
  


@media screen and (max-width: 1060px) {
    
.main{
    margin: 2rem;
    gap:3rem;   
    }
}

  @media screen and (max-width: 780px) {
    .main{
       flex-direction: column;
    }

    .main_right,.main_left{
        width: 100%;
    }

    .main_right{
        height:70rem;
    }
    iframe{
        height: 100%;
    }
  }


@media screen and (max-width: 520px) {
    .banner_wrapper {
        background-size: cover !important;
        height: 40.2rem;
      }

      .main{
        margin: 0rem;
        gap:6rem;   
        }
    
  }