.text-and-card .single-card {
  padding: 58px 60px 50px 60px;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 20px 57px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.text-and-card .single-card *:last-child {
  margin-bottom: 0;
}
.text-and-card .single-card h1,
.text-and-card .single-card h2,
.text-and-card .single-card h3,
.text-and-card .single-card h4,
.text-and-card .single-card h5,
.text-and-card .single-card h6,
.text-and-card .single-card p,
.text-and-card .single-card li {
  color: #000000;
  margin-top: 0;
}
.text-and-card .single-card h1,
.text-and-card .single-card h2,
.text-and-card .single-card h3,
.text-and-card .single-card h4,
.text-and-card .single-card h5,
.text-and-card .single-card h6 {
  margin: 0 0 40px 0 !important;
  max-width: unset !important;
  font-size: 3rem;
}
.text-and-card .single-card button {
  margin-top: 50px;
}
.text-and-card .single-card.no-shadow {
  box-shadow: none;
}

.text-and-card {
  padding: 150px 0 150px 0;
}
.text-and-card .wrapper {
  position: relative;
}
.text-and-card .text-and-card--card {
  position: relative;
}
.text-and-card .text-and-card--text {
  z-index: 1;
}
.text-and-card .text-and-card--text .button {
  margin-top: 30px;
}
.text-and-card .text-and-card__arrow-down {
  position: absolute;
  right: 13%;
  z-index: 5;
}
.text-and-card .arrow-decoration {
  height: 115px;
  width: 13px;
  position: relative;
  top: -125px;
  transform: rotate(180deg);
}
.text-and-card .dots-decoration {
  position: absolute;
  top: -50px;
  right: 38%;
}
.text-and-card #decoration-curved {
  position: absolute;
  bottom: -50px;
  width: 230px;
  left: -85px;
}
.text-and-card .single-card {
  box-shadow: rgba(0, 0, 0, 0.03) -20px 20px 25px -5px;
}
.text-and-card .single-card .button--primary {
  color: #000;
}
.text-and-card .single-card ul + h4 {
  margin-top: 30px;
}
.text-and-card .text-and-card--card .single-card ul + h4 {
  margin-top: 30px !important;
}
.text-and-card .text-and-card--row {
  display: flex;
  align-items: center;
}
.text-and-card .text-and-card--row.bg-indigo .text-and-card--text {
  padding-right: 100px;
}
.text-and-card .text-and-card--row.bg-indigo .text-and-card--text h3,
.text-and-card .text-and-card--row.bg-indigo .text-and-card--text p {
  color: #ffffff;
}
.text-and-card .text-and-card--row.bg-indigo .text-and-card--text p {
  margin-right: 50px;
}
.text-and-card .text-and-card--card > img {
  border-radius: 25px;
  box-shadow: 0px 20px 57px 0px rgba(0, 0, 0, 0.16);
  max-width: 100% !important;
  width: auto;
}
.text-and-card #decoration-curved {
  border-radius: 0;
  box-shadow: none;
}
.text-and-card .text-and-card--row .text-and-card--text {
  padding-right: 190px;
}
.text-and-card .text-and-card--row .text-and-card--text p {
  font-size: 17px;
}
.text-and-card .text-and-card--row > * {
  width: 50%;
}

@media (max-width: 991px) {
  .text-and-card.bg-white + .text-and-card.bg-white {
    padding-top: 0 !important;
  }
  .text-and-card .text-and-card--text .general-cta-wrapper {
    text-align: center !important;
  }
}
.text-and-card.text-and-card--right .text-and-card--row {
  flex-direction: row-reverse;
}

.text-and-card.text-and-card--right .dots-decoration {
  display: block;
}

.text-and-card.text-and-card--right .single-card {
  box-shadow: rgba(0, 0, 0, 0.03) 20px 20px 25px -5px;
}

.text-and-card.text-and-card--right .text-and-card--card {
  margin-right: 150px;
}

.text-and-card.block-type-image {
  padding: 0;
}
.text-and-card.block-type-image .text-and-card--text {
  padding-right: 150px;
}

