/** ADD YOUR AWESOME CODES HERE **/

.recrt-popup {
  white-space: nowrap;
}

.recrt-popup h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
}

.recrt-popup p:first-of-type a{
  background: #eea412;
  color: #111;
  padding: 5px 10px;
  border: 1px solid #999;
  border-radius: 2px;
}
.recrt-popup p:first-of-type a:hover{
    background: #945303;
    color: #fff;
}
.recrt-popup p:last-of-type a{
  background-color: #333;
  padding: 5px 8px;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  font-size: 12px !important;
}


@media only screen and (max-width: 600px) {
    .recrt-popup h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 20px;
      }
}