p, h1, h2, h3, h4, h5, span, a {
    font-family: 'Manrope', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1.entry-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 130%;
    color: #121737;
    margin-bottom: 40px;
}

h2.entry-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 130%;
    color: #121737;
}

article h2, article h3, article h4, article h5 {
    font-family: 'Manrope', sans-serif;
}

article h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

h2.wp-block-heading {
    font-family: 'Manrope', sans-serif;
}

p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #121737;
    margin-bottom: 26px;
}

.main-navigation .main-nav ul li a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
}

.freelancer-block {
    font-family: 'Manrope', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to right, #53a316 , #1c8157);
    padding: 20px 30px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
}

.f-rank {
    padding-left: 5px;
}

.f-rank img {
    width: 60px;
    vertical-align: middle;
}

.image-sub-col img {
    width: 120px;
    vertical-align: middle;
    border-radius: 50%;
}

.f-col.f-details {
    display: flex;
    align-items: center;
}

.text-sub-col ul {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.f-details h5 {
    margin-top: 0;
    font-size: 1.5em;
    margin-bottom: 5px;
    padding-top: 2px;
}

.text-sub-col .name {
    margin-top: -8px;
}

.f-details .ratings {
    margin-bottom: 0;
}

.f-details .ratings span {
    vertical-align: bottom;
}

.f-details .ratings img {
    vertical-align: middle;
    width: 120px;
}

.f-pricing p {
    padding: 5px 10px;
    padding-top: 6px;
    border: 1px solid;
    border-radius: 5px;
}

.f-hire {
    padding-right: 5px;
}

a.f-contact-btn {
    text-decoration: none;
    padding: 12px 20px;
    background: #fff;
    color: #000;
    font-size: 1.09em;
    border-radius: 5px;
}

a.f-contact-btn:hover {
    background: #eee;
}

a.f-contact-btn i {
    margin-right: 5px;
}

@media (max-width:480px)  {
    .freelancer-block {
        display: block;
        padding: 10px 10px;
    }
    .f-col.f-rank {
        display: inline-block;
    }
    .f-rank img {
        width: 30px;
    }
    .image-sub-col img {
        width: 90px;
    }
    .text-sub-col ul {
        padding-left: 10px;
    }
    .f-details .ratings span {
        font-size: 0.9em;
    }
    .f-details .ratings img {
        width: 80px;
    }
    .customers span {
        font-size: 0.9em;
    }
    .f-col.f-hire {
        display: block;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    a.f-contact-btn {
        font-size: 1em;
        padding: 10px 40px;
    }
}