@charset "utf-8";

.photo {
    margin: 0 5% 25px;
    box-shadow: 2px 2px 5px #4d4d4d;
}

h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 0.9;
    margin: 0 0 10px 0;
}

h2 span {
    font-size: 17px;
    color: #f2c335;
}

h2 small {
    font-family: "Alumni Sans Pinstripe", "Zen Maru Gothic", sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 0;
    letter-spacing: 0.3em;
    width: fit-content;
    padding: 0 0 0 2em;
    opacity: 0.9;
}

h2 small span {
    font-family: "Alumni Sans Pinstripe", "Zen Maru Gothic", sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #f2c335;
}

@media (min-width: 767px) {
    .prof .inner-section {
        display: flex;
        justify-content: center;
        gap: 3%;
    }

    .photo {
        margin: 0 0 0 auto;
        height: fit-content;
        width: 40%;
    }

    h2 {
        font-size: 25px;
        line-height: 0.8;
        margin: 10px 0 20px 0;
    }

    h2 span {
        font-size: 25px;
    }
}

/* profile */

.flex-about {
    width: fit-content;
    margin: 0 auto;
}

.prof p {
    letter-spacing: 0.02em;
    line-height: 1.9;
    font-size: 1.05rem;
    margin-bottom: 0.8em;
}

.prof p:nth-of-type(1) span {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.4em;
}

.prof p:nth-of-type(2) span {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.4em;
}

.prof p:nth-of-type(4) span {
    background: linear-gradient(transparent 60%, rgba(255, 200, 0, 0.35) 60%);
}

@media (min-width: 767px) {
    .flex-about {
        margin: 0 auto 0 0;
    }

    .prof p {
        font-size: 1rem;
        margin-bottom: 1em;
    }

    .prof p:nth-of-type(1) span {
        font-size: 1rem;
        padding: 0 1px 0;
    }

    .prof p:nth-of-type(2) span {
        font-size: 1rem;
        padding: 0 1px 0;
    }

    .prof p:nth-of-type(4) span {
        font-size: 1rem;
        padding: 0 2px 0;
    }
}

/*STRENGTHS  */
.str h3 {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.str h3 span {
    padding: 0 0 2px 15px;
}

.str-item {
    display: flex;
    border: #4d4d4d solid 2px;
    border-radius: 30px;
    margin-top: 10px;
    overflow: hidden;
}

.str-item img {
    display: block;
    width: 30%;
    padding: 10px;
    align-self: center;
}

.st-comment {
    background-color: #f2c3351a;
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.st-comment h4 {
    padding: 0 0 3px 0;
    letter-spacing: 0.05em;
}

.st-comment p {
    font-size: 0.85rem;
    letter-spacing: 0.07em;
}

@media (min-width: 767px) {
    .str .inner-section {
        display: flex;
        justify-content: center;
        gap: 2%;
    }

    .str-item {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .str-item img {
        width: auto;
        height: 100px;
        max-width: 150px;
        padding: 10px;
    }

    .st-comment {
        padding: 15px;
        justify-content: right;
        align-items: center;
    }

    .st-comment h4 {
        padding: 0 0 10px 0;
    }

    .st-comment p {
        font-size: 0.9rem;
        letter-spacing: 0.07em;
    }
}

/* Qualifications */

.qua h3 {
    align-items: center;
    padding: 5px 10px;
}

.qua span {
    padding: 0 0 0 15px;
}

.qua ul {
    margin: 10px 0;
}
.qua ul li {
    margin-bottom: 0.8em;
    list-style: circle;
}

@media (min-width: 767px) {
    .qua ul {
        margin: 20px 10%;
    }
}
