body {
    overflow-y: scroll;
}

.awards {
    max-height: calc(100vh - 106px);
    position: fixed;
}

.content {
    margin-left: 25%;
}

.awards__list {
    max-height: calc(100vh - 135px);
    overflow-y: auto;
    padding-right: 8px;
}

.awards__list::-webkit-scrollbar {
    width: 10px;
}

.awards__list::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 10px;   
}

.awards__list::-webkit-scrollbar-thumb{
    background: #7b22ff; 
    border-radius: 10px;
}

.awards__list::-webkit-scrollbar-thumb:hover {
    background: #7e00ff;
}

.award-menu__content {
    margin: 30px 16px 20px;
}
.award-menu ul {
    margin-top: 8px;
}
.award-menu ul li {
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 8px;
}

.award-menu .active {
    border-radius: 4px;
    background-color: #6700ff;
    color: white;
}

.award-menu .award-link {
    cursor: pointer;
}
.award-menu .award-link:hover {
    background-color: white;
    color: #6700ff;
}

#award_name {
    margin-top: 30px;
    margin-bottom: 20px;
}

.media-box-container a p {
    font-size: 16px;
    font-weight: 500!important;
    line-height: 16px;
    letter-spacing: .15px;
    margin-bottom: 8px!important;
}

.media-box-container p a {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .15px;
    color: #000;
}
.box-2 {
    position: relative;
}
.media-box-container:hover .content-hoverr {
    display: initial;
}
.footer-hover-sec {
    bottom: 10px;
    padding: 0 10px;
}

.flex-d {
    align-items: center;
}

.flex-d a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 50%;
}

.flex-d a:not(:last-child) {
    margin-right: 5px;
}

.flex-d img {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.flex-d i {
    font-size: 2rem;
    color: #B5B5B5;
}

.flex-d__counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 991px) {
    .content {
        margin-left: 33.333333%;
    }
}

@media (max-width: 768px) {
    .awards,
    .content {
        flex-basis: 100%;
        max-width: 100%;
    }
    .awards {
        position: relative;
    }
    .content {
        margin-left: 0;
    }
}
