﻿.threeCols {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.headerBox {
  font-family: recoletablack;
  font-size: 36px;
  color: #171b60;
  width: 60%;
  margin-bottom: 40px;
}
.three_col {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.el_col {
  width: 33%;
}
.el_col img.center {
  margin: 0 auto;
  display: block;
}
.el_col img.left {
  float: left;
  display: block;
}
.el_col img.right {
  float: right;
  display: block;
}
.spacer_clear {
  clear: both;
}

.copyBox {
  font-family: poppinsregular;
  line-height: 150%;
  font-size: 20px;
  color: #171b60;
  padding-bottom: 20px;
}
.three_col.location .el_col {
  width: 30%;
  margin: ;
}
.three_col.location a.linkBox {
  font-family: poppinsmedium;
  text-decoration: none;
  font-size: 20px;
  color: #445ca9;
  position: relative;
  border: 1px solid #445ca9;
  border-radius: 40px;
  line-height: 37px;
  width: 225px;
  padding: 14px 30px 12px;
  box-sizing: border-box;
  cursor: pointer;
}
.three_col.location a.linkBox:hover {
  background: #f99d2a;
  color: #fff;
  border-color: #f99d2a;
}
.three_col.location {
  justify-content: space-between;
}
.three_col.location a.linkBox i {
  display: none;
}
.three_col.circles a.linkBox {
  font-family: recoletablack;
  font-size: 30px;
  text-align: center;
  width: 60%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #171b60;
}
.linkBox i {
  position: relative;
  top: 4px;
  font-weight: 900;
  font-size: 29px;
  left: 4px;
}

@media (max-width:860px) {
.threeCols {
  width: 90%;
}
.three_col {
  flex-direction: column;
}
.el_col, .three_col.location .el_col {
  width: 100%;
}
.three_col.location .el_col {
  margin-bottom: 60px;
}
.headerBox {
  width: 100%;
}

}