
.service-header {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 20px;
}

.services-description {
    background-image: url('../css/bg1.png'); 
    background-position: center;
    background-repeat: no-repeat;
    min-height: fit-content;
    background-size: 70%;
}


.sHeader-description {
    text-align: center;
    inline-size: 70%;
    margin: auto;
    font-size: 17px;
    margin-bottom: 60px;
    line-height: 1.4rem;
}

/* Styling the Portfolio of the main home page */
.content {
    max-width: 90%;
    text-align: center;
    vertical-align: top;
    padding-bottom: 100px;
    /* border: 2px solid red; */
    margin: auto;
}

.port-header {
    font-size: 1.4rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: light;
}

.year-2019-2020 {
    display: flex;
    column-gap: 8rem;
    line-height: 1.6rem;
    text-align: left;
    font-size: 1.2rem;
    color: #8C8C8C;
}

.year-2021-2022 {
    display: flex;
    column-gap: 8rem;
    line-height: 1.6rem;
    text-align: left;
    font-size: 1.2rem;
    color: #8C8C8C;
}
 
.year-2023-2024 {
    display: flex;
    column-gap: 8rem;
    line-height: 1.6rem;
    text-align: left;
    font-size: 1.2rem;
    color: #8C8C8C;
}

.header19, 
.header20, 
.header21, 
.header22, 
.header23, 
.header24 {
    text-align: center;
    color: #009C99;
    font-size: 2rem;
}