.country-specific {
  background: url('../images/strip_bg.jpg');
  background-size: cover;
  padding: 90px 35px;
}
.country-specific .two-column-row {
  max-width: 1305px;
  margin: 0 auto;
  text-align: center;
}
.country-specific .two-column-row .left-column {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  padding-right: 100px;
  border-right: 1px solid #fff;
}
.country-specific .two-column-row .left-column img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.country-specific .two-column-row .right-column {
  display: inline-block;
  vertical-align: middle;
  padding-left: 100px;
  width: 49%;
  text-align: left;
}
.country-specific .two-column-row .right-column h3 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
  max-width: 500px;
}
.country-specific .two-column-row .right-column p {
  color: #fff;
  font-size: 21px;
  margin-bottom: 40px;
}
.country-specific .two-column-row .right-column .button-block a {
  margin: 10px 20px 10px 0;
  background: transparent;
  border-color: #fff;
  color: #fff;
  line-height: normal;
  height: auto;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 20px;
  text-transform: inherit;
}
@media only screen and (max-width: 1137px) {
  .country-specific .two-column-row .left-column {
    padding-right: 30px;
    width: 40%;
  }
  .country-specific .two-column-row .right-column {
    padding-left: 30px;
    width: 48%;
  }
  .country-specific .two-column-row .right-column h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .country-specific .two-column-row .right-column p {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .country-specific .two-column-row .left-column {
    padding-right: 0;
    width: 100%;
    display: block;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .country-specific .two-column-row .right-column {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
    display: block;
  }
}
