.mf-developers {
  display: flex;
  margin: 16px 0;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap; }
  .mf-developers.in-table {
    margin: 0;
    border: none; }
  @media (min-width: 482px) {
    .mf-developers {
      padding: 16px;
      flex-wrap: nowrap; } }
  @media (min-width: 640px) {
    .mf-developers {
      padding: 4px 16px 4px 4px; }
      .mf-developers.in-table {
        margin: 16px 0;
        border: 1px solid #d9d9d9; } }
  .mf-developers-row {
    display: flex;
    margin-bottom: 12px;
    align-items: center; }
    @media (min-width: 482px) {
      .mf-developers-row {
        margin: 0; } }
  .mf-developers-text {
    color: #2c2c2c;
    font-family: Raleway, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    margin-right: 12px; }
    @media (min-width: 640px) {
      .mf-developers-text {
        font-size: 14px;
        line-height: 20px;
        max-width: 388px; } }
  .mf-developers-link {
    color: #fff;
    background-color: #df3115;
    font-size: 14px;
    border-radius: 2px;
    width: 100%;
    padding: 0 16px !important;
    line-height: 39px;
    height: 40px;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    text-align: center;
    transition: opacity .3s ease; }
    .mf-developers-link:hover {
      text-decoration: none;
      opacity: 0.8; }
    @media (min-width: 482px) {
      .mf-developers-link {
        width: auto; } }
    @media (min-width: 640px) {
      .mf-developers-link {
        line-height: 31px;
        height: 32px; } }
  .mf-developers-icon {
    background: rgba(223, 49, 21, 0.08);
    position: relative;
    padding: 12px 10px 12px 12px;
    height: 48px;
    margin-right: 16px; }
    @media (min-width: 482px) {
      .mf-developers-icon {
        margin-right: 24px; } }
    @media (min-width: 640px) {
      .mf-developers-icon {
        padding: 16px 15px 16px 16px;
        height: 56px; } }
    .mf-developers-icon:after {
      content: "";
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      background-color: transparent;
      border-width: 24px 9px;
      border-style: solid;
      left: 100%;
      margin-left: 0;
      border-color: transparent transparent transparent rgba(223, 49, 21, 0.08); }
      @media (min-width: 640px) {
        .mf-developers-icon:after {
          border-width: 28px 11px; } }
