.call-to-action{
  background-color: #00a1bb;
  background-image: url("../images/marketing-bg.7a0afae4b21b.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  width:100%;
  min-height: 280px;
}
.call-to-action a{
  text-decoration: none;
  color: #fff;
}
.call-to-action__item{
  min-width:140px;
  margin-bottom:30px;
}
.call-to-action__circle{
  background-color:#fff;
  width:110px;
  height:110px;
  border-radius:50%;
  display:grid;
  align-items: center;
  justify-items: center;
  margin:auto;
  margin-bottom:10px;
  font-size:44px;
  color:var(--color1);
}
@media (max-width:768px){
  .call-to-action{
    background-image: url("../images/marketing-bg-mobile.5aea36597f27.jpg");
  }
  .call-to-action__circle{
    width:90px;
    height:90px;
    font-size:38px;
  }
}
.call-to-action__text{
  text-align: center;
  font-size: 18px;
}
.call-to-action .modal{
  color: #555;
}
.call-to-action .modal-body{
  font-size:18px;
}
