.about-section {
    background-color: rgb(245, 247, 252);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
}
.about-images-holder {
    position: relative;
    width: 55%;    
    height: 100%;   
    min-width: 340px;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.about-images-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 44px;
    background-size: cover;
    background-position: center;
    opacity: 1;
    filter: blur(32px) saturate(135%);
    box-shadow: 0 12px 80px 0 rgba(68,114,235,0.17), 0 8px 36px 0 rgba(24,39,80,0.10);
    pointer-events: none;
 
}
.about-images {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-content: center;
  justify-content: center;
  align-items: center;
}
.about-img-main {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: start;
    align-items: start;
}
.about-img-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
}
.about-img-mini {
    display: flex;
    align-items: flex-start;
}
.about-img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    
    
}
.about-img-main .about-img { height: 425px; }
.about-img-col .about-img { height: 250px; }

.about-wrap {
    display: flex;
    gap: 62px;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.about-img-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    height: 100%;
}
.about-img-mini {
    display: flex;
    align-items: flex-start;
}

.about-img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    border-radius: 26px;
  width: 100%;
}


.about-content {
    flex: 1 1 340px;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-subtitle {
    color: #ff3951;
    font-weight: 700;
    font-size: 1.07rem;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    letter-spacing: 0.01em;
}
.about-subtitle span {
    content: "";
    position: absolute;
    left: 0; top: 9px;
    width: 24px; height: 3px;
    background: #ff3951;
    border-radius: 2px;
    display: inline-block;
}

.about-title {
    font-size: 2.45rem;
    line-height: 1.14;
    font-weight: 800;
    color: #182750;
    margin: 0;
}

.about-paragraphs p {
    color: #374151;
    opacity: 0.95;
    font-size: 1.13rem;
    margin-bottom: 16px;
    line-height: 1.6;
}


.hero-btn-abt{
    display: flex;
  gap: 28px;
  justify-content: start;
  margin-top: 22px;
  margin-bottom: 38px;

}
@media (max-width: 950px) {

  .about-paragraphs {
    padding-top: 10px;
  }
  .about-section{
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .about-wrap {
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
    height: auto;
  }
  .about-content {
    max-width: 100%;
    width: 100%;
    order: 1;
  }
  .about-images-holder {
    width: 100%;
    min-width: 0;
    min-height: 220px;
    order: 2;
    padding: 0 4vw 18px 4vw;
  }
  .about-images {
    flex-direction: row;
    gap: 16px;
    width: 100%;
    height: auto;
    min-height: 180px;
    justify-content: center;
  }
  .about-img-main .about-img { height: 200px; }
  .about-img-col .about-img { height: 110px; }
}

/* još manji ekrani */
@media (max-width: 540px) {
  .about-title { font-size: 1.25rem; }
  .about-subtitle { font-size: 0.95rem; }
  .about-images-holder { padding: 0 2vw 8px 2vw; }
  .about-images { gap: 6px; }
}
