.f_name {
    padding-right: 15px
}

.resume {
    padding: 20px;
}

.profile_image {
    width: 138.19px;
    height: 138.19px;
}

.profile_icon {
    position: absolute;
    left: 100px;
    top: 100px;
}

@media screen and (min-width: 100px) and (max-width:1000px) {
    .f_name {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .resume {
        padding: 0px;
    }

    .profile_image {
        width: 100.14px;
        height: 100.14px;
    }

    .profile_icon {
        position: absolute;
        left: 60px;
        top: 65px;
    }
}