.home-awards {
    padding: 100px 0 0;
}

.home-awards__container {
    max-width: 1164px;
}

.home-awards__layout {
    display: flex;
    align-items: center;
    gap: 37px;
}

.home-awards__list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    width: 735px;
    margin: 0;
    padding: 0;
    list-style: none;
    order: 1;
}

.home-awards__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 187px;
    text-align: center;
}

.home-awards__item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 119px;
    flex-shrink: 0;
}

.home-awards__badge {
    display: block;
    width: auto;
    max-width: 119px;
    height: 119px;
    object-fit: contain;
}

.home-awards__caption {
    color: #48484A;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: normal;
}

.home-awards__caption-title {
    margin: 0 0 0;
    font-weight: 700;
}

.home-awards__caption-text {
    margin: 0;
    font-weight: 400;
}

.home-awards__divider {
    align-self: stretch;
    width: 1px;
    background-color: #D2D2D3;
    flex-shrink: 0;
    order: 2;
}

.home-awards__intro {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    order: 3;
}

.home-awards__intro h2 {
    margin: 0;
    color: #48484A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.home-awards__intro p {
    margin: 0;
    color: #48484A;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home-awards__link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.home-awards__link a {
    color: #1C75BB;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
}

.home-awards__link .arrowImage {
    width: 21px;
    height: 21px;
}
