.award-card2 .large-logo,
.award-card2 .logo {
    width: auto;
    display: block;
    object-fit: contain
}

.awards-section,
.projects-section {
    background: #fff
}

.award-card2 {
    background: #f6f6ff;
    align-items: flex-start;
    border-radius: 18px;
    padding: 25px;
    min-height: 180px;
    transition: .3s
}

.award-card2:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.award-card2 h4 {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.4
}

.award-card2 p {
    font-size: 14px;
    color: #555;
    margin: 0
}

.award-card2 .logo {
    height: 33px
}

.awards-section .shape-5,
.awards-section .sphere {
    justify-content: center;
    position: absolute;
    z-index: 10;
    width: auto;
    height: 66px
}

.awards-section .shape-5 {
    display: none;
    bottom: -236px
}

.awards-section .shape-2 {
    width: auto;
    height: 66px;
    display: flex;
    justify-content: center;
    position: relative;
    right: 38%;
    bottom: 5%;
    z-index: 10
}

