.brandTagline > h1{
    font-size: 3.8rem;
}

.hero::after{
    right: 0;
    background: linear-gradient(
180deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%),linear-gradient(
180deg,rgba(0,0,0,0.1) 0%,transparent 100%);
}

.social-message{
    padding: 2rem 0;
    text-align: center;
    max-width: 800px;
    margin: auto;
    line-height:1.9rem;
    color: #46505A;
  font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400;
}

.social-work-highlight{
position: relative;
background-image: url(../images/social-work-page/wind-mill.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 0.875rem;
}

.social-work-highlight > div{
    margin-left: 20px;
    margin-right: 20px;
    max-width: 500px;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.832);
    color: black;
}

.highlight-card > h2{
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
}

.highlight-card > p{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.left-align-highlight-section{
    justify-content: flex-end; 
    
}
@media screen and (max-width: 860px) {
    .social-message{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 576px) {
    .brandTagline > h1{
        font-size: 2.8rem;
        line-height: 1.2;
    }

    .social-work-highlight{
        justify-content: center;
    }
    .social-work-highlight > div{
        width: auto;
        margin-right: 20px;
        padding: 1.2rem;
    
    }
    
    .highlight-card > h2{
        font-weight: 500;
        font-size: 1.4;
        margin-bottom: 1.8rem;
    }
    
    .highlight-card > p{
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.05em;
        line-height: 1.5rem;
    }


     
   
}

@media screen and (max-width: 480px) {
    .social-work-highlight{
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .social-work-highlight > div{
        width: auto;
        margin: 0;
        padding: 1.2rem;
    }

     
    .highlight-card > h2{
        font-weight: 500;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .highlight-card > p{
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.05em;
        line-height:1.3rem;
    }
   .left-align-highlight-card > p{
       line-height: 1.5rem;
   }
}