.volunteer_header {
  font-weight: 700;
  margin-top: 14px;
  color: #37383d;
  position: relative;
  left: 4px;
}

.link_text {
  color: #2172bf;
}

.link_text span {
  margin-left: 16px;
}

a.link_text:hover {
    color:  #486784;
}

img {
  position: relative;
  top: 4px;
  left: 4px;
  color: #37383d;
}

.content_head {
  height: 180px;
  top: 40px;
  position: relative;
}

hr{
  border: 1px solid #d5d5d5;
}

@media only screen and (min-width: 768px) {
  .volunteer_header {
    font-size: 40px;
    line-height: 48px;
  }

  .content_head {
    left: 32px;
  }
}

@media only screen and (min-width: 1440px) {
  .volunteer_header {
    font-size: 48px;
    line-height: 58px;
  }

  .content_head {
    margin-inline: 65px;
    left: 122px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px), (height: 800px) {
  .content_head {
    left: 122px;
  }
}

@media only screen and (max-width: 768px) , (height: 600px) {
  .volunteer_header {
    font-size: 36px;
    line-height: 42px;
  }

  .content_head {
    left: 32px;
  }
}

@media only screen and (max-width: 320px) {
  .volunteer_header {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-device-width: 1440px){
    .content_head {
        width: 90em;
        margin: 0 auto;
    }
}
