.ombudsman{
    margin: 50px 0 0;
}
.investor__info {
    border-radius: 25px;
    box-shadow: 0 0 30px #e0dcdc;
    padding: 25px 20px;
    margin-bottom: 25px;
    text-align: center;
}
.investor__info {
    border-radius: 25px;
    box-shadow: 0 0 30px #e0dcdc;
    padding: 25px 20px;
    margin-bottom: 25px;
}
.ugro-heading {
    font-size: 24px;
    margin-bottom: 25px;
}
.pdf-box {
    border-radius: 25px;
    box-shadow: 0 0 30px #e0dcdc;
    width: 85%;
    float: left;
    padding: 15px 10px;
    margin: 20px 18px;
    text-align: center;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ugro-heading {
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    text-align: center;
    font-weight: 700;
}
.pdf-name{
    font-weight: 700;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 0 6px;
}
.pdf-section .pdf-box .pdf-dwn {
    padding-top: 10px;
}
.pdf-dwn a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
}
.ugro-heading::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 10%;
    height: 5px;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin: auto;
    /* background-color: #d81d1d; */
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
}
.pdf-icon img{ 
    height: 100px;
    box-shadow: 0px 0px 1px #000;
}
.d-flex{
    display: flex;
}