.custom-text-module {
  display: flex;
}
.custom-text-module .column ul{
    display: flex;
    flex-direction: column;
    row-gap: 12px !important;
}
.custom-text-module .btn-text {
  font-weight: 400;
}
.btn-holder {
  display: flex;
  align-items: center;
  margin-top:auto;
  margin-top: 34px !important;
}
.btn-holder .cta-wrapper:not(:first-child) {
    margin-left: 48px;
}
.btn-holder a{
  font-weight:400 !important;
}
.p-btn,
.btn-holder .cta_button {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  padding: 17px 24px;
}
.with-icon {  
  display: inline-flex;
  font-weight: 500 !important;
  align-items: center;
}
.with-icon .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#fff;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 8px;
}
.with-icon span.icon:before {
  display: inline-block;
  content: "";
  width: 16px;
  height:16px;
  background: url(https://centersquaredc.com/hubfs/CenterSquare/b-arrow.svg) no-repeat center center/contain;
}
.p-btn:hover,
.p-btn:focus {
  text-decoration: none;
}
.with-icon:hover .icon {
  background:#01EF7D;
}
.img-text-area form {
    background: transparent;
}
.p-btn.with-icon:hover .icon:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
  background: url(https://centersquaredc.com/hubfs/CenterSquare/w-arrow.svg) no-repeat center center/contain;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}


@media(max-width:767px) {
  .column.layout-33.md-space {
    padding: 36px 40px 0;
}
  .column.layout-66.md-space {
    padding: 0px 40px 36px;
}
  .column.layout-66.pd-bt-0 {
    padding-bottom: 0;
}
  .column.layout-33.pd-top-0 {
    padding-top: 0;
}
  .btn-holder .cta_button, .p-btn {
    font-size: 16px;
    padding: 14px 22px;
  }
}
.layout-33 .btn-holder .cta-wrapper:nth-child(3) {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
.layout-33 .btn-holder {
    display: inline-block !important;
}
@media(max-width:500px){
  .btn-holder .cta-wrapper:not(:first-child) {
    margin-left: 0;
  }
  .btn-holder .cta-wrapper:nth-child(3) {
        margin-left: 0 !important;
        
      display: inline-block !important;
    }
  .btn-holder {
   flex-wrap: wrap;
  }
  .btn-holder .cta-wrapper {
    width: 100%;
    
}
  .custom-cols .col p, .custom-text-module .btn-holder button {
    font-size: 16px;
  }
}
@media(max-width:460px){
  .btn-holder .cta-wrapper:nth-child(3) {
        margin-left: 0 !important;
        
    }
}
@media(max-width:358px){
  .btn-holder .cta-wrapper:nth-child(2) {
     display:block !important;
    width: 100%;
    }
    }
}