.guide-profile {
  padding-top: 55px;
  background: url(../images/guide-profile-bg.png) no-repeat;
  background-position: top right;
  background-size: cover; }
  .guide-profile .guide-description {
    color: #5a5a5a;
    font-size: 18px; }
    .guide-profile .guide-description img {
      width: 370px; }
  .guide-profile .guide-name {
    padding-left: 70px;
    padding-top: 5px; }
  .guide-profile .float-name {
    font-size: 34px;
    font-weight: 600;
    color: #5a5a5a;
    text-align: left; }
    .guide-profile .float-name span {
      font-weight: 400; }
  .guide-profile .about-guide p {
    padding-top: 10px;
    width: 87%; }
  .guide-profile .about-guide span {
    font-size: 34px;
    color: #858585;
    display: block;
    margin-top: 30px;
    position: relative; }
    .guide-profile .about-guide span::after {
      content: "";
      position: absolute;
      width: 50%;
      height: 1px;
      bottom: -10px;
      left: 0px;
      background-color: #F1EAEA; }
  .guide-profile .about-guide ul {
    padding-top: 25px;
    padding-left: 22px;
    font-size: 33px;
    text-transform: uppercase;
    list-style: none; }
    .guide-profile .about-guide ul li {
      position: relative; }
      .guide-profile .about-guide ul li::before {
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        left: -22px;
        top: 18px;
        background-color: #1BBEF2;
        border-radius: 50%; }
  .guide-profile .guide-services {
    margin-top: 80px;
    background-color: #F5F5F5;
    padding-bottom: 50px;
    margin-bottom: 20px; }
  .guide-profile .cards-wrap {
    padding-top: 45px; }
    .guide-profile .cards-wrap h3 {
      color: #5a5a5a;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 30px; }
  .guide-profile .tour-description {
    padding-top: 15px;
    overflow: hidden;
    max-height: 47px; }
    .guide-profile .tour-description a {
      color: #ffffff; }
      .guide-profile .tour-description a:hover {
        color: #95E5FF; }
  .guide-profile .btn-wrap a {
    margin-top: 20px; }
