.panel-awards {
    position: relative;
}
.panel-awards h2{
    color: #000000;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 39px;
    text-align: center;
}


.panel-awards  img{
    width: 100%;
    max-width: 175px;
}

.panel-awards .slick-slide {
    margin: 0 27px;
}

/* the parent */
.panel-awards .slick-list {
    margin: 0 -27px;
}
.panel-awards  .slick-dots li{
    width: 0;
    height: 0;
    margin-left: 10px;
    margin-right: 10px;

}
.panel-awards  .slick-dots{
    bottom: -40px;
}

.panel-awards .slick-dots li  button:before{
    content: '';
    background-color: #000000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 1;
    margin-left: 5px;
    margin-right: 5px;
}
.panel-awards .slick-dots li.slick-active button:before{
    content: '';
    background-color: #D09A43;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 1;

}


@media(max-width: 991px){
    .panel-awards img{
        max-width: 100%;
    }
}