@import '../base/index.scss';

/**
*  Call To Action 
*/
.call-action-section {
  background-size: cover;
  background-position: center;
  position: relative;

  .call-inner {
    padding: 80px 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffffd9;
  }
}

.call-content {
  h2,
  p {
    color: #10233a;
    margin-bottom: 0;
  }
  &.text-center {
        text-align: center;
    }
}
