body{
    overflow: hidden;
}

.gs-demo-grid2-container span{
    font-size: 15pt;
  font-weight: bold;
  font-family: Raleway;
  color: #373438;
}

#ebook{
    text-decoration: none;
}

.yikes-custom-woo-tab-title-demo{
    display: none;
}

.gs-demo-title{
font-family: Raleway;
font-weight: 700;
font-size: 40px;
color: #109239;
text-align: center;
}

.gs-demo-grid2{
display: flex;
justify-content: center;
gap: 8%;
}	

.demoImg{
border-radius: 10px;
border: 3px solid #B8B8B8;
width: 321px;
}

.demoImgAuto{
    border-radius: 10px;
    border: 3px solid #B8B8B8;
    max-width: 200px;
    margin-bottom: 7px;
    }

.gs-demo-back {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.gs-demo-back i{
    font-size: 30px;
}

.gs-demo-title {
    font-family: Raleway;
    font-weight: 700;
    font-size: 40px;
    color: #109239;
    text-align: center;
    margin-bottom: 15px;
}

.gs-demo-megacontainer {
    display: flex;
    justify-content: center;
}

.gs-demo-grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
}


.gs-demo-grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
}


.gs-demo-grid3-image {
    max-width: 200px;
}

@media (max-width: 768px){
    .demoImgAuto {
        max-width: 150px;
      }

.gs-demo-grid-2{
    flex-wrap: wrap;
    row-gap: 50px;
}

.demoImg{
    width: 150px;
}

.gs-demo-back, .gs-demo-back i {
    font-size: 20px;
}

.gs-demo-title {
font-size: 20px;
}

.gs-demo-grid5 {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.gs-demo-grid3 {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.gs-demo-grid3-image {
    max-width: 150px;
}
}