.GScard {
    box-shadow: 5px 5px 10px #888888;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 25px !important; */
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}
.GScard img {
    width: 100%;
    margin: 0px auto;
}
.GScard div {
    flex: 1;
    line-height: 1.4;
    font-size: 16px;
}
.Gcard ul li {
    margin-top: 5px;
}
.GScard button {
    transition: color .5s, background-color .5s;
    width: 100%;
    margin: 0;
    padding: 5px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.SQcard {
    margin-top: 70px;
    margin-left: 75px;
    margin-right: 50px;
}
#sqButton {
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px
}
.blueBadge {
    background-color: #5557a8;
    color: #ddd;
}
.blueBadge button:hover {
    background-color: #1f375a !important;
    color: #ccc !important;
    cursor: pointer;
}
.blueBadge button {
    background-color: coral; /*  #FFB15A#e5ecf6  */
    color: #333;
}
.largeBadge {
    width: 300px;
    text-align: left;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.smallBadge {
    width: 300px;
    height: 300px;
    background-image: url("OTAGS_300x300.png");
    background-color: #FFFFFF;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.smallBadge p {
    line-height: 1.1;
    color: Black;
}
.gstext {
    padding: 25px;
}
.gstext h2 {
    text-align: center;
    font-size: 2rem;
}
.gsbutton {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}


