.content-row {
  max-width: 1280px;
  margin: auto;
}

.content-row.full-width {
  max-width: 100%;
}

.content-row.spaces {
  margin: 125px auto;
}

@media only screen and (max-width: 780px) {
  .content-row.spaces {
    margin: 80px auto;
  }
}

.content-row.padd {
  padding: 50px 0px;
}

@media only screen and (max-width: 780px) {
  .content-row.padd {
    padding: 20px 0px;
  }
}

.content-title.left {
  max-width: 1280px;
  margin: auto;
  margin-bottom: 24px;
}

.content-title h2 {
  font-size: 64px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.content-title.left h2 {
  text-align: left;
}

.content-title .header2 {
  font-size: 58px;
  text-align: center;
  color: #000;
  margin-bottom: 0.5rem;
  margin-top: 0rem;
  line-height: 1.33;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.content-title.left .header2 {
  text-align: left;
}

.content-title p {
  font-size: 28px;
  text-align: center;
  color: #000;
  margin: auto;
}

.content-title {
	max-width:1280px;
	margin:auto;
} 

@media only screen and (max-width: 780px) {
.content-title p.half {
  max-width: 100%;
  margin: auto;
}
}

.content-title.left p {
  text-align: left;
}

@media only screen and (max-width: 780px) {
  .content-title h2 {
    font-size: 35px;
    line-height: 1.35;
  }
}

@media only screen and (max-width: 780px) {
  .content-title .header2 {
    font-size: 35px;
    line-height: 1.35;
  }
}

@media only screen and (max-width: 780px) {
  .content-title p {
    font-size: 19px;
    margin: 0;
  }
}

@media only screen and (max-width: 780px) {
  .content-title {
    padding: 0px 10px;
  }
}

.spaces .content-title .button {
  margin: 40px auto;
}

@media only screen and (max-width: 780px) {
  .spaces .content-title .button {
    margin: 20px auto !important;
  }
}

.spaces .content-title .button .left {
  margin: 40px 0px;
}

.button.button-primary.black {
  border-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  border-radius: 30px;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 780px) {
  .button.button-primary.black {
    font-size: 16px;
    margin: 0 auto;
    min-width: 80%;
    padding: 0.5rem 2rem;
  }
}

.button.withSpace {
  margin: auto;
}

@media only screen and (max-width: 780px) {
  .button.withSpace {
    margin: 20px auto !important;
  }
}

.button.button-primary.black i {
  background: #fff;
  width: 24px;
  height: 24px;
}

.button.button-primary.black:hover {
  background: #fff;
  color: #000;
}

.button.button-primary.black:hover i {
  background-color: #000;
}

.trusted-by {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 600px) {
  .trusted-by {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 50px;
    padding: 0 10px;
  }
}

.b2b-text-button {
  font-size: 18px;
  font-weight: bold;
  color: #6328e0;
  text-decoration: unset;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 0;
  padding: 0;
  min-width: unset;
  width: fit-content;
  position: relative;
  margin: 20px 0px 0px 0px;
}

.b2b-text-button.small {
  font-size: 16px;
  font-weight: bold;
  color: #6328e0;
  text-decoration: unset;
  display: flex;
  min-width: unset;
  gap: 8px;
  margin: 0;
}

i.icon.urm-nextArrow {
  background-color: #6328e0;
}

.highlighted-hg {
  border: 1px solid #ebebeb;
  border-radius: 100em;
  margin-bottom: 0;
  padding: 0px 15px;
  transition: all .222s;
  text-align: center;
  font-weight: 500;
}

.highlighted-hg.green {
  border-color: #32ae72;
  color: #32ae72;
  background-color: #f3fff9;
}

.kurumsal-own-product-text .content-title p {
  margin: 0;
}
