.customer-quote-3cards {
  padding: 80px 30px;
  position: relative;
}

{#.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
} #}

.center-header h2{
  text-align: center;
}

.center-header p{
  font: 500 2.4rem 'Nunito Sans', sans-serif;
	color: #5C5C69;
  padding: 20px 0;
  text-align: center;
}

.center-header-button {
  text-align: center;
}

.interactive_centred_cta { 
    border-radius: 40px;
    border: 2px solid #7357ff;
    text-decoration: none;
    display: inline-block;
	  font: 700 1.8rem 'Nunito Sans',sans-serif, #7357ff;
    color: #fff;
    padding: 15px 30px;
    transition: .3s all ease;
}

.interactive_centred_cta a:hover {
    box-shadow: 0 3px 15px rgba(106,77,252,0.4);
    transition: .3s all ease;
}

.customer-quote-3cards-area {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  display: grid;
}

.customer-quote-3cards-textarea:hover {
    transition: .3s all ease;
    box-shadow: 0px 0px 14px 1px #f1f1f1;
    transform: scale(1.01);
}

.customer-quote-3cards-textarea {
  border: 1px solid #e4ebf3;
  background-color: #fff;
  flex-direction: column;
  padding: 32px 20px;
  display: flex;
  border-radius: 5%;
}

.customer-quote-3cards-text {
  font: 300 2.4rem 'Nunito Sans', sans-serif;
  margin-bottom: 20px;
}

.customer-quote-3cards-info {
  align-items: center;
  padding: 0;
  display: flex;
}

.customer-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.customer-logo {
  max-width: 150px;
  object-fit: cover;
  padding-top: 5px;
}

.customer-quote-3cards-infotext {
  margin-bottom: 2px;
}

.customer-quote-3cards-infotext p{
  font: 600 1.6rem 'Nunito Sans', sans-serif;
}


@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .customer-quote-3cards-area {
    grid-column-gap: 30px;
  }

  .customer-quote-3cards-info {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .customer-quote-3cards {
    padding: 60px 15px;
  }

  .customer-quote-3cards-area {
    grid-template-columns: 1fr;
  }

  .customer-quote-3cards-info {
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

}

#3cards-block, #3cards-block,#3cards-block {
  grid-area: span 1 / span 1 / span 1 / span 1;
}