.sixth-section{
    padding: 6rem 0;
    background-image: url('/images/pexels-burak-k-93820.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
}

.sixth-section::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.55);
}

.sixth-section > div > div{
    position: relative;
    z-index: 3;
}

.sixth-section .text-content > h1{
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    margin-bottom: 4rem;
    padding: 0.5rem 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
}
.sixth-section .text-content> h1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 1px;
    background-color: white;
}


.sixth-section .remarks{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sixth-section .remarks p{
    max-width: 950px;
    text-align: center;
    margin-bottom: 45px;
}

.sixth-section .remarks p:nth-of-type(1){
    font-size: 16px;
    word-spacing: 2px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}

.sixth-section .remarks p:nth-of-type(2){
    font-size: 18px;
    margin: 0;
    word-spacing: 2px;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}



@media(max-width: 700px){
    .sixth-section .text-content > h1{
        font-size: 35px;
    }
}


@media(max-width: 500px){
    
    .sixth-section .text-content > h1{
        font-size: 25px;
    }
    .sixth-section .remarks p:nth-of-type(1){
        font-size: 14px;
    }
    .sixth-section .remarks p:nth-of-type(1){
        font-size: 16px;
    }
}