.org-cover {
    position: relative;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}

.org-cover a.edit, .org-cover a.settings {
    position: absolute;
    right: 9%;
    top: 35px;
}
.org-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.org-cover a.settings {
    top: 78px;
}
.org-body {
    width: 1170px;
    margin: 0 auto;
}

.org-header {
    border-radius: 30px;
    overflow: hidden;
    border-bottom: 2px solid var(--blue15-color);
    margin: 15px;
}

.org-logo {
    margin-top: -101px;
    position: relative;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.org-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-description {display: flex;justify-content: space-between;align-items: center;}

.org-info {
    width: 830px;
}

.org-info p {
    font-size: 16px;
    line-height: 25px;
}

.org-buttons a {
    color: var(--blue-color);
}

.org-menu {
    margin-top: 31px;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.org-menu ul {
    gap: 63px;
}
.org-menu li a {
    color: var(--gray-color);
}
.org-cover img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-cover img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}