/* CONTACT US */ 
#page-content .contact-block-full .grid-container > .grid-x, .contact-block-full  {
    background-color:#F8F8F8;
    padding:0;
    margin-bottom:0;
}
#powerGPT {
    /* text-align:center; */
    /* width:75%; */
    /* margin:0 auto; */
}
figure.image {
    /* margin: 5px; */
    /* margin-left: 1em; */
    margin-bottom: 2em;
    /* width: 100%; */
}
figure.figure-float-left {
    float:left;
    margin-right:1.5rem;
    margin-right:1.5rem;

}
figure.figure-float-left img {
    width:auto;
}

#page-content .contact-block-full .grid-container > .grid-x > .cell .grid-x, #page-content .contact-block-full a{
    margin-bottom: 0;
}

 #page-content .gray-bg a:not([class]), #page-content .contact-block-full a:not(.button) {
    color:var(--uthorange-10-darker);
}

.heading-icon {
    display:block;
    color: var(--uthblue);
    width: clamp(3rem, 5vw, 3.5rem);
    /* height: clamp(2rem, 5vw, 3rem); */
    object-fit: scale-down;
    margin-right: .875rem;
    margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {

.heading-icon {
    display:inline;

}
}

#intro-section {
    margin-top:3.125rem;
    margin-bottom:3.125rem;
}


.gray-bg {background-color: #f7f7f7;padding-bottom:var(--section-top-padding);padding-top: var(--section-top-padding);padding-left: 0 !important;padding-right: 0 !important;margin-bottom: var(--section-top-padding);}
.gray-bg p:last-child {
    margin-bottom:0;
}
.gray-bg h2 {margin-top:0;}
.img-separator {
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 100%;
    max-height: 15rem;
    object-fit: cover;
}



#featured-models .section-container{
    margin-bottom:.5rem !important;
}