.investment-highlights-section {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.investment-highlights-row .highlight-card {
    background: #F6F6F6;
    border-radius: 16px;
    border: none;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.investment-highlights-row h5 {
    color: #23242a;
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.investment-highlights-row ul {
    color: #23242a;
    font-size: 0.98rem;
    margin-bottom: 0;
    padding-left: 20px !important;
}
.investor-inquiries-section {=
    padding-top: 40px;
    padding-bottom: 40px;
}
.investor-inquiries-section h2 {
    color: #23242a;
    font-size: 2rem;
    font-weight: 700;
}
.investor-inquiries-section .inquiries-box {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #E4E6E8;
    padding: 16px 20px;
    height: 100%;
}
.investor-inquiries-section h5 {
    color: #23242a;
    font-size: 1.1rem;
    font-weight: 700;
}
.contact-icon{
    width: 70px;
    height: 70px;
}

@media (max-width: 768px) {
    .investment-highlights-row .col-md-4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .inquiries-box {
        padding: 16px !important;
    }
}

.investment-highlights-row .highlight-card li {
    color: #666666;
    font-size: 12px;
}
.inquiries-box label{
    width: 100%;
    text-align: start;
}

.inquery-title{
    font-weight: 600 !important;

}
.social-links img {
    filter:
            invert(55%)
            sepia(2%)
            saturate(14%)
            hue-rotate(175deg)
            brightness(87%)
            contrast(87%);
}
