.crm-experience {
    text-align: center;
    margin-bottom: 40px;
}
.compliant-image {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.08);
    height: 582px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.compliant-image img {
    width: 405px;
    height: 410px;
}
.grid-compliant {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.grid-compliant-card{
    width: 100%;
}

@media (max-width: 1080px) {
.grid-compliant {
  grid-template-columns: 1fr;
}
.grid-compliant-card {
    text-align: center;
}
.img-hero {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

}

@media (max-width: 600px) {

.compliant-image {
  width: 100%;
  height: 327.604px;
}
.compliant-image img {
   width: 277px;
   height: 280px;
}
.img-hero {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
.grid-compliant {
    gap: 60px;
}
}