.crm-experience {
    text-align: center;
    color: var(--color-text);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 80px;
}
.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: 130px;
  align-items: center;
}
.grid-compliant-card{
    width: 100%;
}
@media (max-width: 1080px) {
 .crm-experience {
    margin-bottom: 60px;
}
.grid-compliant {
  grid-template-columns: 1fr;
}
.grid-compliant-card {
    text-align: center;
}
}

@media (max-width: 600px) {
.crm-experience {
    font-size: 20px;
}
.grid-compliant {
  gap: 60px;
}
.compliant-image {
  width: 100%;
  height: 327.604px;
}
.compliant-image img {
   width: 277px;
   height: 280px;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
.grid-compliant {
    gap: 60px;
}
}