.container {
  padding: 3.1770833333vw 12.1875vw 10.9895833333vw 11.25vw; }
  .container .back {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 114, 187, 0.65);
    gap: 1.0416666667vw; }
    .container .back svg {
      display: block;
      width: 0.625vw;
      height: auto; }
  .container .t {
    margin: 3.8020833333vw 0 1.0416666667vw 0;
    text-transform: capitalize;
    font-weight: 500; }
  .container .tt {
    display: flex;
    gap: 3.0208333333vw;
    align-items: center; }
    .container .tt .tag {
      border-radius: 100px;
      border: 1px solid rgba(0, 0, 0, 0.5);
      padding: 0.5208333333vw 0.9375vw;
      line-height: 1.5;
      text-transform: capitalize; }
    .container .tt .time {
      display: flex;
      gap: 0.8854166667vw;
      align-items: center; }
      .container .tt .time span {
        width: 0.8854166667vw;
        height: 0.8854166667vw;
        background: #0072BB; }
      .container .tt .time p {
        color: rgba(0, 114, 187, 0.65); }
  .container .html {
    margin: 4.4270833333vw 0 4.6354166667vw 0;
    border-top: 1px solid rgba(153, 153, 153, 0.6);
    padding-top: 3.6458333333vw;
    text-transform: capitalize;
    line-height: 2;
    text-align: justify; }
  .container .pager a {
    background: #FAFAFA;
    display: flex;
    padding: 2.2916666667vw 2.96875vw;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize; }
    .container .pager a:not(:last-child) {
      margin-bottom: 1.0416666667vw; }
    .container .pager a .p1 {
      font-weight: 500; }
    .container .pager a .p2 {
      width: 55.4166666667vw;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: all 600ms; }
    .container .pager a svg {
      display: block;
      width: 1.3020833333vw;
      height: auto; }
    .container .pager a:hover .p2 {
      color: #0072BB; }

@media screen and (max-width: 768px) {
  .container {
    padding: 30px 5% 60px; }
    .container .back {
      gap: 10px; }
      .container .back svg {
        width: 10px;
        height: 12px; }
    .container .t {
      margin: 30px 0 15px;
      font-size: 18px;
      line-height: 1.5; }
    .container .tt {
      gap: 20px; }
      .container .tt .tag {
        padding: 8px 15px;
        font-size: 14px; }
      .container .tt .time {
        gap: 10px; }
        .container .tt .time span {
          width: 12px;
          height: 12px; }
        .container .tt .time p {
          font-size: 14px; }
    .container .html {
      margin: 30px 0;
      padding-top: 30px;
      line-height: 1.8;
      font-size: 14px; }
    .container .pager a {
      padding: 15px 18px; }
      .container .pager a:not(:last-child) {
        margin-bottom: 15px; }
      .container .pager a .p2 {
        width: 100%;
        max-width: 200px; }
      .container .pager a svg {
        width: 20px; } }

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