.text-and-card.block-type-card .text-and-card--text {
  padding-right: 100px !important;
}

.text-and-card--row.bg-blue-gradient .single-card .button.button--tertiary {
  color: #4E3FFB;
}

.text-and-card--row.bg-blue-gradient .button.button--tertiary {
  border: 1px solid #7DF4DC;
}

.text-and-card--row.bg-blue-gradient .button.button--tertiary:hover {
  border: 1px solid #7DF4DC;
  background-color: #7DF4DC;
  color: #4E3FFB;
}

.text-and-card--row.bg-blue-gradient .single-card .button.button--primary:hover {
  background: #4E3FFB;
  color: white;
  border: 1px solid #4E3FFB;
}

.text-and-card.block-type-image .text-and-card--card img {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 630px;
}

.text-and-card.block-type-image.text-and-card--left .text-and-card--text {
  padding-left: 50px;
}
.text-and-card.block-type-image.text-and-card--left .text-and-card--row.bg-blue-gradient .text-and-card--text {
  padding-left: 0;
}

.text-and-card.text-and-card--right .text-and-card__arrow-down {
  right: unset;
  left: 13%;
}
.text-and-card.text-and-card--right .text-and-card--row.text-and-card--row.bg-blue-gradient .text-and-card--card {
  margin-left: 0;
}

.text-and-card.text-and-card--right #decoration-curved {
  left: unset;
  right: -125px;
  transform: rotate(-45deg);
}
.text-and-card.text-and-card--right .text-and-card--text {
  padding-right: 50px;
}

.text-and-card.text-and-card--right .text-and-card--row.bg-blue-gradient .text-and-card--text {
  padding-right: 0 !important;
}

.text-and-card.text-and-card--left .dots-decoration {
  right: unset;
  left: 38%;
}

.text-and-card.text-and-card.text-and-card--left.block-type-card .text-and-card--row.bg-blue-gradient .text-and-card--text {
  padding-right: 170px;
}

.text-and-card .single-card .button--tertiary {
  border: 1px solid #4E3FFB;
  color: #4E3FFB;
}

.text-and-card .single-card .button--tertiary:hover {
  border: 1px solid transparent;
  color: #7DF4DC;
}

.text-and-card.text-and-card--left .text-and-card--text {
  padding-left: 0 !important;
}

.text-and-card.text-and-card--right #decoration-curved {
  right: -125px;
}

.text-and-card .text-and-card--text h1,
.text-and-card .text-and-card--text h2,
.text-and-card .text-and-card--text h3,
.text-and-card .text-and-card--text h4,
.text-and-card .text-and-card--text h5,
.text-and-card .text-and-card--text h6 {
  font-size: 4rem;
  margin-bottom: 40px;
}
.text-and-card .text-and-card--card h1,
.text-and-card .text-and-card--card h2,
.text-and-card .text-and-card--card h3,
.text-and-card .text-and-card--card h4,
.text-and-card .text-and-card--card h5,
.text-and-card .text-and-card--card h6 {
  font-size: 3rem;
  margin-bottom: 40px;
}

.text-and-card .text-and-card--card img {
  position: relative;
}

.text-and-card.case-studies-list .text-and-card--row {
  margin-bottom: 0;
}
.text-and-card.case-studies-list .text-and-card__arrow-down {
  display: none;
}
.text-and-card.case-studies-list .text-and-card--text p {
  margin-bottom: 25px;
}
.text-and-card.case-studies-list .text-and-card--card {
  position: relative;
}
.text-and-card.case-studies-list .text-and-card--card img {
  box-shadow: none;
  position: relative;
  z-index: 1;
  height: auto;
}
.text-and-card.case-studies-list .text-and-card--card .dots {
  top: -60px;
  left: unset;
  right: 0;
  z-index: 0;
  width: 570px;
  height: 172px;
  position: absolute;
  background-image: url("../../../assets/img/decorations/blog-list-decoration.svg");
  background-size: cover;
}
.text-and-card.case-studies-list h1,
.text-and-card.case-studies-list h2,
.text-and-card.case-studies-list h3,
.text-and-card.case-studies-list h4,
.text-and-card.case-studies-list h5,
.text-and-card.case-studies-list h6 {
  font-size: 3.5rem;
}
.text-and-card.case-studies-list .button-arrow-container {
  justify-content: flex-start;
}

