/*------------------ S-ABOUT-BOTTOM ------------------*/
.s-about-bottom {
    padding: 80px 0 60px 0; }
  
  .about-bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--dark-color-light);
    padding: 20px 0;
    height: 100%; }
    .about-bottom-item .date-cover {
      font-family: "Righteous", sans-serif;
      text-transform: uppercase;
      text-align: center;
      border-right: 2px solid var(--first-color);
      width: 38%;
      padding: 5px 0; }
      .about-bottom-item .date-cover .date {
        font-size: 48px;
        font-weight: 400;
        line-height: .75;
        margin-bottom: 11px; }
  
  .about-bottom-info {
    width: 62%;
    padding: 16px 15px 16px 20px;
    color: #bebebe;
    font-size: 15px; }

    .btn {
        margin-top: 10px;
        padding: 7px 20px 6px;
        background-color: var(--second-color);
        font-weight: var(--font-bold);
        font-family: var(--header-font);
        text-decoration: none;
        text-align: center;
        display: inline-block;
        transition: .25s ease-in;
        color: var(--white-color); }
    .btn:hover {
        background-color: var(--dark-color-light); }