p, span {
  font-size: 16px;
}

.tab {
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
}
.tab:first-of-type {
  margin-top: 30px;
}
.tab:nth-of-type(odd) .tab-title-box {
  background-color: #32b8bf;
}
.tab:nth-of-type(odd) .tab-content {
  background-color: #d7fafa;
}
.tab:nth-of-type(odd) .btn {
  background-color: #32b8bf;
}
.tab:nth-of-type(even) .tab-title-box {
  background-color: #fd4f57;
}
.tab:nth-of-type(even) .tab-content {
  background-color: #ffefed;
}
.tab:nth-of-type(even) .btn {
  background-color: #fd4f57;
}
@media (min-width: 720px) {
  .tab .tab-content {
    display: block !important;
  }
}
@media (max-width: 719px) {
  .tab {
    margin-bottom: 5px;
    text-align: left;
  }
  .tab .tab-title-box {
    text-align: left;
  }
  .tab .tab-content {
    display: none;
  }
}
@media (max-width: 599px) {
  .tab {
    text-align: left !important;
  }
  .tab .tab-title-box {
    text-align: left !important;
  }
  .tab .tab-content .tab-text {
    margin: 20px 0;
    width: 100% !important;
  }
}
.tab .tab-title-box {
  position: relative;
  min-height: 40px;
  padding: 20px;
  font-family: "Graphik-Bold";
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.tab .tab-title-box .tab-title {
  color: #fff;
}
@media (max-width: 719px) {
  .tab .tab-title-box {
    height: auto;
  }
  .tab .tab-title-box.open .tab-title-icon:before {
    content: "+";
  }
  .tab .tab-title-box .tab-title-icon {
    font-size: 2em;
    line-height: 0;
    color: #fff;
    position: relative;
    top: 0.1em;
  }
  .tab .tab-title-box .tab-title-icon:before {
    display: inline-block;
    width: 20px;
    content: "-";
    height: 15px;
  }
}
.tab .tab-img, .tab .tab-text {
  display: inline-block;
  padding: 20px;
}
.tab .tab-img {
  width: 30%;
}
.tab .tab-img img {
  max-height: 200px;
}
.tab .tab-img + .tab-text {
  width: 69%;
}
.tab .tab-text {
  width: 100%;
  padding-top: 0;
  vertical-align: top;
}
.tab .btn {
  float: right;
  margin: 20px 0 0;
  font-size: 16px;
}

.right-col p img {
  margin: 0px !important;
}
.right-col h2 {
  /*  font-family: "Graphik-Bold"; */
}

@media (max-width: 599px) {
  .tab .tab-title-box {
    text-align: center;
  }
  .tab p {
    margin-top: 0px;
  }
  .tab .tab-img {
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
  }
  .tab .tab-text {
    display: block;
    width: 100%;
    padding-bottom: 0px;
  }
  .tab-content {
    text-align: center;
  }
  .tab-content a.btn {
    float: none;
    margin-top: 9px;
    margin-bottom: 30px;
  }
  .tab-content .cf {
    border-radius: 0 0 25px 25px;
  }
}
.tab-img img {
  /* content: url("http://placehold.it/1000x1000"); */
}

.header-bg-img {
  /* background-image: url("http://placehold.it/1020x597") !important; */
}

.right-col p img {
  /*  content: url("http://placehold.it/300x300"); */
}