.press_presentation_container {
  padding: 10px 0px;
}
.press_title {
  font-size: 20px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}

.press_title:before {
    content: '';
    border: 1px solid #FE7027;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.press_title:after {
    content: '';
    border: 1px solid #FE7027;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.press_subtitle {
  padding: 5px 0px;
  color: #FE7027;
}

.press_prez {
  padding: 10px;
}

.press_prez img.center_gif {
  margin-left: calc(50% - 300px);
}

.press_description {
  padding: 5px 0px;
  text-align: justify;
}

.press_description a {
  color: #FE7027;
  text-decoration: underline;
}

.press_links {
  padding: 10px 0px;
}

.press_link {

}

.press_link a {
  color: #FE7027;
  text-transform: uppercase;
}

.press_links p {
  padding: 4px 0px;
}

.press_links_mobile {
  padding-top: 10px;
}

.press_links_mobile a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-right: 30px;
}

.press_links_mobile a.ss_appstore, .press_links_mobile a.ss_playstore {
    margin-right: 20px;
    background: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.press_link_mobile_first {
    text-align: right;
}

@media (max-width: 768px) {
  .press_link_mobile {
    margin: 10px;
    text-align: center;
  }
}

/*
.press_links_mobile a.ss_appstore:hover, .press_links_mobile a.ss_playstore:hover {
    background: #000000;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
*/
.press_links_mobile a span {
    float: left;
    width: 60px;
    border-right: 1px solid #e9e9e9;
    margin-right: 25px;
}

.press_links_mobile a span i {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*
.press_links_mobile a:hover i {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
*/
