.awards-carousel .award-item {
       padding: 0;
    display: flex;
    flex-direction: row;
    gap: 10%;
    padding: 3% 0%;
    align-items: center;
}
.custom-dots {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    overflow-x: auto;
    gap: 15px;    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    overflow-x: auto;
    gap: 15px;
    /*border-bottom: 1px dashed rgba(192, 192, 192, 1);*/
    width: calc(100% + 28%);
    left: -13%;
    position: relative;
    padding: 0% 10%;
}
.dot-item {
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    white-space: nowrap;position:relative;    display: flex;
    flex-direction: column;    gap: 10px;
    white-space: normal;
    word-break: break-word;
    max-width: 150px;
    text-align: center;
}

.dot-item .dot-label{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}


.dot-item .dot-circle {

    width: 24px;
    height: 24px;
    background: var(--orange);
    border-radius: 50%;
    margin: auto;
    position: relative;
    align-items: center;
    display: flex;z-index:1;

}
.dot-item.active {
    color: orange;
}
.dot-item.active .dot-circle {
    opacity: 1;
}

.custom-dots::after{    content: "";
    border-bottom: 1px dashed rgba(192, 192, 192, 1);
    display: flex;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    bottom: 12px;
    z-index: 0;}


.dot-item.active .dot-circle::after{    content: "";
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;}



#awards{overflow:hidden;}



.awards-carousel .award-item .award-image{display: flex;flex-basis: 45%;}

.awards-carousel .award-item .award-image img{
    aspect-ratio: 469 / 375;max-width:450px;
    height: auto;}

.awards-carousel .award-item .content{
display: flex;
    flex-basis: 55%;
    flex-direction: column;}


.awards-carousel .award-item .content h2{font-size:var(--f-100-60);font-weight:400;color:rgba(222, 222, 222, 1);}

.awards-carousel .award-item .content h3{
    color: var(--orange);
    padding-bottom: 15px;}




.awards-carousel .award-item .content p{
    font-size: 1rem;
    color: var(--grey-bg);}




.team-carousel .team-image img{height:auto;}



























