.twoboxesblock_container {
  padding: 0px 15px;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
  position: relative;
}

.twoboxesblock_container .twoboxesblock_area {
    max-width: 1170px;
    display: block;
    padding: 0 15px;
    margin: auto;
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 60px;

}

.twoboxesblock_container::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 51.2%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1175px;
  height: 1px;
  background-color: lightgrey;
}

.twoboxesblock_content {
  font-weight: normal;
  letter-spacing: normal;
  font-family: 'Montserrat-Light';
  line-height: normal;
  font-size: 16px;
}

.box_content {
  padding: 40px 40px 40px 40px;
  box-shadow: 0 4px 56px 0 rgba(0,0,0,0.16);
}


.twoboxesblock_headline {
  font-family: "Montserrat-SemiBold";
  font-weight: normal;
  letter-spacing: 0.2px !important;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.twoboxesblock_content a {
  color: #0d7093;
  text-decoration: none;
}

a.twoboxesblock_link {
  font-size: 16px;
  font-family: 'Montserrat-SemiBold';
  color: #0d7093;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
}

a.twoboxesblock_link:hover {
  text-decoration: underline;
}

a.twoboxesblock_link::before {
  background-image: url(../../../../neve-child-master/images/chevron-right.png);
  background-size: 10px 16px;
  height: 16px;
  width: 16px;
  content: ' ';
  display: inline-block;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1240px) {
  .twoboxesblock_container .twoboxesblock_area {
    grid-template-columns: 47% 47%;
  }
}

@media only screen and (max-width: 850px) {
  .twoboxesblock_container .twoboxesblock_area {
    grid-template-columns: 48% 48%;
    gap: 40px;
  }
}


@media only screen and (max-width: 700px) {
  .twoboxesblock_container .twoboxesblock_area {
    grid-template-columns: 100%;
    gap: 40px;
    text-align: center;
  }

  .box_content {
    padding: 20px;
  }

  .twoboxesblock_headline {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 15px;
  }
}
