.logo-new-paw {
    height: 100%; 
    align-items: center; 
    display: flex; 
    float: left;
 }
 
 .logo-new-paw img {
    max-width: 280px;
 }

@media (max-width: 1140px) {
    .header .logo  {
      width: 200px !important;
      height: 30px !important;
      margin: 13px 0 !important;
    }
  }

@media (max-width: 1023px) {
  .logo-new-paw img {
     max-width: 200px;
  }
}

.kassa-offer__block-text, .kassa-workflow__text p, .kassa-workflow__text p {
  font-size: 20px;
  line-height: 28px;
}

.kassa-margin {
  margin-left: -30px;
}

.kassa-bottom {
  padding-bottom: 18px;
}

.kassa-margin-left {
  margin-left: -46px;
}

.features-block {
  background-color: #fff;
  font-family: Proxima Nova, sans-serif;
}

.features-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 88px 20px 124px;
  color: #1c1c1c;
}

.features-container h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 20px;
}

.features-subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 48px;
}

.features-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-card {
  border: 1px solid #5C7089;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
}

.feature-icon img {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}

.feature-card h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
}

@media (max-width: 576px) {

.features-container {
  padding: 42px 20px 48px;
}

.features-cards {
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}

.features-container h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.features-subtitle {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.feature-card {
  border-radius: 12px;
  padding: 20px 12px;
}

.feature-card h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 16px;
  line-height: 24px;
}

}

.steps-block {
  background-color: #fff;
  font-family: Proxima Nova, sans-serif;
  margin-top: 55px;
}

.steps-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px 120px;
  color: #222;
}

.steps-container h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 24px;
}

.steps-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.step-card {
  flex: 1;
  min-width: 300px;
  border: 1px solid #5C7089;
  border-radius: 24px;
  padding: 20px;
  box-sizing: border-box;
}

.step-number {
  display: inline-block;
  background-color: #b0929a;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  border-radius: 20px;
  padding: 5px 18.5px;
  margin-bottom: 20px;
}

.step-card h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.step-card a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 576px) {
.steps-container {
  padding: 0 20px 48px;
}

.steps-container h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}

.steps-cards {
  gap: 12px;
}

.step-card {
  min-width: 200px;
  border-radius: 12px;
  padding: 20px 12px;
}

.step-number {
  font-size: 16px;
  line-height: 140%;
  border-radius: 20px;
  padding: 5px 21px;
  margin-bottom: 12px;
}

.step-card h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 16px;
  line-height: 24px;
}

.step-card a {
  color: inherit;
  text-decoration: underline;
}

}

.connection-block {
  background-color: #b0929a;
  margin-bottom: 60px;
}

.connection-container {
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-family: Proxima Nova, sans-serif;
  margin: 0 auto;
}

.connection-block h2 {
 font-weight: 500;
 font-size: 56px;
 line-height: 64px;
 margin-bottom: 24px;
}

.connection-block p {
font-weight: 400;
font-size: 20px;
line-height: 140%;
margin-bottom: 48px;
}

.connection-block a {
    padding: 20px 64px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.text-content {
  max-width: 55%;
  padding: 100px 0 100px 20px;
}

.image-content {
    height: 427px;
    width: 759px;
    position: relative;
}

.image-content img {
    left: 70px;
    position: absolute;
    width: 77%;
    height: auto;
    top: 25px;
}

@media (max-width: 991px) {
.text-content {
  padding: 40px 24px;
  max-width: 90%;
}
.image-content {
  display: none;
}
}

@media (max-width: 576px) {
.connection-block {
  background-color: #b0929a;
  margin-bottom: 60px;
}

.connection-container {
  justify-content: center;
}

.connection-block h2 {
 font-size: 32px;
 line-height: 40px;
}

.connection-block p {
line-height: 28px;
}

.connection-block a {
    padding: 16px 40px;
    font-size: 16px;
    line-height: 24px;
}

.text-content {
  text-align: center;
  padding: 68px 16px;
}
}
