a:link,
a:active,
a:hover {
  text-decoration: none !important;
}

.intro-workshop-image,
.pga-usga-workshop-image,
.rules-exam-image,
.virtual-workshop-image {
  height: 35vh !important;
  width: 30vw;
  max-width: 100%;
  object-fit: cover;
}

.category-container {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  max-width: calc(100% - 20px);
  justify-content: center;
  margin: auto;
}

.list-container {
  padding: 0px 10px;
  max-width: calc(100% / 4);
}

.bttn-container {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.new-sched-container {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.bttn-container a {
  flex: 1;
  text-align: center;
}

.title,
.usga-title-banner {
  text-align: center;
  font-family: "NationalWeb" !important;
  font-size: 2rem;
  color: #00365f !important;
  padding: 15px;
}

.workshop-description {
  color: #00365f;
  display: flex;
  flex-direction: column;
  position: relative;
  font-weight: normal;
  max-width: 630px;
  text-align: left;
}

.usga-title-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.usga-title-space {
  margin-right: auto;
  width: 216px;
}

.usga-title-banner {
  color: #00365f;
  font-weight: 600;
  padding-bottom: 25px;
  margin-top: 30px;
}

.my-workshops-exams-link {
  margin-top: 30px;
  padding: 10px;
  position: absolute;
  right: 30px;
}

.my-workshops-exams-btn {
  background-color: #61ce70;
  border-radius: 15px;
  font-weight: 600;
  padding: 10px 25px;
}

.learn-more-bttn {
  margin: auto;
  text-align: center;
  font-family: "NationalWeb" !important;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  color: #ffffff !important;
  border-color: #0170b9;
  background-color: #0170b9;
  border-radius: 2px;
}

.learn-more-bttn:hover,
.learn-more-bttn:active,
.learn-more-bttn:link {
  text-decoration: none !important;
  outline: none;
  background-color: #0170b9 !important;
}

.lm-bttn:hover,
.lm-bttn:focus {
  background-color: #0170b9 !important;
}

.mobile-only {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {

}

@media screen and (max-width: 992px) {
  .mobile-only {
    display: block;
  }

  .category-container {
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .bttn-container {
    display: none;
  }

  .pga-usga-workshop-image,
  .virtual-workshop-image,
  .intro-workshop-image,
  .rules-exam-image {
    position: relative;
    height: 250px;
    width: 650px;
    max-width: 100%;
    object-fit: cover;
  }

  .list-container {
    padding-bottom: 10px;
    max-width: 100%;
  }

  .usga-title-container {
    flex-direction: column;
  }

  .usga-title-banner {
    font-size: 2rem !important;
    padding-bottom: 20px;
    margin-top: 0;
  }

  .my-workshops-exams-link {
    margin-top: 0;
    position: relative;
    text-align: center;
  }

  #pga-learn-more-bttn,
  #virtual-learn-more-bttn,
  #intro-learn-more-bttn,
  #exams-learn-more-bttn {
    position: relative;
  }
}
