:root {
    --text-color: #fff;                      /* White for text */

    --theme-color: #1E3E62;
    --darker-theme-color: #10243f;
    --background: #0B192C;
    --accent-color: #FF6500;
}
#about-horizontal {
    width: 80vw;
    display: flex;
    align-items: center;
    background-color: var(--darker-theme-color) ;
    border-radius: 30px;
}

#about-horizontal img {
    max-width: 45%;
    object-fit: contain;
    border-radius: 30px;
}

#about-horizontal div {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about-horizontal p {
    text-align: start;
    width: 80%;
}

.getstarted-button {
    width: 200px;
}



#take-care {
    min-height: 80dvh;
}


.card-text h2{
    line-height: 57px;
}


.meet-team {
    width: 60vw;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.meet-team div {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.team-card {
    align-items: center;
    flex: 0 1 200px;
    padding: 0;
    overflow: hidden;
    gap: 8px;
    
}

.meet-group {
    width: 100%;
    display: flex; 
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.meet-group#new-color {
    background-color: var(--darker-theme-color);
}

.teampic {
    width: 200px;
    object-fit: contain; 
    overflow: hidden;
}

.persontext h6 {
    color: rgb(179, 179, 179);
    font-size: 20px;
}

@media screen and (max-width: 1265px) {
    #about-horizontal p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1100px) {
    #about-horizontal p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1050px) {
    #intro-over-ons h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1000px){
    
    #about-horizontal {
        flex-direction: column;
        max-width: 80vw;
        gap: 20px;
    }
    #intro-over-ons {
        padding-bottom: 25px;
    }
    #about-horizontal img {
        max-width: 80vw;
    }
    #about-horizontal p {
        font-size: 18px;
        width: 90%;
    }
    #about-horizontal div {
        width: 100%;
        padding-bottom: 25px;
    }
    .card1 .horizontal{
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {
    #intro-over-ons h2 {
        font-size: 25px;
    }
}