.archive-services {
    background-size: cover !important;
    /* background-position: center !important; */
    & .overlay {
        background: linear-gradient(88deg, #000000 0%, #00000069 100%);
        background-blend-mode: multiply;
        padding: 150px 0px;
    }
    & .inner-flex {
        display: flex;
        gap: 16px;
        justify-content: center;
        margin-bottom: 14px;
        & h3{
            color: #FFF;
            font-family: var(--wp--preset--font-family--karla);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%; /* 16px */
            letter-spacing: 1.92px;
            text-transform: uppercase;
            margin-bottom: 0;
        }
    }
    & h1{
        color: #F4F8F9;
        text-align: center;        
        font-family: var(--wp--preset--font-family--sztos);
        font-size: clamp(2rem, 0.4rem + 4vw, 4rem);
        font-style: normal;
        font-weight: 500;
        line-height: 110%; /* 70.4px */
        text-transform: uppercase;       
        max-width: 866px;
        margin: 0 auto;     
        letter-spacing: 1px;   
    }
    & .short-bio{
        color: #FFF;
        text-align: center;        
        font-family: var(--wp--preset--font-family--karla);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 25.2px */
    }
}