/*Add your CSS styles here*/
.partner-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.partner {
    text-align: center;
}
.partnerimg {
    width: 150px; /* Adjust as needed */
    height: auto;
    margin-bottom: 10px;
}
.aprrimg {
    width: auto; /* Adjust as needed */
    height: 40px;
    margin-bottom: 10px;
}
.laregionimg {
    width: auto; /* Adjust as needed */
    height: 35px;
    margin-bottom: 10px;
}
.febusimg {
    width: 150px; /* Adjust as needed */
    height: 75px;
    margin-bottom: 10px;
}
.partner h3 {
    font-size: 16px;
    margin: 0;
    text-align: center;
}