
.ac-infographic-full {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.ac-info-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
}
.ac-info-bg img {
    width: 100%; height: 100%;
    object-fit: cover;
}


.ac-info-inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
}

.ac-info-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 80px;
}

.ac-data-grid {
    display: flex;
    gap: 12px;
}


.ac-data-card {
    flex: 0 0 auto;
    width: 175px; 
    border: 2px solid #c5a371; 
    background: rgba(255, 255, 255, 0.5); 
    padding: 30px 10px;
    text-align: center;
}


.ac-num {
    font-size: 42px;
    font-weight: 900;
    color: #c5a371; 
    line-height: 1;
}
.ac-num small {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.ac-title {
    font-size: 18px;
    font-weight: bold;
    color: #c5a371;
    margin: 10px 0;
}
.ac-desc {
    font-size: 13px;
    color: #c5a371;
    font-weight: 600;
    line-height: 1.4;
}
.ac-info-notes{
  margin-left: 80px;
}


@media screen and (max-width: 767px) {
    .ac-data-grid {
        flex-direction: column;
        align-items: center;
    }
    .ac-data-card {
        width: 100%;
        max-width: 280px; 
    }

    .ac-info-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    }
   
    .ac-info-notes{
    margin-left: 0;
    text-align: center;
  }
}
