body {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

img {
    object-fit: cover;
}

svg:focus {
    outline: 0;
    border: 0;
}

.staff_out_box {
    margin-bottom: 20px;
    /* background: #fff; */
    padding-top: 30%;
    height: calc(100% - 20px);
}

.staff_box {
    padding: 30px;
    border: 1px solid #eee;
    border-top: 5px solid #263c85;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
    height: auto;
    position: relative;
}

.staff_box.style2{
    height: 100%;
    padding: 30px 30px 60px;
}

.staff_image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.staff_image img {
    width: 70%;
    border-radius: 30%;
    margin-top: -45%;
    border: 6px solid #e8e8e8;
    aspect-ratio: 12 / 12;
}

.staff_text .staff_heading {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
}

.staff_text .staff_subheading {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #888888;
}

.staff_box .staff_desc .staff_item {
    display: flex;
    justify-content: center;
}

.staff_box .staff_desc {
    margin: 20px 0 0;
    display: block;
}

.staff_box.style2 .staff_desc {
    margin: 20px 0;
}

.staff_box .staff_desc p {
    margin-bottom: 5px;
}

.staff_box .staff_desc p:last-child {
    margin-bottom: 0;
}

.staff_box .staff_desc p {
    display: block;
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.staff_box .staff_desc p a {
    color: #E87722;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 5px;
}

.staff_box .staff_social {
    margin-top: 20px;
}

.staff_box .staff_social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0 !important;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

/* .staff_box .staff_social .staff_social_item {
    margin-right: 12px;
}

.staff_box .staff_social .staff_social_item:last-child {
    margin-right: 0;
} */

.staff_box .staff_social .staff_social_item img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.staff_box .staff_social .staff_social_link {
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 4px;
    background: #888888;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.staff_box .staff_social .staff_social_item .staff_social_link img {
    width: 18px;
    height: 18px;
    object-fit: cover;
}

.staff_box .staff_social .staff_social_link i {
    font-size: 18px;
}

.staff_box .staff_social .staff_social_link:hover {
    background: #a5a5a5;
}





