.news_title_slide {
    position: relative;
    height:  91vh;
    margin-bottom: 8vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3rem 40px;
}

body > div.news_title_slide > p {
    color: white;
    font-size: 6.5em;
    letter-spacing: -0.05em;
    font-weight: 350;
    width: 60%;
    margin: 0;
    max-width: 650px;
}


body > div.news_title_slide > div > p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.525);
    font-weight: 100;
    text-align: right;
}

body > div.news_title_slide > div {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 295px;
    margin-left: 3em;
}


#scrollButton {
    margin-top: 2rem;
    width: fit-content;
    color: #000000;
  padding: 0.2rem 1rem 0.3rem;
  box-shadow: 0 0 10px rgba(0, 247, 169, 0.047);
  border-radius: 50px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  font-family: inherit;
  border: none;
  font-weight: lighter;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.7rem;
}

#scrollButton:hover {
    background-color: black;
  color: white;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.097);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
































@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 812px)  {
    body > div.news_title_slide {
        flex-direction: column;
    }

    body > div.news_title_slide > p {
        font-size: 5.5em;
        width: 100%;
    }

    body > div.news_title_slide > div { 
        width: 100%;
        align-items: flex-start;
        margin-left: 0;
        align-self: flex-start;
        margin-top: 4rem;
    }

    body > div.news_title_slide > div > p {
        text-align: left;
    }
}

body > div.abt-sections > div > p:nth-child(1) > a {
    pointer-events: none;
}

body > div.abt-sections > div > p:nth-child(1) {
    width: 50%;
    text-decoration: none ;
}

body > div.abt-sections > div > p:nth-child(1) a {
    text-decoration: none ;
}