/*------------------------------------------------------------
  Profile
------------------------------------------------------------*/

.profile {
  padding: 80px 0;
}

.profile .img-col {
  padding-bottom: 30px;
}

.profile .img-col img {
  max-width: 100%;
}

.profile .img-col .img-holder {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 450px;
  /* margin-bottom: 35px; */
}

.profile .img-col .social-networks {
  margin: 0 -7px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.profile .img-col .social-networks li {
  padding: 0 7px;
}

.profile .img-col .social-networks li a {
  color: #212322;
  font-size: 24px;
}

.profile .img-col .social-networks li a:hover {
  color: #e5e0dd;
}

.profile .subheading {
  text-transform: uppercase;
  font-weight: normal;
  color: #212322;
  font-family: "articulat-cf", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
  margin-bottom: 4px;
}

.profile h2 {
  margin-bottom: 16px;
}

.profile .head-block {
  text-align: center;
  margin-bottom: 26px;
}

.profile .column-block {
  padding-left: 20px;
  /* padding-bottom: 50px; */
}

.profile .column-block .row {
  margin: 0 -10px;
}

.profile .column-block .row [class*="col-"] {
  padding: 0 20px;
}

/* .profile .column-block .row .col-md-6:first-child {
  padding-right: 20px;
  
  }
  
  .profile .column-block .row .col-md-6:last-child {
  padding-left: 20px;
  } */

.profile .column-block p {
  /* margin-bottom: 20px; */
}

.profile .column-block blockquote {
  margin-top: 38px;
  padding-top: 41px;
  line-height: 1.18518518;
  border-top: 1px solid #e5e0dd;
}

.profile .column-block blockquote p {
  margin-bottom: -10px;
}

.profile .column-block row {
  margin: 0 -20px;
}

.profile .column-block row [class*="col-"] {
  padding: 0 20px;
}

/*------------------------------------------------------------
  min-width: 576px
------------------------------------------------------------*/

@media (min-width: 576px) {
  .profile .img-col .img-holder {
    min-height: 600px;
  }
}

/*------------------------------------------------------------
  min-width: 768px
------------------------------------------------------------*/

@media (min-width: 768px) {
  .profile {
    padding: 120px 0 180px;
  }

  .profile .img-col .img-holder {
    min-height: 550px;
  }

  .profile .head-block {
    margin-bottom: 66px;
  }

  .profile .column-block {
    /* padding-bottom: 60px; */
  }
}

/*------------------------------------------------------------
  min-width: 992px
------------------------------------------------------------*/

@media (min-width: 992px) {
  .profile {
    padding: 178px 0 245px;
  }

  .profile .img-col .img-holder {
    min-height: 581px;
  }

  .profile .price-row {
    margin-bottom: 122px;
  }
}

/*------------------------------------------------------------
  min-width: 1200px
------------------------------------------------------------*/

@media (min-width: 1200px) {
  .profile .img-col .img-holder {
    min-height: 867px;
  }

  .profile .column-block {
    /* padding-bottom: 126px; */
  }
}

/*------------------------------------------------------------
  min-width: 1920px
------------------------------------------------------------*/

@media (min-width: 1920px) {
  .profile .img-col {
    padding-right: 166px;
  }
}
