/* hero section */
.hero__section {
    background-color: #000000;
    margin-top: 4rem;
    color: #ffffff;
}
.hero__section .contain {
    padding: 1.5rem 0 3rem;
}
.partner-image_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.partner-image {
    background-color: transparent;
    max-width: 100%;
    height: auto;
}
.hero__section .container {
    padding-top: 1.2rem;
}
.hero__section h1 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2.75rem;
}
.hero__section ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 0;
}
.hero__section ul li a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid white;
    padding: 0.8rem;
}
.hero__section p {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.2rem;
}
.hero__section p:nth-of-type(2) {
    font-size: 0.95rem;
}

/* resume section */
.resume__section {
    max-width: 70%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 2rem 0;
}
.resume__section p {
    font-weight: 300;
    line-height: 1.9rem;
}
.resume__section li {
    list-style-position: inside;
    padding-top: 0.8rem;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
}
.resume__section h3 {
    padding-top: 1.85rem;
    font-weight: 500;
    font-size: 1.35rem;
}

/* contact section */
.contact__section {
    background-color: #f8f8f9;
    min-height: 200px;
    display: grid;
    place-items: center;
}
.contact__section .container h3 {
    text-align: center;
}
.contact__section .container ul {
    padding-top: 1rem;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.contact__section .container li a {
    border: 1px solid black;
    padding: 1rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 600px) {
    .hero__section .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero__section h1 {
        font-size: 2rem;
        line-height: 2.75rem;
    }
    .hero__section p {
        padding-top: 0.7rem;
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .hero__section p:nth-of-type(2) {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .hero__section ul {
        gap: 1.55rem;
        padding: 1.8rem 0;
    }
}

@media (min-width: 768px) {
    .hero__section .container {
        display: block;
    }
    .hero__section .contain {
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 0 1rem;
    }
    .hero__section .partner-image_container {
        overflow: hidden;
    }
    .hero__section .partner-image {
        max-width: 394px;
        max-height: 400px;
        object-fit: cover;
        object-position: center;
    }
    .contact__section {
        min-height: 280px;
    }
    .contact__section .container h3 {
        font-size: 2rem;
    }
    .contact__section .container {
        display: grid;
        place-items: center;
    }
}

@media (min-width: 1024px) {
    .hero__section .contain {
        padding: 0 2rem;
    }
    .hero__section h1 {
        font-size: 2.625rem;
        font-weight: 600;
        line-height: 2.75rem;
    }
}
