.Scircle {
    position: absolute;
    border-radius: 100px;
    transition: background-color 1s ease;
    border: 3px solid #868686;
}
.Scircle:hover {
    transform: scale(1.1);
}

#circleSLogo {
    background-color: #ffdd04;
    position: absolute;
    border-radius: 100px;
    transition: background-color 1s ease;
    height: 65px;
    width: 65px;
}

#circleSC4, #circleSTR1, #circleSLogo {
    background-image: url("../images/frgray.png");
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

.Scircle {
    background-size: 150%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 1s ease;
    cursor: pointer;
}

.Scircle:hover {
    z-index: 10;
}


#circleSTY3 {
    background-image: url("../images/iwonarabenda.jpeg");
}

#circleSTL2 {
    background-image: url("../images/asiaweglarz.jpeg");
}

#circleSBL2 {
    background-image: url("../images/olaszubakiewicz.jpeg");
}

#circleSBY3 {
    background-image: url("../images/izakalisz.jpeg");
}

#circleSBR1 {
    background-image: url("../images/makariobotitas.jpeg");
}

#our-team {
    position: absolute;
}


.sec-about-us {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-about-us li {
    height: 100%;
    transition: all 0.4s ease-out;
    opacity: 1;
}

.sec-about-us p {
    color: white;
}

.sec-about-us h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

.person {
    height: 100%;
    width: 100%;
    position: relative;
}

.person p {
    position: absolute;
}

.person p:first-child {
    color: white;
    text-transform: uppercase;
    text-align: end;
    font-weight: 600;
    line-height: 20px;
    top: 2rem;
}

.person p:last-child {
    color: white;
    top: 2rem;
}

@media screen and (min-width:324px) and (max-width:575px) { 
    
    #our-team {
        right: 0;
        bottom: calc(50px);
        width: 75vw;
    }

}


@media screen and (min-width:576px) and (max-width:767px) { 
    
    #our-team {
        right: 0;
        bottom: calc(100% + 30px);
        width: 400px;
    }

}

@media screen and (min-width:768px) and (max-width:991px) { 

    #our-team {
        right: 0;
        bottom: calc(100% + 40px);
        width: 550px;
    }

}

@media screen and (max-width:991px) {

    .sec-about-us h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .sec-about-us p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .person {
        display: none;
    }

    .person p {
        width: 100%;
        height: 100%;
    }
    
    .person p:first-child {
        top: -45%;
        font-size: 13px !important;
    }
    
    .person p:last-child {
        top: 100%;
    }

}


@media screen and (min-width:992px) {

    #our-team {
        left: calc( 100% + 30px);
        top: -25px;
        width: 20vw;
    }
    
    .sec-about-us h2 {
        font-size: 45px;
        margin-bottom: 60px;
    }

    .sec-about-us p {
        font-size: 25px;
    }
    
    .person p {
        margin: 0;
        transform: translate(0, -50%)   /* 4 */
    }
    
    .person p:first-child {
        top: 50%;  
        right: calc(100% + 10px);
    }
    
    .person p:last-child {
        top: 50%;  
        left: calc(100% + 10px); 
    }
}