.profile-information-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-information-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile-photo-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.profile-photo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.profile-information-section h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #020202;
}

.profile-information-section h6 span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    color: #D3D3D3;
    background-color: rgba(119, 117, 117, 1);
    border-radius: 5px;
    padding: 2px 10.5px;
}

.profile-mail span,
.profile-calendar span,
.profile-person span,
.profile-num span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.blog-2 {
    padding: 10px;
}
