.about-sekce {
    width: 70%;
    justify-content: center;
    text-align: justify;
    display: block;
    margin: auto;
    z-index: 1000;
}
.about-sekce .about-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.11);
    margin-bottom: 20px;
    z-index: 400;
    opacity: 0.1;
  }
  .about-sekce .about-img img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 500;
  }
  .img-about-container {
    display: flex;
    align-items: center;
    position: relative; 
}

.img-about-container .about-img-logo-outer {
    display: flex; 
    justify-content: center; 
}

.img-about-container .about-img-logo-inner {
    z-index: 500;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    background: radial-gradient(circle at bottom, rgb(255, 255, 255) 0%, rgb(225, 253, 255) 70%, rgb(162, 247, 255) 100%);
    border-radius: 50px;
    height: 100px;
    padding: 50px;
    width: 300px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.075);
}

.img-about-container .about-img-logo-inner img {
    width: 100%;
    margin-top: -36px; 
    object-fit: contain; 
}
.text-back-about {
    z-index: -1;
    position: absolute;
    color: #e9e9e9;
    font-size: 
    90px;
    left: 20px;
    margin-top: 50Px;
}
.text-back-about i {
    margin-bottom: 50px;
    font-size: 300px;
}
.text-back-about h2 {
    margin-bottom: 50px;
    z-index: -1;
}
.text-back-about-right {
    z-index: -1;
    position: absolute;
    color: #e9e9e9;
    font-size: 90px;
    right: 20px;
    margin-top: 50Px;
}
.text-back-about-right i {
    margin-bottom: 50px;
    font-size: 300px;
}
.text-back-about-right h2 {
    margin-bottom: 50px;
    z-index: -1;
}
.about-sekce h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: var(--main-color);
    z-index: 1000;
}
.about-sekce p {
    z-index: 1000;
}
@media (max-width:1440px)
{
    .about-sekce {
        width: 100%;
        justify-content: center;
        text-align: justify;
        z-index: 1000;
    }
    .text-back-about {
        display: none;
    }
    .text-back-about-right {
        display: none;
    }
}
@media (max-width:1600px)
{
    .about-sekce .about-img {
        margin-left: 0px;
      }
    .img-about-container {
        margin-right: 0px;
        display: grid;
        grid-template-columns: auto;
      }
}
@media (max-width:330px)
{
    .about-img-logo-inner {
        max-width: 90%;
    }
    .about-img-logo-inner img{
        max-width: 100%;
        padding: 10px;
    }
}