.awards_gallery_sec {
    padding: 81px 0 147px;
}
.awards_gallery_sec .cards-with-rounded-inner .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    display: flex;
    align-items: center;
    filter: brightness(0) invert(1);
}
.awards_gallery_sec .cards-with-rounded-inner {
    position: relative;
}
.awards_gallery_sec .cards-with-rounded-inner .awards-module-slider {
    max-width: 1174px;
    margin: auto;
    width: 100%;
    position: static !important;
    margin-top: 44px;
}
.awards-module-slider .owl-stage {
    margin: 0 auto;
}
.awards-module-slider .card-logos {
    background: #fff;
    box-shadow: 0px 0px 10px #0000001a;
    border-radius: 5px;
    padding: 0;
    max-height: 280px;
    min-height: 280px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.awards-module-slider .card-logos img {
    object-fit: contain;
    width: auto;
    margin: 0 auto;
}
.awards-module-slider .owl-dots {
    margin-top: 43px;
}
.awards-module-slider .owl-dots .owl-dot span {
    margin: 0 7px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: solid 1px #fff;
}
.awards-module-slider .owl-dots .owl-dot.active span {
    background: #fff;
}
@media(max-width: 1440px){
    .awards_gallery_sec .cards-with-rounded-inner .owl-nav {
        filter: initial !important;
    }
}
@media(max-width: 1199px){
	.carousel_logos {
	    padding: 100px 0;
	}
}
@media(max-width: 991px){
	.carousel_logos {
	    padding: 70px 0;
	}
}
@media(max-width: 767px){
	.carousel_logos {
	    padding: 50px 0;
	}
}