.callaction {
  align-content: center;
  display: grid
}



.call_to_action_icons {
  overflow: hidden;
  display: flex;
  align-items:start;
  padding-top:10px;
  align-content: center;
  position: relative;
  margin-right: -25px;
}

.call_to_action_container {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}

.ca_img_container img {
    height: 100px;
    object-fit: none;
    object-position: bottom;
}

.ca_columns {
  width: 33%;
  float: left;
  text-align: center;
  padding: 0 20px;
}

.ca_columns span {
  display: block;
  width: 100%;
  font-weight: 700;
  padding-top: 12px;
}

.global_btn_container {
  margin-top: 25px;
  padding-top: 5px;
}

span.ca_title {
  width: 100%;
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 25px;
}

span.ca_text {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.01em;
  width: 100%;
  display: block;
}

.ca_btn {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  width: 250px;
  padding: 0;
  background: #fff;
  color: #001730;
  display: grid;
  margin-top: 0;
  border-radius: 12px;
  height: 40px;
  font-size: 20px;
  text-transform: initial;
  text-decoration:none;
  line-height:0;
  align-content: center;
}
.ca_btn:focus {
  opacity: 0.75;
}
.ca_btn:active {
  transform: scale(0.9);
}


.ca_img_container {
  height: 100px;
  vertical-align: bottom;
  align-content: end;
  align-items: end;
  display: inline-grid;
}

.callaction {
  padding: 40px 0px;
}

@media only screen and (max-width:1180px) {
  .call_to_action_container {
    padding: 0px 40px;
  }
}

@media only screen and (min-width:1024px) {
  .call_to_action_container .one-half.first {
    width: 35%;
  }

  .call_to_action_container .one-half {
    width: 62%;
  }
}

@media only screen and (max-width:959px) {
  .call_to_action_icons {
    display: none;
  }

  .call_to_action_info {
    text-align: center;
    margin-bottom: 0;
  }

  .callaction .global_btn_container a {
    margin: auto;
  }

  .callaction .global_btn_container {
    height: auto;
  }

  .callaction {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width:800px) {
  .ca_columns {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px;
  }
}