.text-and-card.case-studies-list.inner-list .text-and-card--row {
  margin-bottom: 150px;
}
.text-and-card.case-studies-list.inner-list .text-and-card--row:nth-child(even) {
  flex-direction: row-reverse;
}
.text-and-card.case-studies-list.inner-list .text-and-card--row:nth-child(even) .dots {
  right: unset;
  left: 0;
}
.text-and-card.case-studies-list.inner-list .text-and-card--row:nth-child(even) .text-and-card--text {
  padding-right: 70px;
}
.text-and-card.case-studies-list.inner-list .text-and-card--row:nth-child(even) .text-and-card--card {
  margin-right: 150px;
}
.text-and-card.case-studies-list.inner-list .text-and-card--row:last-child {
  margin-bottom: 0;
}

.text-and-card.text-and-card--right.case-studies-list .text-and-card--card .dots {
  right: unset;
  left: 0;
}
.text-and-card.text-and-card--right.case-studies-list .text-and-card--text {
  padding-right: 70px;
}

.text-and-card .general-cta-wrapper .button--tertiary:hover {
  color: #7DF4DC;
}

:not(.case-studies).text-and-card .dots {
  z-index: 0;
  bottom: -55px;
  right: 245px;
  top: unset;
}

/* RESPONSIVE */
@media (max-width: 1800px) {
  .text-and-card.text-and-card--right #decoration-curved {
    right: -65px;
  }
  .text-and-card.text-and-card.text-and-card--right .text-and-card--card {
    margin-right: 70px !important;
  }
}
@media (max-width: 991px) {
  .text-and-card.text-and-card.text-and-card--right .text-and-card--card {
    margin-right: 0 !important;
  }
  .text-and-card #decoration-curved {
    display: none !important;
  }
  .text-and-card.case-studies-list .button-arrow-container {
    justify-content: center;
  }
}
/* Min width queries */
@media (min-width: 1799px) {
  .text-and-card.text-and-card--right .text-and-card--card img {
    margin-left: 70px;
  }
  .text-and-card.text-and-card--right .text-and-card--text {
    padding-right: 0;
  }
  .text-and-card.case-studies-list.inner-list .text-and-card--row:nth-child(even) .text-and-card--card img {
    margin-left: 70px;
  }
}
@media (min-width: 1399px) {
  .text-and-card--card {
    min-width: 630px;
  }
}
/* Between width queries */
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .text-and-card--card .single-card {
    min-width: 100%;
  }
  .text-and-card .padding-right-100 {
    padding-right: 0px !important;
  }
  .text-and-card .text-and-card--row .text-and-card--text {
    margin-right: 30px;
  }
}
/* Max widht queries */
@media (max-width: 1800px) {
  .text-and-card .text-and-card__arrow-down {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .text-and-card .text-and-card--row .text-and-card--text {
    padding-right: 40px;
  }
  .text-and-card.text-and-card.text-and-card--right .text-and-card--text {
    padding-right: 0 !important;
    margin-right: 0;
  }
  .text-and-card.text-and-card.text-and-card--right .text-and-card--card {
    margin-left: 0;
  }
  .text-and-card .text-and-card--row.bg-blue-gradient .text-and-card--text {
    padding-right: 80px !important;
  }
  .text-and-card .text-and-card--row.bg-blue-gradient .text-and-card--card {
    min-width: unset !important;
  }
  .text-and-card.case-studies-list.inner-list .text-and-card--row:nth-child(even) .text-and-card--text {
    padding-right: 0 !important;
    margin-right: 0;
  }
  .text-and-card.case-studies-list.inner-list .text-and-card--row:nth-child(even) .text-and-card--card {
    margin-left: 0;
    margin-right: 70px !important;
  }
}
@media (max-width: 1200px) {
  .text-and-card .dots-decoration {
    right: 30%;
  }
  .text-and-card .text-and-card--card {
    min-width: unset;
  }
  .text-and-card .text-and-card--card img {
    width: auto;
    height: auto;
  }
  .text-and-card.case-studies-list.inner-list .text-and-card--row {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .text-and-card--card {
    min-width: 100%;
  }
  .text-and-card--text {
    margin-bottom: 0 !important;
  }
  .text-and-card .text-and-card--row {
    display: flex;
    align-items: center;
    flex-direction: column !important;
    gap: 50px;
    margin-bottom: 0 !important;
  }
  .padding-100 {
    padding: 50px !important;
  }
  .text-and-card .text-and-card--row .text-and-card--text {
    padding-right: 0 !important;
    text-align: center;
  }
  .text-and-card .text-and-card--row > * {
    width: 100%;
  }
  .text-and-card .text-and-card--row {
    flex-direction: column;
  }
  .text-and-card .padding-right-150 {
    padding-right: 0px !important;
  }
  .text-and-card .single-card {
    width: 100%;
    min-width: auto;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .arrow-list.arrow-list--reversed li {
    padding-left: 0;
    padding-right: 0px;
  }
  .text-and-card--text.padding-right-100 {
    padding-right: 0px !important;
  }
  .text-and-card .dots-decoration {
    display: none !important;
  }
  .text-and-card .text-and-card--row.bg-blue-gradient .text-and-card--text {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .text-and-card.text-and-card.block-type-image .text-and-card--text {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .text-and-card.text-and-card.block-type-image .text-and-card--card {
    min-width: unset;
  }
  .text-and-card.text-and-card.block-type-image .text-and-card--card img {
    margin: 0 auto;
  }
  .text-and-card.text-and-card.block-type-image {
    padding-bottom: 80px;
  }
  .text-and-card.block-type-card .text-and-card--row.bg-blue-gradient .text-and-card--text {
    margin-bottom: 50px;
  }
  .text-and-card .text-and-card--text {
    padding-right: 0 !important;
  }
  .text-and-card.case-studies-list.inner-list .text-and-card--row {
    margin-bottom: 80px !important;
  }
  .text-and-card.case-studies-list.inner-list .text-and-card--row:last-child {
    margin-bottom: 0 !important;
  }
  .text-and-card.case-studies-list.inner-list .text-and-card--row:nth-child(even) .text-and-card--card {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .text-and-card {
    padding: 80px 0;
  }
  .text-and-card img {
    height: auto;
  }
  .text-and-card #decoration-curved {
    display: none;
  }
  .text-and-card .text-and-card--card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 576px) {
  .text-and-card .text-and-card--card {
    width: 100%;
    min-width: unset;
  }
  .single-card {
    padding: 30px 0 0 0;
    box-shadow: none !important;
  }
  .single-card h4 {
    text-align: left;
  }
  .text-and-card .text-and-card--row.bg-blue-gradient {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .text-and-card .text-and-card--row.bg-blue-gradient .single-card {
    padding: 40px !important;
  }
}
@media (max-width: 450px) {
  .text-and-card .text-and-card--text h1,
  .text-and-card .text-and-card--text h2,
  .text-and-card .text-and-card--text h3,
  .text-and-card .text-and-card--text h4,
  .text-and-card .text-and-card--text h5,
  .text-and-card .text-and-card--text h6 {
    font-size: 3.5rem;
    line-height: 40px;
  }
}
@media (max-width: 380px) {
  .text-and-card .text-and-card--text h1,
  .text-and-card .text-and-card--text h2,
  .text-and-card .text-and-card--text h3,
  .text-and-card .text-and-card--text h4,
  .text-and-card .text-and-card--text h5,
  .text-and-card .text-and-card--text h6 {
    font-size: 3.2rem;
  }
}
@media (max-width: 340px) {
  .text-and-card .text-and-card--text h1,
  .text-and-card .text-and-card--text h2,
  .text-and-card .text-and-card--text h3,
  .text-and-card .text-and-card--text h4,
  .text-and-card .text-and-card--text h5,
  .text-and-card .text-and-card--text h6 {
    font-size: 2.9rem;
  }
}
