.pdfs a {
    color: #009ee0 !important;
    margin: 15px;
}

.pdfs {
    display: grid;
}

.right-images img {
    z-index: 9;
    position: relative;
}

.title-text {
    color: white;
}

.title-text:hover {
    color: white;
}

@media (min-width:1366px) and (max-width:1400px) {
    .right-images img {
        max-height: 470px;
    }

    .rs-partner .owl-carousel .owl-item img {
        max-height: 450px;
    }
}