 .welcome-banner {
        display: flex;
        gap: 20px;
        max-width: 1296px;
        margin: 0 auto;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        padding: 20px;
        margin: 30px auto;
        border-radius: 25px;
    }
    

.welcome-banner--imgs {
  position: relative;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  background-image: url('http://docma.ru/wp-content/uploads/2025/12/circle.svg');
  background-repeat: no-repeat;
  background-position: center center;
  justify-content: center;
}

.welcome-banner--imgs::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #fe3f7b0c;
    border-radius: 50%;
    left: 10px;
    top: 5%;
}

.welcome-banner--imgs::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #fe3f7b46;
    border-radius: 50%;
    right: 10px;
    bottom: 5%;
}

.welcome-banner--imgs h4 {
    width: 100%;
    text-align: center;
    font-size: 24px !important;
    margin: 0;
    color: #fe3f7a !important;
    font-weight: 700;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff;
    
}



    .welcome-banner--img  {
        position: relative;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        border-radius: 15px;
        padding: 15px;
        max-width: 140px;
        background: white;
        
    }
    

      .welcome-banner--imgs > :nth-child(1) {
        transform: rotate(-2deg);
        transition: transform 300ms cubic-bezier(.22,.9,.3,1);
  transform-origin: center center;
  will-change: transform;
    }

    .welcome-banner--imgs > :nth-child(2) {
        margin-top: -5px;
                transition: transform 300ms cubic-bezier(.22,.9,.3,1);
  transform-origin: center center;
  will-change: transform;
    }

    .welcome-banner--imgs > :nth-child(3) {
        transform: rotate(2deg);
                transition: transform 300ms cubic-bezier(.22,.9,.3,1);
  transform-origin: center center;
  will-change: transform;
    }

    .welcome-banner--imgs > :nth-child(4) {
        transform: rotate(-2deg);
                transition: transform 300ms cubic-bezier(.22,.9,.3,1);
  transform-origin: center center;
  will-change: transform;
    }

      .welcome-banner--imgs > :nth-child(5) {
        transform: rotate(2deg);
                transition: transform 300ms cubic-bezier(.22,.9,.3,1);
  transform-origin: center center;
  will-change: transform;
    }
    
    
     .welcome-banner--imgs > :nth-child(1):hover, .welcome-banner--imgs > :nth-child(2):hover, .welcome-banner--imgs > :nth-child(3):hover, .welcome-banner--imgs > :nth-child(4):hover, .welcome-banner--imgs > :nth-child(5):hover {
         transform: scale(1.06);
         cursor: pointer;
    }

        


    .welcome-banner--img img {
        width: 100%;
    }

    .welcome-banner--img h5 {
            text-align: center;
            font-size: 16px !important;
            margin: 25px 0 0 0;
            color: #293A5F !important
    }

    .welcome-banner--img p {
        position: absolute;
        left: -20px;
        top: 45%;
        background-color: #fe3f7a;
        color: white !important;
        padding: 5px 10px;
        border-radius: 10px;
        font-weight: 600;
        border: 2px solid white;

    }


    .welcome-banner--imgs > :nth-child(3) h5 {
        font-size: 13px !important;
         letter-spacing: -1px;
    }

    .welcome-banner--content {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .welcome-banner--content h2 {
        font-size: 24px !important;
        margin-bottom: 50px;

    }

    .welcome-banner--content h2 img {
        height: 24px;
    }

    .welcome-banner--content h2 span {
        color: #fe3f7a;
    }

    .welcome-banner--content p, .welcome-banner--content ul li, .welcome-banner--content h5 {
        font-size: 18px !important;
    }
    
     .welcome-banner--content ul {
         margin-top: 10px;
     }
    
    .welcome-banner--content ul li {
        list-style: disc !important;
        color: #293A5F !important;
        margin-left: 20px;
    }

    .welcome-banner--content div {
        display: inline-flex;
        gap: 5px;
        margin-top: 100px;
        position: relative;
        padding: 15px 20px;
        color: #02B5BC;
        background-color: #02b6bc13;
        border-radius: 8px;
    }

    .welcome-banner--content .welcome-banner--slogan h5 img {
        height: 20px;
    }
    
    .welcome-banner--slogan span {
        color: #02B5BC !important;
        font-weight: 600;
    }

    .welcome-banner--content .welcome-banner--slogan::before {
        content: '';
        position: absolute;
        top: 3px;
        right: 3px;
        width: 40px;
        height: 30px;
        border-top: 3px solid #02B5BC;
        border-right: 3px solid #02B5BC;
        border-radius: 0 7px 0 0;
        
    }

      .welcome-banner--content .welcome-banner--slogan::after {
        content: '';
        position: absolute;
        bottom: 3px;
        left: 3px;
        width: 40px;
        height: 30px;
        border-bottom: 3px solid #02B5BC;
        border-left: 3px solid #02B5BC;
        border-radius: 0 0 0 7px;
    }

    .welcome-banner--content p {
        color: #293A5F !important;
    }
    

.welcome-banner--content div {
    display: inline-flex;
    gap: 5px;
    margin-top: 100px;
    position: relative;
    padding: 15px 20px;
    color: #02B5BC;
    background-color: #02b6bc13;
    border-radius: 8px;
    align-items: center; 
}


.welcome-banner--content div h5 {
    display: inline; 
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: inherit;
    vertical-align: middle;
    text-align: left;
    line-height: 1.6em;
}


.welcome-banner--content div h5 img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    height: auto;
    margin-right: 8px; 
    line-height: 1em;
}


@media (max-width: 1199px) {
    
    .welcome-banner--content h2 {
        margin-bottom: 50px;
    }
    
    .welcome-banner--content h2, .welcome-banner--imgs h4, .welcome-banner--content p {
        font-size: 18px !important;
    }
    
    welcome-banner--content ul li, .welcome-banner--slogan span {
        font-size: 16px !important;
    } 
 
} 


@media (max-width: 767px) {
    
    .welcome-banner--content ul {
        margin: 0;
    }
    
    .welcome-banner--slogan {
        justify-content: center;
    }
    
    .welcome-banner--slogan h5 {
        text-align: center;
    }
    
   .welcome-banner {
        gap: 40px;
        padding: 15px 10px;
    }
    
    .welcome-banner--content h2 {
        margin-bottom: 30px;
    }
    
    .welcome-banner--content div {
        margin-top: 30px;
    }
    
    .welcome-banner--content .welcome-banner--slogan h5 img {
        height: 15px;
    }
    
    .welcome-banner {
      flex-direction: column;
      border-radius: 15px;
    }
    
    .welcome-banner--content, .welcome-banner--imgs {
            width: 100%;
            gap: 7px;
    }
    
    .welcome-banner--content h2, .welcome-banner--imgs h4, .welcome-banner--content p {
        font-size: 14px !important;
    }
    
      .welcome-banner--content ul li, .welcome-banner--slogan span {
        font-size: 14px !important;
    } 
    
    .welcome-banner--img h5, .welcome-banner--img p {
        font-size: 12px !important;
        
    }
    
 .welcome-banner--imgs > :nth-child(3) p,  .welcome-banner--imgs > :nth-child(5) p  {
    right: -20px;
        left: inherit;
} 


 .welcome-banner--imgs > :nth-child(2) p {
    left: 23px;
} 
    
    .welcome-banner--img {
        padding: 5px;
        max-width: 90px;
    }
    


.welcome-banner--imgs > :nth-child(3) h5 {
    font-size: 10px !important;
    letter-spacing: -1px;
}

    
}
