/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-feature-card {
  border-radius: 8px;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5rem 4rem 3.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 31.7%; }
  @media only screen and (max-width: 1024px) {
    .cp-feature-card {
      padding: 2rem;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; } }
  .cp-feature-card .img-wrap {
    width: 5.2rem;
    height: 5.2rem;
    margin-right: 3rem; }
    @media only screen and (max-width: 1024px) {
      .cp-feature-card .img-wrap {
        width: 3.5rem;
        height: 3.5rem;
        margin-right: 0;
        margin-bottom: 1rem; } }
    .cp-feature-card .img-wrap.icon-doarStep {
      width: 7.2rem;
      height: 4.5rem; }
  .cp-feature-card .cont-wrap {
    width: 21rem; }
    @media only screen and (max-width: 768px) {
      .cp-feature-card .cont-wrap {
        width: 100%; } }
    .cp-feature-card .cont-wrap .f-title {
      font-family: "Gotham-Bold";
      font-size: 2rem;
      line-height: 2.4rem;
      color: #ffffff;
      margin-bottom: 0.2rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .cp-feature-card .cont-wrap .f-title {
          font-size: 1rem;
          line-height: 1.4rem;
          text-align: center;
          margin-bottom: 0.4rem; } }
    .cp-feature-card .cont-wrap .f-desc {
      font-size: 1.4rem;
      line-height: 1.8rem;
      color: #b2b2b2; }
      @media only screen and (max-width: 1024px) {
        .cp-feature-card .cont-wrap .f-desc {
          font-size: 0.9rem;
          line-height: 1.1rem;
          text-align: center; } }
