#menu-useful-links {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
#menu-useful-links li {
    width: 50%;
}
.profile-content {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}
.profile-space, .profile-item {
    width: 50%;
    position: relative;
}
.profile-content.left .profile-item {
    text-align: right;
    padding-right: 40px;
    border-right: 1px solid #ddd;
    padding-bottom: 30px;
}
.profile-content.left .profile-item::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -20px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a37e34;
}
.profile-content .profile-item h3 {
    font-size: 35px;
    color: #a37e34;
}
.profile-content.right .profile-item {
    text-align: left;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    padding-bottom: 30px;
}
.profile-content.right .profile-item::before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -20px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a37e34;
}
.floating-button {
    position: fixed;
    width: 60px;
    bottom: 20px;
    left: 20px;
    z-index: 100;
}
.ly-plugin-floating-button a {
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    height: 60px;
    width: 60px;
    display: block;
    margin-bottom: 10px;
}
.ly-plugin-floating-float {
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    height: 60px;
    width: 60px;
    display: block;
    margin-bottom: 5px;
}
.ly-plugin-floating-button .ly-plugin-floating-button-icon {
    margin-top: 15px;
    color: #fff;
}
