* {
    margin: 0;
    box-sizing: border-box;

}


@font-face {
    font-family: Inter;
    src: url(../Font/Inter-VariableFont_slnt\,wght.ttf);
}

@font-face {
    font-family: Inter;
    src: url(../Font/Inter-VariableFont_slnt\,wght.ttf);
}

.page-about {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.page-about .header {
    width: 100%;
    height: 100px;
    background: #EEF1F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-about .header .logo {
    display: flex;
    margin: 0px 70px;
    align-items: center;


}

.page-about .header .logo h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    /* or 150% */

    text-transform: capitalize;

    /* color 1 */

    color: #3C3C3B;
}

.page-about .header .logo .image {
    width: 80px;
    height: 80px;

}

.page-about .header .logo .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.page-about .header .setting {
    margin: 0 70px;
    height: 55px;

}

.page-about .header .setting button {
    padding: 15px 32px;

    background: #0077B5;
    border-radius: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */


    /* White / White 100 */

    color: #FFFFFF;
    border: transparent 2px solid;

}

.page-about .header .setting button:nth-child(2) {
    background-color: transparent;
    border: #0077B5 2px solid;
    color: #0077B5;
    margin-left: 25px;
}

.page-about .cover {
    padding-top: 15px;
    width: 100%;
    height: 770px;
    background-color: #EEF1F7;
}

.page-about .cover .image {
    width: 90%;
    height: 370px;
    margin: auto;
}

.page-about .cover .image img {
    width: 100%;
    height: 100%;
}

.page-about .List-of-specialties {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: -380px;
}

.page-about .List-of-specialties .title {
    background-color: transparent;
    width: 90%;
}

.page-about .List-of-specialties .title h1 {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    /* identical to box height, or 150% */

    text-transform: capitalize;

    /* color 3 */

    color: #1B1F2B;
    margin-bottom: 15px;
}


.fieldsparent {
    width: 100%;
    padding: 25px;
    position: relative;

}




.fieldsparent .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;

}

.fieldsparent .products .product {
    width: 26%;
    height: auto;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 24px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);

}

.fieldsparent .products .product .image {
    width: 100%;
    height: 250px;
    border-radius: 24px;

}

.fieldsparent .products .product .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px 24px 0 0;

}

.fieldsparent .products .product .info {
    padding: 20px;
    color: white;
}

.fieldsparent .products .product .info .seemore a, i {
    text-decoration: none;
    color: #0077B5;
    font-size: 18px;

}

.fieldsparent .products .product .info h3 {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;

    color: #1B1F2B;

}

.fieldsparent .products .product .info p {
    height: 250px;
    overflow-y: auto;
    margin-top: 15px;
    color: #3c3b3b;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;

}

footer {
    background-color: #1B1F2B;
}

footer .name_web {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    margin-bottom: 50px;
}

footer .name_web h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;
}

footer .name_web button {
    display: flex;
    padding: 15px 32px;
    gap: 4px;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    background: #0077B5;
    border-radius: 12px;
    border: 0;
}

footer .list_all {

    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer .list ul li {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    text-transform: capitalize;

    color: #D9D9D9;
    list-style: none;
    cursor: default;

}

footer .list ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.5;
    text-decoration: none;

}

footer .list_all .social p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;

}

footer .list_all .social a i {
    color: white;
    padding-right: 10px;
    text-decoration: none;

    font-size: 25px;
}

footer .social a {
    text-decoration: none;

}