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

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

.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%;
}

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

.featured .image p {
    font-size: 18px;
}

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