.co-reviews {
  padding-top: 75px;
  background: #f5f7fb;
  color: #273e5d;
  padding-bottom: 95px !important;
}

.co-reviews .section-header {
  margin-bottom: 0;
}

p.co-reviews-context {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 75px;
  margin-bottom: 30px;
  font-weight: bold;
}

.co-card-review-container {
  padding: 20px;
}

.card-profile-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.card-profile-avatar {
  flex-shrink: 0;
}

img.co-card-logo {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: left;
  flex-shrink: 0;
}

.review-cotainer-text-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 24px;
}

.co-review-card .co-card-data {
  margin-left: 30px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}

.card-profile-avatar img {
  box-sizing: border-box;
}

.co-review-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
}

p.co-card-reviews-context {
  max-width: 490px;
  margin-top: 20px;
  font-style: italic;
}

.co-cards-reviews-name .name {
  font-weight: bold;
  font-size: 21px;
}

.co-cards-reviews-name .company {
  font-size: 16px;
}

.co-cards-reviews-name .attitude {
  font-size: 16px;
}

.co-card-review-container {
  padding: 20px;
}

.co-badges-container-1 .image-badge {
  border: 4px solid #dcdedc;
  border-radius: 0px 0px 5px 5px;
  padding: 8px 12px;
  margin: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all .1s ease-in-out;
  width: 200px;
  height: 60px;
}

.image-order img {
  height: 100px;
  object-fit: contain;
  display: block;
}


.image-badge:nth-of-type(2) img {
  height: 27px;
}

.image-badge:nth-of-type(3) img, .image-badge:nth-of-type(4) img {
  height: 23px;
}

.image-order {
  margin: 0px 10px;
}

.co-badges-container-2 {
  position: absolute;
  bottom: -41px;
}

.image-badge img {
  width: 100%;
  object-fit: contain;
  height: 25px;
}

.image-badge:hover {
  cursor: pointer;
  scale: 1.05;
}

img.size-full {
  height: 230px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(68 68 90 / 40%);
  -moz-box-shadow: 2px 2px 12px 0px rgba(68 68 90 / 40%);
  box-shadow: 2px 2px 12px 0px rgba(68 68 90 / 40%);

}

.co-cards-reviews__link__wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 40px 0 20px;
  width: 100%;
}

.co-cards-reviews__link__wrapper svg {
  width: 28px;
  height: 28px;
}

.co-cards-reviews__link {
  font-size: 16px;
  width: fit-content;
  display: block;
}

.co-cards-reviews__link:hover {
  text-decoration: underline;
}

.co-cards-reviews__link__logo--g2 {
  width: 40px;
  height: 40px;
}

.co-cards-reviews__link__logo--capterra {
  height: 26px;
  width: 120px;
}

.co-cards-reviews__link__logo--get-app {
  height: 23px;
  width: 125px;
}

@media (max-width: 768px) {
  .co-card-review-container {
    padding: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .co-reviews .section-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .co-review-card {
    flex-direction: column;
  }

  .co-card-data, .review-cotainer-text-box {
    margin: 0;
  }

  .co-cards-reviews__link__wrapper {
    justify-content: center;
  }
}