.three-quarter-layout .button_row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }
  .three-quarter-layout .button_row a {
    font-size: initial; }

@media (min-width: 1200px) {
  .three-quarter-layout .quarter.content .quarter-content {
    padding: 60px 45px;
    padding-bottom: 30px; } }

.three-quarter-layout .quarter.content .quarter-content .quarter-width-contain {
  margin: 0 auto; }

.three-quarter-layout .quarter .button_row {
  margin-left: auto;
  margin-right: auto; }
  .three-quarter-layout .quarter .button_row .d-block {
    display: block;
    width: 100%; }
  @media (min-width: 1200px) {
    .three-quarter-layout .quarter .button_row {
      display: block; }
      .three-quarter-layout .quarter .button_row .d-block {
        width: 85%; } }

@media (min-width: 1200px) {
  .three-quarter-layout .three-quarter .three-quarter-content {
    padding: 60px 0px;
    padding-bottom: 30px; } }

.three-quarter-layout .three-quarter.content .three-quarter-content .three-quarter-width-contain {
  width: auto; }

@media (min-width: 1200px) {
  .three-quarter-layout .left_align.content .three-quarter-content {
    margin-right: 165px; } }

@media (max-width: 768px) {
  .three-quarter-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: auto; }
    .three-quarter-layout .quarter {
      top: auto; }
      .three-quarter-layout .quarter.content .quarter-content .quarter-width-contain {
        width: auto; }
    .three-quarter-layout .right_align.content .three-quarter-content, .three-quarter-layout .left_align.content .three-quarter-content {
      margin-top: 0; }
    .three-quarter-layout .right_align.image, .three-quarter-layout .left_align.image {
      height: auto; }
    .three-quarter-layout .left_align .quarter-content, .three-quarter-layout .right_align .quarter-content {
      margin: 0; } }

.three-quarter-layout ul {
  margin-bottom: 15px;
  -webkit-column-gap: 10px;
  column-gap: 10px; }
  .three-quarter-layout ul li {
    background: none;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 10px;
    column-gap: 10px; }
    .three-quarter-layout ul li::before {
      content: " ";
      position: absolute;
      left: 7px;
      top: -5px;
      bottom: 0;
      margin: auto 0;
      width: 15px;
      height: 25px;
      border-right: 5px solid;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-bottom: 5px solid;
      border-color: inherit; }

.three-quarter-layout .content_area ul {
  display: block;
  list-style: disc; }
  .three-quarter-layout .content_area ul li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-family: gotham-book;
    margin-bottom: 10px;
    padding: 0;
    list-style: disc;
    background: none;
    font-size: 17px;
    line-height: 1.7em; }
    .three-quarter-layout .content_area ul li::before {
      border: none; }
