.xlc-award-item {
    text-align: center;
    padding: 30px 20px;
}

.xlc-award-image img {
    max-width: 100%;
    height: auto;
}

.xlc-award-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

.xlc-award-subtitle {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 5px;
}

.xlc-award-year {
    font-size: 13px;
    opacity: 0.6;
    margin-top: 5px;
}

.xlc-award-description {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}
.xlc-awards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .xlc-awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .xlc-awards-grid {
        grid-template-columns: 1fr;
    }
	.xlc-award-item {
    text-align: center;
    padding: 20px;
}
}

.xlc-award-item {
    text-align: center;
       padding: 20px 10px;
}

.xlc-award-image img {
    max-width: 100%;
    height: auto;
}

.xlc-award-title {
      font-family: 'Roboto';
    font-size: 20px;
    font-style: 600;
    font-weight: 600;
	color:#FFF;
    line-height: 100%;
}

.xlc-award-content-title {
     color: #D2AF71;
    font-family: 'Roboto';
    font-size: 20px;
    font-style: 400;
    font-weight: 600;
    line-height: 140%;
}

.xlc-award-content-subtitle {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
	padding:10px;
	color: rgba(255, 255, 255, 0.50);
}

.xlc-award-year {
    margin-top: 4px;
    font-size: 13px;
    opacity: 0.6;
}

.xlc-award-description {
    font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
text-align: center;
	color:#FFF;
}
