.potential-partner {
    background-image: url('../../img/partner/partnership.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: relative;
    height: 100vh;
    text-align: center;
    color: white;
}

.potential-partner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.implementing-partner .implement-card {
    background-color: white;
    padding: 2rem;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.implementing-partner .implement-image {
    width: 70%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-shadow: 1px 1px 5px 2px #C9A944;
}

.text-gold {
    color: #C9A944;
}

.co-partnership-image {
    width: 70%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
}

.text-description {
    margin-left: 2rem;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
}

.text-header {
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
}

.icon {
    font-size: 60px;
}

.card-benefit {
    padding: 1rem;
}

.form-card {
    padding: 2rem;
}

.text-benefit {
    text-align: center;
    height: 12rem;
    font-family: Montserrat;
    overflow-y: auto;
}

.img-eai {
    width: 100%;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    object-fit: cover;
}

.list-number {
    width: 3rem;
    height: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E8ECF3;
    color: var(--blue-secondary, #2A2C7D);
    font-size: 20px;
    padding-top: 25%;
    border: solid 3px gold;
    border-radius: 10px;
}

.requirement-description {
    font-size: large;
    margin-top: 1rem;
    color: var(--blue-secondary, #2A2C7D);
    font-family: Montserrat;
}

.requirement-card {
    box-shadow: 2px 2px 2px 2px #C9A944;
}

.img-requirement {
    width: 100%;
    height: 400px;
}

.organization-type-card {
    background-color: #e8ecf3 !important;
    border: none !important;
}

.organization-type {
    background-color: #2A2C7D;
    color: white;    ;
    padding: 1rem;
}

.organization-type-card .icon {
    color: #C9A944;
    width: 7rem;
    height: 7rem;
    margin: 5rem;
}

.organization-type-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* send email section */

.email-partner .container {
    border-radius: 58px;
    width: 100%;
    background-color: #E8ECF3;
    position: relative;
    height: fit-content;
    padding: 5rem;
}