.employ_section {
    /* background-image: url('../images/Group\ 700.png'); */
    background-image: linear-gradient(to right bottom, #fff, #fffed7);
    background-size: cover;
    background-position-y: bottom;
    padding: 70px 0
}

.nav-menu .links::after {
    position: absolute;
    background-color: #fffff5 !important;
}

.nav-menu .links::before {
    position: absolute;
    background-color: #fffff2 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.top-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.top-info img {
    width: 150px;
    height: 150px;
    display: flex;
    margin: auto;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(247deg, #e8dc0d, #17b8ec) border-box;
    border: 10px solid transparent;
    border-radius: 50%;
    object-fit: contain
}

.top-info .name_emp {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px
}

.loc_fow {
    display: flex;
    justify-content: center;
    align-items: center
}

.btn_blue {
    background-color: #0F9FE3;
    width: 100px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #0F9FE3;
    transition: all 0.2s ease-in-out
}

.btn_blue:hover {
    background-color: transparent;
    border: 1px solid #0F9FE3;
    color: #0F9FE3
}

.loc_fow a {
    margin-left: 15px
}

.loc_fow p {
    margin: 0;
    font-size: 12px
}

.projuct_num {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 10px 30px;
    box-shadow: 1px 1px 9px 4px #ddd
}

.projuct_num li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative
}

.projuct_num li p {
    font-size: 13px
}

.projuct_num li:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #000;
    top: 0;
    right: -75%
}

.but_info {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 30px 30px;
    box-shadow: 1px 1px 9px 4px #ddd
}

.but_info h5 {
    color: #707070;
    font-size: 18px;
    font-weight: 400
}

.but_info li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd
}

.but_info p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px
}

.main-box .emb-text {
    background-color: #fff;
    padding: 25px;
    margin-top: 30px;
    position: relative
}

.main-box h2 {
    text-align: center;
    background-color: #0F9FE3;
    color: #fff;
    font-size: 40px;
    padding: 10px;
    border-radius: 40px;
    font-weight: 300
}

.icon_social {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 30px
}

.icon_social a {
    margin-right: 10px
}

.icon_social a i {
    border: 2px solid #0F9FE3;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    color: #0F9FE3
}

.blue-bord {
    color: #0F9FE3
}

.locations {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.locations li {
    margin-right: 50px
}

.locations li h6 {
    margin-bottom: 5px;
    font-weight: 400;
    color: #9B9B9B
}

.locations li p {
    font-weight: 400
}

.heart {
    right: 20px;
    background: #0F9FE3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    line-height: 40px;
    text-align: center;
    border: none;
    outline: none
}

.heart i {
    color: #fff
}

.dis-flex {
    display: flex;
    justify-content: space-between
}

@media(max-width:768px) {
    .dis-flex {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }

    .dis-flex .btn_blue {
        margin-top: 20px
    }
}