#agency_block_fullTimeWork {
    width: 50px;
    height: 50px;
    fill: #dddcdc;
}
.agency_block_fullTimeWork {
    position: absolute;
    right: 15px;
}
.agency_block_logo img, .agency_block_logo div {
    border-radius: 8px;
}
.agency_block_logo div {
    color: #FFFFFF;
    word-wrap: break-word;
    width: 90px;
    height: 90px;
    background-color: #1C1C1C;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
}
.agency_block {
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 26px;
}
.agency_block_info p {
    margin: 0px 0px 1px 0px;
}
.agency_block_info a {
    color:#D82576;
    text-decoration: underline;
}
.agency_block_info a:hover {
    color:#D82576;
}
.agency_block_info {
    margin-left: 10px;
    max-width: 55%;
}