#mvp_info
{
    text-align: center;
    padding: 20px 0 60px;
    line-height: 1.4;
}

#mvp_info h1
{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

#sections
{
    display: flex;
    justify-content: space-between;
}

.section
{
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    width: calc(30% - 10px);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 11px 37px rgba(211, 211, 211, 0.4);
}

.section h2
{
    font-weight: 700;
}

.section img
{
    padding: 20px 0;
}

.section ul
{
    padding: 30px 0;
    text-align: left;
}

.section p
{
    line-height: 1.4;
}

.section ul li
{
    padding-bottom: 10px;
    padding-left: 35px;
    line-height: 1.4;
    background-size: 25px;
    background-repeat: no-repeat;
}

.section.fun ul li
{
    background-image: url("../images/svg/li_fun-2WsSDr0.svg");
}

.section.club ul li
{
    background-image: url("../images/svg/li_club-CXivfAh.svg");
}

.section.sponsor ul li
{
    background-image: url("../images/svg/li_sponsor-lp--ml9.svg");
}
/* Link do profilu LinkedIn pod intro. */
.linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    padding: 8px 14px;
    border-radius: 6px;
    background: #0A66C2;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.linkedin-link:hover {
    background: #084d92;
    color: #fff;
}

.linkedin-link__icon {
    flex: none;
}
