.resume {
    background-color: white;
}

.res-main {
    margin-top: 9%;
    padding-bottom: 2rem;
}

/* ---------------------- res head -------------------------- */
.res h2 {
    color: var(--color-text-primary2);
}

.res p {
    font-family: var(--font-secondary);
    font-size: 0.8rem;
    color: var(--color-text-primary2);
    padding-top: 0.2rem;
}

/* -------------------------------------------------------------- */

/* ---------------------- res  content --------------------------- */

.res-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    width: 100%;
}

.res-cnt-head {
    padding: 1rem 0;
}

.res-cnt-head h4 {
    font-family: var(--font-secondary);
    color: var(--color-secondary);
    font-size: 1.5rem;
    font-weight: normal;
}

.res-cnt-blk {
    display: flex;
    flex-direction: row;
    text-align: left;
}

.res-blk-desg {
    min-width: 21%;
    width: 21%;
}

.res-blk-desg span {
    font-family: var(--font-secondary);
    color: var(--color-text-primary2);
    font-size: 0.8rem;
    font-weight: normal;
}

.res-blk-desg p {
    font-family: var(--font-secondary);
    color: var(--color-text-secondary);
    font-size: 0.6rem;
    font-weight: normal;
}

.res-blk-desc {
    display: flex;
    flex-direction: row;
}

.res-desc-ico {
    min-width: 4rem;
    height: 4rem;
    overflow: hidden;
    position: relative;
    padding-top: 0.4rem;
    
}

.res-desc-ico img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
}

.res-desc {
    padding-left: 0.4rem;
    width: 100%;
}

.res-desc h4 {
    font-family: var(--font-secondary);
    color: var(--color-text-primary2);
    font-size: 1rem;
    font-weight: normal;
    padding-top: 0.3rem;
}

.res-desc p {
    font-family: var(--font-secondary);
    color: var(--color-text-secondary);
    font-size: 0.8rem;
    font-weight: normal;
}

.entrydot {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 6px;
}

.entrydot-ico {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color-text-secondary);
    font-size: 0.8rem;
    margin-top: 0;
}

.entrydot-bar {
    background: var(--color-text-secondary);
    width: 1px;
    flex-grow: 1;
    border: 2px solid var(--color-text-secondary);
}


/* --------------------------------------------------------------- */


/* tablet */
@media screen and (max-width: 960px) {}

/* mobile */
@media screen and (max-width: 750px) {
    .res p {
        font-size: 0.7rem;
    }
}