.logo img {
    width: 350px;
    height: 86px;
    object-fit: contain;
}

.featured_pics ul li i img {
    object-fit: cover;
}

.page-numbers.current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%;
}

.resume_tec img {
    width: 150px;
    margin: auto;
}

@media only screen and (max-width: 959px) {
    .logo img {
        height: 50px;
        margin-left: 10px;
        margin-top: 5px;
        width: unset;
    }
}