  .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.paragraph--type--entrepreneurship-card img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .paragraph--type--entrepreneurship-card img {
    width: auto;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-image {
  position: relative;
}
.paragraph--type--entrepreneurship-card .entrepreneurship-image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-body {
  top: 0;
  left: 0;
  padding: 80px;
  max-width: 675px;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body {
    padding: 45px;
  }
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body .title {
    margin-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body {
    padding: 20px 15px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body {
    padding: 35px 20px;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-body .title {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body .title {
    margin-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body .title {
    margin-bottom: 0 !important;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-body .title h2 {
  font-size: 1.5rem;
}
@media (max-width: 1399.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body .title h2 {
    font-size: 2.375rem;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body .title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body .title h3 {
    margin: 0 !important;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-body .list {
  max-width: 300px;
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-body .list ul {
  list-style-type: none;
  padding: 0;
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-body .list ul li {
  margin: 1.5rem 0;
}
@media (max-width: 1399.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body .list ul li {
    margin: 0.5rem 0;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-body .list ul li i {
  font-size: 3.5rem;
  font-style: normal;
  line-height: 66px;
}
@media (max-width: 1199.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body .list ul li i {
    font-size: 2.375rem;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-body .list ul li i {
    font-size: 2rem;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-body .list ul li span {
  line-height: 20px;
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-container {
  bottom: 0;
  width: 840px;
  float: right;
  margin-top: -300px;
}
@media (max-width: 1199.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-container {
    margin-top: -250px;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-container {
    width: 90%;
    margin-top: -200px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-container {
    flex-direction: column;
    top: 0px !important;
    left: auto;
    margin-top: -150px;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content {
  flex: 0 0 50%;
  max-width: 50%;
  background: #00b497;
  top: 0 !important;
  transition: 0.5s;
  z-index: 1;
  height: 450px;
  padding: 40px 50px;
  position: relative !important;
}
@media (max-width: 991.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content {
    height: 390px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content a:hover {
  color: #f5f5f5 !important;
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content .title h3 {
  font-size: 27px;
  height: 60px;
  line-height: 32px;
}
@media (max-width: 1399.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content .title h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content .title h3 {
    font-size: 1.125rem !important;
    line-height: 30px !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content .moreBtn {
  position: relative;
}
@media (max-width: 767.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content .moreBtn {
    padding-top: 10px;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content .moreBtn::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy45OTIiIGhlaWdodD0iMTkuODg0IiB2aWV3Qm94PSIwIDAgMjcuOTkyIDE5Ljg4NCI+DQogIDxnIGlkPSJHcm91cF80Mzg0NSIgZGF0YS1uYW1lPSJHcm91cCA0Mzg0NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2OC4wMDIgLTEzMDYuNjQ2KSI+DQogICAgPGcgaWQ9Ikdyb3VwXzQzNzk3IiBkYXRhLW5hbWU9Ikdyb3VwIDQzNzk3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjguMDAyIDEzMDcpIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzQzMTU1IiBkYXRhLW5hbWU9IlBhdGggNDMxNTUiIGQ9Ik0wLDAsOS41ODksOS41ODksMTkuMTc3LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3LjY5NyAxOS4xNzcpIHJvdGF0ZSgtOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfNDMxNTciIGRhdGEtbmFtZT0iUGF0aCA0MzE1NyIgZD0iTS0xOTM5MC42NjgtMTM5MDQuNWgtMjYuNTQ3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTQxNy4yMTUgMTM5MTQuMDg3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K");
  width: 27px;
  height: 19px;
  position: absolute;
  right: 72%;
  top: 56%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media (max-width: 1399.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content .moreBtn::after {
    right: 65%;
    top: 62%;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content .moreBtn::after {
    right: 62%;
    top: 62%;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content .content {
  padding: 20px 0 0 0;
}
@media (max-width: 1399.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content .content {
    padding: 0px 0 0 0;
  }
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content .content span {
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content .content span {
    height: 155px !important;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content .content {
    padding: 0 !important;
  }
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content .content span {
  font-size: 15px;
  line-height: 20px;
  height: 185px;
  display: inline-block;
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content .content i {
  vertical-align: middle;
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content:nth-last-child(1) {
  background: #ff7276 !important;
}
.paragraph--type--entrepreneurship-card .entrepreneurship-card-content:hover {
  transform: translateY(-50px);
}
@media (max-width: 767.98px) {
  .paragraph--type--entrepreneurship-card .entrepreneurship-card-content:hover {
    transform: translateY(0px);
  }
}

@media (max-width: 767.98px) {
  .entrepreneurship {
    overflow: hidden;
  }
}

/*# sourceMappingURL=entrepreneurship_card.css.map */
