.mediaHeading {
    /* height: 90px;
     */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 90px;
    /* identical to box height, or 150% */
    
    text-align: center;
    text-transform: capitalize;
    
    color: #231A19;
    animation-name: titleAnimation;
    animation-timing-function:ease;
    animation-duration: 1.2s;
    animation-name: titleAnimation;
  animation-timing-function:ease;
  animation-duration: 1.2s;
      }
    
      .mediaSubHead{
/* height: 30px; */
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #231A19;
margin-top: 54px;
margin-bottom: 35px;
padding: 0px;
      }

      .mediaContainer{
        padding-left: 365px;
        padding-right: 364px;
        margin-bottom: 100px;
      }

      .mediaShowCase{
        height: 121px;
        display: flex;
flex-direction: row;
align-items: flex-start;


      }

      .borderLine{
        opacity: 0.2;
border-top: 1px solid #181819;
border-left: 1px solid #181819;
/* margin-left: -45px; */
height: 121px;
      }

      .mediaYear{
       
/* height: 36px; */
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 24px;
/* margin-left: 8px; */
line-height: 36px;
/* identical to box height, or 150% */
margin-top: -15px;

color: #181819;
      }

      .coverageHead{
/* height: 27px; */
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #181819;
opacity: 0.8;
margin-bottom: 16px;

      }

      .textReveal{

animation-name: slide-right;
animation-duration: 4s;
      }

      .coverageImage{
        width: 100px;
height: 38px;
margin-bottom: 16px;
      }

      .coverageLink{
/* height: 24px; */
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #D14A3F;
margin-bottom: 46px;
      }

      .border-box{
        width: 10px;
        padding: 0px;
      }

      .coverage-data{
        margin-top: -15px;
        padding-left: 17.5px;
        
      }

      .coverage-year{
        width: 150px;
        padding: 0px;
      }

      .border-line-1{
        height: 180px;
      }

      .border-line-2{
        height: 95px;
      }

      @media (max-width: 992px) {
        .mediaHeading{
            font-size: 32px;
line-height: 48px;
        }

        .mediaSubHead{
            font-size: 14px;
line-height: 24px;
        }

        .mediaContainer{
            padding: 36px;
            padding-right: 0px;
            margin-bottom: 64px;
          }

          .mediaYear{
            font-size: 16px;
line-height: 24px;
          }

          .coverageHead{
            font-size: 12px;
line-height: 18px;
          }

          .coverageLink{
            font-size: 14px;
line-height: 21px;
          }

          .coverage-year{
            width: 95px;;
          }
          .coverage-data{
            width:211px;
          }

          .border-line-1{
            height: 158px;
          }
      }

     

      