body {
    font-family: 'Assistant', sans-serif;
    color: #000;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.designation {
    font-size: 2.2rem;
    line-height: 16px;
    font-weight: 400;
}

.gp-profile {
    top: -94px;
}

.gp-social {
    top: -25px;
    position: relative;
}

.gp-social a.social-icon {
    border: 3px solid #4e4e4e;
    border-radius: 50%;
    padding: 13px 10px;
    color: #4e4e4e;
    width: 70px;
    display: inline-block;
}

a.social-icon i {
    font-size: 2.5rem;
}

.gp-button {
    background-color: #295a3c;
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 24px;
    display: inline-block;
    width: 81%;
    border: none;
    text-decoration: none;
}

.gp-button:hover {
    color: #fff;
}

.gp-button span {
    margin-left: 0px;
}

.gp-about {
    text-align: center;
    position: relative;
    top: 0;
}

.gp-about h2 {
    font-size: 3rem;
    font-weight: 700;
}

.gp-about p {
    font-size: 20px;
    font-weight: 500;
    direction: rtl;
}

@media screen and (max-width: 992px) {
    .gp-button {
        width: 92%;
    }
}

@media screen and (max-width: 667px) {
    .gp-profile {
        top: -50px;
    }

    .gp-profile img {
        width: 50%;
    }

    h1 {
        font-size: 2.5rem;
    }

    .gp-about h2 {
        font-size: 2rem;
        font-weight: 700;
    }

    .gp-about p {
        font-size: 18px;
        font-weight: 500;
    }

    .designation {
        font-size: 1.6rem;
    }
}