.scml-partners {
  background-color: #F5F5F5;
}

.scml-partners .scml-partners-image a.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}

.scml-partners-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-content: center;
  
}

.scml-partners a.scml-partners-wrapper{
	text-decoration: none !important;
}

.scml-partners-image  {
    width:100%;
    height:100%;
    object-fit: cover;
      overflow: hidden;
}

.elementor-post__thumbnail__link {
  height: 100%;
  margin: 0;
}

.scml-partners-image  img {
  height: 100% !important;
  padding: 0!important;
}

.scml-partners-image  .elementor-post__thumbnail img {
  height: 100%;
  object-fit: cover;
}

.scml-partners a.scml-partners-wrapper:hover .scml-partners-title .scml-partners-link{
    color: #A80C30;
    text-decoration-color: #A80C30 !important;
    text-decoration: underline !important;
}

.scml-partners-content {
  padding: 30px;
}

.scml-partners-category {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #000000;
}

.scml-partners-title {
  margin-top: 17px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px; 
  color: #000000;
}

div.scml-partners-description .elementor-post__excerpt p {
  max-width: 449px;
  margin-top: 22px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.scml-partners-link:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .scml-partners-wrapper {
    grid-template-columns: 1fr;
  }
  
  .scml-partners-title {
    font-size: 20px;
    line-height: 29px;
  }

  .scml-partners-image  .elementor-post__thumbnail img {
    max-height: 400px;
  }
}