.content-wrapper.fixed-max-width.left-and-right-card-container {
  padding: 0;
}

.left-and-right-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 56px;
  width: 100%;
  padding: 80px 20px;
  min-height: 400px;
  max-width: 1100px;
  margin: 0 auto;
}

.right-card {
  flex: 1;
}

.left-card img {
  border-radius: 16px;
  max-height: 400px;
  display: block;
  margin: 0 auto;
}

.right-description h3 {
  font-weight: 400 !important;
}
.orange-border-cta {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 56px;
}

.orange-border-cta a {
  display: block;
  margin: 0 auto;
  background: transparent;
  border: 2px solid var(--Orange, #f50);
  border-radius: 1.333px;
  color: #051a44;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 3.2px;
  line-height: 150%;
  padding: 10px 43px;
  text-decoration: none;
  text-transform: uppercase;
}



@media (min-width:1920px) {


}
@media (min-width:1600px) {
}
}

@media (max-width:1919px) {
  
}

@media (max-width:1024px) {
  .partners-content-container {flex-direction: column;}
  .content-wrapper.fixed-max-width.partners-list {padding: 0 20px}
  .partners-left img {max-height: 480px; margin-bottom: 32px;}
}
@media (max-width:960px) {
  .left-card {
    width: 100%;
    max-height: 410px;
    object-fit: fill;
    border-radius: 16px;
    overflow: hidden;
  }
  
  .left-card img {
    width: 100%;
    max-height: none;
  }
  
  .left-and-right-card {
    flex-direction: column;
  }
}

@media (max-width:600px) {
  .right-heading h2 span {
    font-size: 40px;
  }
  
  .right-description h3 span {
    font-size: 16px;
  }
}