﻿body {
}

.investor {
    width: 100%;
    margin-top: 100px;
}
.investor ul{ list-style:none
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 25px;
            max-width: 1300px;
            margin: 0 auto;
        }
    .investor li {
        display: inline-block;
        background: #0456ab12;
        position: relative;
        padding: 15px 28px;
        border-radius: 20px;
        margin: 10px;
        max-width: 340px;
        width: 100%;
        margin-bottom: 73px;
    }
    .investor .pdfCircle {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100px;
        height: 64px;
        background: #0456ab12;
        content: '';
        top: -64px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }
            .investor .pdfCircle img {
                text-align: center;
                margin: 17px auto 0 auto;
                width: 57px;
            }
    .investor h3 {
        color: #1a1a1a;
        text-align: center;
        text-transform: uppercase;
        white-space: normal;
        object-fit: fill;
        object-position: 50% 50%;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        display: block;
        margin-bottom: 17px;
    }

    .investor .btn-investor {
        color: #fff;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background-color: #0456ab;
        border-radius: 30px;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        padding:3px 0;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        width: 60%;
        margin: auto;
        margin-bottom: 20px;
    }
.addressDiv{ width:230px;}
.addressDiv a { text-decoration:none}
.addressDiv a:hover { color:#0456ab; text-decoration:underline}


@media screen and (max-width: 992px) {
    .investor {
        width: 100%;
        margin-top: 70px;
    }
        .investor li {
            display: inline-block;
            background: #0456ab12;
            position: relative;
            padding: 15px 0;
            border-radius: 20px;
            max-width: 100%;
            width: 100%;
            margin: 0;
            margin-bottom: 90px;
        }
    .addressDiv {
        width: 100%;
    }
}