.c-device {
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  background: #fff; }
  .c-device__image-container {
    text-align: center;
    padding: 15px;
    display: block; }
  .c-device__image {
    width: 200px;
    margin: 0 auto; }
  .c-device__data-container {
    padding: 15px;
    text-align: center;
    border-top: 2px dotted #dbdbdb; }
  .c-device__title {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    color: #80ba27;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .c-device__title {
        font-size: 0.875em; } }
    @media (max-width: 991px) {
      .c-device__title {
        font-size: 0.875em; } }
    @media (max-width: 767px) {
      .c-device__title {
        font-size: 0.875em; } }
    @media (max-width: 575px) {
      .c-device__title {
        font-size: 0.875em; } }
  .c-device__subtitle {
    font-size: 0.875em;
    color: #9b9b9b;
    margin-top: 5px; }
    @media (max-width: 1199px) {
      .c-device__subtitle {
        font-size: 0.8125em; } }
    @media (max-width: 991px) {
      .c-device__subtitle {
        font-size: 0.625em; } }
    @media (max-width: 767px) {
      .c-device__subtitle {
        font-size: 0.625em; } }
    @media (max-width: 575px) {
      .c-device__subtitle {
        font-size: 0.625em; } }
  .c-device__price {
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.625em;
    font-weight: 600; }
    @media (max-width: 1199px) {
      .c-device__price {
        font-size: 1.25em; } }
    @media (max-width: 991px) {
      .c-device__price {
        font-size: 1.25em; } }
    @media (max-width: 767px) {
      .c-device__price {
        font-size: 1.25em; } }
    @media (max-width: 575px) {
      .c-device__price {
        font-size: 1.25em; } }
  .c-device__button {
    margin-top: 15px;
    background: #80ba27;
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #fff;
    font-size: 0.875em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center; }
    .c-device__button:hover, .c-device__button:active, .c-device__button:focus {
      color: #fff; }
    @media (max-width: 1199px) {
      .c-device__button {
        font-size: 0.8125em; } }
    @media (max-width: 991px) {
      .c-device__button {
        font-size: 0.625em; } }
    @media (max-width: 767px) {
      .c-device__button {
        font-size: 0.625em; } }
    @media (max-width: 575px) {
      .c-device__button {
        font-size: 0.625em; } }

/*# sourceMappingURL=device.css.map */
