.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;
}



@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;
  }
}