.b-wrapper {
  margin: 3% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.image-wrapper {
  width: 100%;
  background: url("../images/present_small.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.img {
  width: 100%; }

#gutsy-container {
  border-top: 16px solid #023e73;
  width: 60vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0% 0 4% 0; }

.gutsy-content {
  margin: 100px 80px -25px 80px;
  display: flex; }

.img-content {
  justify-content: center;
  align-items: center; }

.gutsy-episodes {
  margin: 100px 80px -25px 80px;
  display: flex;
  flex-direction: column; }

.gutsy-img {
  margin-left: 25px;
  height: 100%;
  width: 50%; }

.gutsy-text {
  flex-basis: 100%;
  font-weight: 200;
  font-size: 25px;
  line-height: 36px; }

.recent-episode-wrapper {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }

.episode {
  display: flex;
  flex-direction: column; }

.title {
  display: block;
  color: #4a4a4a;
  font-size: 35px;
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
  font-weight: 700; }

.epi-title {
  display: block;
  color: #4a4a4a;
  font-size: 28px;
  font-weight: 700;
  margin-top: 25px;
  text-align: center; }

.epi-subtitle {
  display: block;
  color: #5f5a5a;
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px; }

.epi-image {
  width: 510px;
  height: 400px;
  object-fit: f; }

.epi-info {
  margin-right: 25px; }

@media only screen and (max-width: 1024px) {
  .image-wrapper {
    background: url("../images/present_small.png") no-repeat cover; }

  #gutsy-container {
    width: 90%; }

  .recent-episode-wrapper {
    justify-content: center;
    align-items: center;
    flex-direction: column; }

  .episode {
    margin-top: 5%;
    justify-content: center;
    align-items: center; }

  .gutsy-content {
    flex-direction: column; } }

/*# sourceMappingURL=podcast.css.map */
