.contact_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: rgb(129,200,94);
    background: linear-gradient(-90deg, #69b236 0%, #8bed45 50%, #2c508b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:20px;
}
.map-frame  {
    width:100%;
}

.contact_form {
    width:100%;
    position:relative;
}

.contact_form .contact_description {
    height: 100%;
    width: 100%;
}

.contact_description_row i {
    color:#777777;
    font-size:20px;
}

.contact_description_row a {
   border-bottom:1px solid;
}

.map-frame iframe {
    min-height: 600px;
}

@media (min-width:1224px) {
    .map-frame {
        width: calc(100% - 500px);
    }

    .contact_form {
        max-width: 500px;
    }
    .map-frame iframe {
        min-height: 400px;
    }
}

.contact_description {
  background: #fff;
}
.contact_description_row {
    padding: 20px 30px;
}
.contact_description_row:last-child {
    margin-bottom: 0;
}
.contact_description .contact_icon {
  display: table;
  float: left;
  margin-bottom: 50px;
  margin-right: 10px;
  vertical-align: top;
}
@media (max-width: 400px){
  .contact_description .contact_icon {
    display: table;
    float: left;
    margin-bottom: 120px;
    margin-right: 10px;
    vertical-align: top;
  }
}