.wnw-inspire-item {
	height: 300px;
	width: 300px;
	position: relative;
    z-index: 1;
    height: 300px;
    width: 300px;
    border-radius: 155px;
    overflow: hidden;
    background-position: center;
    border: 1px solid #cac9c9;
}
.wnw-inspire-no-item-text {
    position: relative;
    z-index: 5;
    top: 200px;
    text-align: center;
    font-size: 20px;
    color: black;
    font-weight: 700;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -16px;
    }
.wnw-inspire-item:hover
{
  transform: scale(1.1);
}
.wnw-inspire-item-text {
	position: absolute;
    z-index: 5;
    background: #d8d8d8de;
    top: 200px;
    text-align: center;
    font-size: 20px;
    color: black;
    font-weight: 700;

    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -16px;
}
.wnw-inspire-join-button {
	width: 100%;
	margin-top: 50px;
}
.wnw-inspire-join-text {
	max-width: 1000px;
    padding-top: 15px;
    color: white;
    font-weight: 700;
    padding-bottom: 15px;
    margin-left: auto;
     font-size: 2.7rem;
    margin-right: auto;
    text-align: center;
}

.grid-container-inspire{
	max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    margin-left: auto;
    margin-right: auto;
}
.grid-item-inspire {

    padding: 20px;
}
.wnw-inspire-load-more {
	width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}
@supports (-webkit-touch-callout: none) {

    .wnw-inspire-hero-wrapper {
        background-attachment: scroll;
    }
}
@media only screen and (min-width: 667px) and (max-width: 1023px) {


    .grid-container-inspire {
        grid-template-columns: 1fr 1fr;
         max-width: 1000px;
        display: grid;

        grid-row-gap: 50px;
        grid-column-gap: 54px;
        margin-left: auto;
        margin-right: auto;
        width: 657px;
    }
   
}

@media only screen and (min-width: 300px) and (max-width: 668px) {


    .grid-container-inspire {
        grid-template-columns: 1fr;
         max-width: 1000px;
         display: grid;

        grid-row-gap: 50px;
        grid-column-gap: 54px;
        margin-left: auto;
        margin-right: auto;
        width: 293px;
    }
    .wnw-inspire-no-item-text {
        top: 0px;
        margin-left: -33px;
    }
    .wnw-inspire-item { 
        height: 275px;
        width: 275px;
    }
    .wnw-inspire-item-text {
        width: 275px;
        margin-left: -21px;
    }
   
}

@media only screen and (min-width: 741px) and (max-width: 980px) {
    .wnw-inspire-top-text {
        width: 60%;
    }
    .wnw-inspire-bottom {
        width: 60%;
    }
    .wnw-inspire-hero-wrapper {
        height: 550px;
    }
    .wnw-inspire-top-text img {
         margin-top: 30%;
    }
}
@media only screen and (min-width: 640px) and (max-width: 740px) {
    .wnw-inspire-top-text {
        width: 60%;
    }
    .wnw-inspire-bottom {
        width: 60%;
    }
    .wnw-inspire-hero-wrapper {
        height: 500px;
    }
    .wnw-inspire-top-text img {
         margin-top: 30%;
    }
}
@media only screen and (min-width: 501px) and (max-width: 640px) {
    .wnw-inspire-top-text {
        width: 60%;
    }
    .wnw-inspire-bottom {
        width: 60%;
    }
    .wnw-inspire-hero-wrapper {
        height: 450px;
    }
    .wnw-inspire-top-text img {
         margin-top: 30%;
    }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
    .wnw-inspire-top-text {
        width: 60%;
    }
    .wnw-inspire-bottom {
        width: 60%;
    }
    .wnw-inspire-hero-wrapper {
        height: 400px;
    }
    .wnw-inspire-top-text img {
         margin-top: 30%;
    }
}

@media only screen and (max-width: 400px) {
    .wnw-inspire-top-text {
        width: 60%;
    }
    .wnw-inspire-bottom {
        width: 60%;
    }
    .wnw-inspire-hero-wrapper {
        height: 300px;
    }
    .wnw-inspire-top-text img {
         margin-top: 30%;
    }
    .wnw-inspire-item-text {
        top: 185px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 360px) {
   .wnw-inspire-join-text {
    font-size: 2rem;
   }
 
}