﻿
html,
body {
  overflow-x: hidden;
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.podcast-container {
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
}

.container {
  padding: 50px 30px;
  margin: 0 auto;
}

.normal {
  line-height: 1.5rem;
}
.mentorship-podcast-logo {
  max-height: 66vh;
  border-radius: 3%;
  position: relative;

  top: 0;
  left: 0px;
  border: 0px black solid;
  max-width: 886px;
  max-height: 375px;
}
.podcast-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.podcast-logo {
  width: 80px;
  height: 80px;
}

h4,
h6,
p {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  hyphens: none;

  word-break: keep-all;
}

.podcast-hr {
  margin: 0 auto;
}
.podcast-text {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  hyphens: none;
  line-height: 1.5rem;
  word-break: keep-all;
}
.logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 100px;
}
.podcast-title {
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  font-size: 1.3rem;
}
.podcast-date {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  background-color: lightgray;
  font-size: 0.8rem;
}
.podcast-description {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 800px) {
  .logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .podcast-logo {
    width: 100px;
    height: auto;
  }
  .container {
    padding: 20px 10px;
    margin: 0 auto;
  }

  .podcast-container {
    padding: 0px 20px;
    margin: 0 auto;
  }

  .mentorship-text {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    word-break: keep-all;
    hyphens: none;
    font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  }
}

