.usp-section {
  text-align: center;
  padding: 50px 0 100px;
}

.usp-title {
	font-family: "ClashDisplay", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 30px;
	margin-bottom: 60px;
}

.usp-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.usp-item {
  flex: 1 1 calc(50% - 2rem); /* max 2 naast elkaar */
  max-width: calc(50% - 2rem);
  box-sizing: border-box;
  text-align: left;
}

.usp-item-title {
	font-family: "ClashDisplay", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}

.usp-item-text {
	font-size: 18px;
    line-height: 30px;
    font-family: "ClashDisplay", sans-serif;
}

@media (max-width: 768px) {
  .usp-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1200px) {
  .usp-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 800px) {
  .usp-title {
        font-size: 40px;
        line-height: 70px;
        margin-bottom: 20px;
  }
}
@media only screen and (max-width: 799px) and (min-width: 550px) {
  .usp-title {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 40px;
  }
  .usp-section {
    padding-top: 20px;
  }
  .usp-grid {
    gap: 3rem;
  }
}

.link-usp-item {
	    font-size: 18px;
    line-height: 30px;
	color: #8A2422;
	text-decoration: underline;
    font-family: "ClashDisplay", sans-serif;
	display: inline-block;
	margin-top: 10px;
}

@media only screen and (max-width: 549px) {
  .usp-title {
        font-size: 26px;
        line-height: 28px;
    transform: unset !important;
    margin-bottom: 3rem;
  }
  .usp-section {
    padding-top: 20px;
  }
  .usp-grid {
    gap: 3rem;
  }
	
	.usp-item-title {
		font-size: 22px;
	}
	
}/*# sourceMappingURL=usps.css.map */