.recent-awards-area {
    padding: 80px 30px 120px;
}

.recent-awards-area .full-container {
    max-width: 1430px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.recent-awards-area .full-container h2 {
    text-align: center;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #000000;
    position: relative;
    margin: 0 0 69px;
}
.recent-awards-area .full-container h2::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="1600" height="1" viewBox="0 0 1600 1" fill="none" xmlns="http://www.w3.org/2000/svg"><line opacity="0.2" y1="0.5" x2="1600" y2="0.5" stroke="url(%23paint0_linear_184_217)"></line><defs><linearGradient id="paint0_linear_184_217" x1="0" y1="1" x2="1600" y2="1" gradientUnits="userSpaceOnUse"><stop stop-opacity="0"></stop><stop offset="0.505"></stop><stop offset="1" stop-opacity="0"></stop></linearGradient></defs></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.recent-awards-area .full-container h2 span {
    display: inline-flex;
    background-color:#ffffff;
    position: relative;
    padding: 0 17px;
}


.recent-awards-area .awards-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}


.recent-awards-area .awards-wrap img {
    max-width: 100%;
}
