.firstDiv {
    background-image: url('../Assets/Images/image-practices-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 940px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.firstDiv div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.name {
    color: white;
    font-family: "EYExtraBold";
    font-size: 84px;
    line-height: 100.8px;
    text-transform: uppercase;
}

.personName {
    font-size: 24px;
    line-height: 28.8px;
    font-family: "EYExtraLight";
    color: white;
    text-transform: uppercase;
    margin-bottom: 50px;
}


.personName::before,
.personName::after {
    display: inline-block;
    content: "";
    border-top: 1px solid white;
    width: 168.5px;
    margin: 0 1rem;
    transform: translateY(-8px);
}

.description {
    color: white;
    font-family: "EYExtraLight";
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 25px;
}

.practicesCard {
    /* padding: 100px 0px; */
    padding-top: 100px;
}

.practicesCard img {
    margin-right: 24px;
}

.practicesCard h1 {
    color: black;
    font-family: "EYExtraBold";
    font-size: 34px;
    line-height: 40.8px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.practicesCard div {
    margin-bottom: 24px;
}

.practicesCard p {
    color: #001514;
    font-family: "EYExtraLight";
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 20px;
}

.practicesCard p span {
    color: #001514;
    font-family: "EYExtraBold";
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 20px;
}

.practiceshr {
    color: #E1E6ED;
    opacity: 1;
    /* margin: 40px 0px; */
    margin: 0px;
}

@media (max-width: 480px) {
    .firstDiv {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 750px;
        margin-top: 25px;
    }

    .name {
        font-size: 34px;
        line-height: 40.8px;
        text-align: center;
    }

    .personName {
        font-size: 12px;
        line-height: 14.8px;
        text-align: center;
    }

    .personName::before,
    .personName::after {
        /* width: 65px; */
        width: 0px;
    }

    .description {
        font-size: 16px;
        line-height: 26px;
    }

    .practicesCard {
        padding: 0px 15px;
    }

    .practicesCard h1 {
        /* font-size: 20px; */
        font-size: 18px;
        line-height: 32px;
    }

    .practicesCard p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .practicesCard p span {
        font-size: 20px;
    }

    .practicesCard img {
        margin-right: 15px;
    }
}