.arrow-b-cont {
  padding-bottom: 10px;
  margin-bottom: 15px; }

.arrow-cont {
  height: 100%;
  padding: 0px;
  filter: drop-shadow(8px 7px 10px grey); }

.arrowHead {
  fill: #f4921d; }

.arrowPath {
  stroke: #f4921d;
  stroke-width: 20px;
  fill: none; }

.txt-cont {
  min-height: 100px;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .txt-cont {
      padding-top: 15px; } }

.svgElm {
  width: 100%; }

.bnrCta {
  display: block;
  max-width: 600px;
  text-align: center;
  min-height: 100px;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 8px 7px 10px grey;
  padding: 25px 15px; }
  .bnrCta:hover {
    box-shadow: 8px 7px 10px lightgrey; }
  .bnrCta .sub {
    margin-top: 15px;
    font-size: 22px; }
