.ggt-heading.text-align-center {
    max-width: 60%;
}
.ggt-heading.text-align-right {
    float: right;
    max-width: 60%;
}
.ggt-heading.text-align-left {
    float: left;
    max-width: 60%;
}
.text-align-center .ggt-heading .ggt-text {
    margin: auto;
    max-width: 600px;
}
.ggt-heading {
  text-align: center;
  margin: 0 auto 0;
}


.ggt-heading.ggt-style1 .ggt-text {

}
.ggt-heading.ggt-style2 .ggt-subtitle {
    margin: 0 auto 5px;
    max-width: 700px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
.ggt-heading.ggt-style2.text-align-left .ggt-subtitle::before {
    content: "";
    display: none;
}
.ggt-heading.ggt-style2.text-align-right .ggt-subtitle::after {
    content: "";
    display: none;
}
.ggt-heading.ggt-style3 {
    margin: 0 auto 30px;
}
.ggt-heading.ggt-style3 .ggt-title {
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ggt-heading.ggt-style3 .ggt-title:after {
    width: 35px;
    height: 1px;
    background: #aaa;
    display: block;
    content: "";
}
.ggt-heading.ggt-style3 .ggt-title:after {
    margin: 10px auto 20px;
}



@media only screen and (max-width: 767px) {
    .ggt-heading {
        margin-bottom: 40px;
    }
    .ggt-heading .ggt-text {
        font-size: 15px;
        line-height: 26px;
    }
    .ggt-heading.ggt-style1 .ggt-title,
    .ggt-heading.ggt-style2 .ggt-title,
    .ggt-heading.ggt-style3 .ggt-title {
        font-size: 24px;
        line-height: 32px;
    }
    .ggt-heading.ggt-style3 .ggt-title {
        font-size: 16px;
        line-height: 24px;
    }
    .ggt-heading.ggt-style2 .ggt-subtitle {
        font-size: 11px;
        line-height: 18px;
    }
}

