* {
  box-sizing: border-box;
}

.masters-2-col .headline-one-v2 {
  font-size: 46px;
}
.masters-2-col .master-col {
  position: relative;
  justify-content: center;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .masters-2-col .master-col {
    padding-bottom: 8rem;
  }
}
.masters-2-col .master-col .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 23px rgba(0, 0, 0, 0.28237);
  z-index: 0;
  border-radius: 6px;
  transition: ease all 300ms;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .masters-2-col .master-col .hover {
    opacity: 0;
  }
}
.masters-2-col .master-col .master-wrap {
  position: relative;
}
.masters-2-col .master-col .master-wrap .bg-image {
  padding-top: 120%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
.masters-2-col .master-col .master-wrap .master-cta {
  width: 100%;
  background: #fff;
  padding: 15px 15px 17px;
  position: absolute;
  bottom: 0;
  text-align: center;
  transition: ease all 300ms;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .masters-2-col .master-col .master-wrap .master-cta {
    opacity: 0;
  }
}
.masters-2-col .master-col .master-wrap .master-cta a {
  font-size: 22px;
}
.masters-2-col .master-col .master-wrap .master-cta a:after {
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .masters-2-col .master-col:hover .master-wrap,
.masters-2-col .master-col:hover .master-cta,
.masters-2-col .master-col:hover .hover {
    opacity: 1;
  }
}
.masters-2-col .head-title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.masters-2-col .head-title .headline-master {
  font-family: "EB Garamond", serif;
  font-size: 36px;
  color: #1E2D5E;
}
@media screen and (min-width: 992px) {
  .masters-2-col .head-title .headline-master {
    font-size: 47px;
  }
}