﻿* {
    font-family: 'Neuropolitical', sans-serif;
}

p, h4, #page2 h6 {
    font-family: 'Alata';
}
 .card {
    height: 420px;
    border-radius: 40px;
    overflow: hidden;
    background: #9da6af;
    display: flex;
    flex-direction: column;
}

#page4 .card
{
    margin: 0 15px;
    max-height: 430px;
}

#page4 .card-img-top {
    height: 200px;
    object-fit: cover;
    object-position: center 65%;
    border-radius: 40px;
    padding: 15px;
}


#page4 .card-body {
    flex: 1;
    padding: 12px 20px;
}


span{
    display: inline-block;
    background-color: #fff;
    border-radius: 7px;
    font-size:9px;
    padding:  2px 8px;
    cursor: pointer;
}

p, .card h1, .card h2, .card h3, span{
    color: #002851;
}

/*/////////////////////////////////////////////////////////*/

.info-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    padding: 24px 28px;
    background: #9da6af;
    border-radius: 30px;
    color: #002851;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
    height: 190px;
}

.info-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.icon-box {
    min-width: 70px!important;
    height: 70px!important;
    border-radius: 14px;
    background-color: #002851;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        text-align: initial;
    }

.info-card h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0b3b63;
}

.info-card p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #002851;
    max-width: 420px;
    text-align: initial;
}

.logo-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
    }

#page3 .info-card-header h5 {
    font-family: 'Alata';
}

#page3 .info-card p {
    font-size: 12px;
}