/*
-------------------------------------------------------------------------------
FEATURED SECTION2 
-------------------------------------------------------------------------------
*/

.performance .featured {
    display: flex;
    justify-content: center;
}

.performance .featured .image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    border-radius: 10px;
    margin: 80px;
    background-position: center;
    max-width: 1200px;
    width: 100%;
    background: url("../images/about-us-page/performance.jpg") lightgray 50% / cover no-repeat;
}

.performance .featured .image h1 {
    color: white;
    margin-bottom: 15px;
    font-family: gilroy-bold;
    font-size: 40px;
}

.performance .featured .image .text {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 50%;
    color: rgba(255, 255, 255, 0.505);
}

.performance .underline {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 100px;
}

.performance .underline div {
    width: 1000px;
    background-color: rgb(221, 221, 221);
    height: 3px;
    border-radius: 30px;
}