.inspiration-template-container {
    padding-right: 32px;
    margin: 30px 0;
}
.inspiration-template-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: empikProBold
    margin: 10px 0 32px 0;
}
.inspiration-template-header .inspiration-template-title {
    font-size: 32px;
    letter-spacing: 0.2px;
    color: black;
    padding: 0;
    margin: 0;
}
.inspiration-template-header a {
    color: #000;
    text-decoration: underline;
}
.templates-250 {
    display: flex;
    height: 199px;
    width: 100%;
    align-items: center;
    font-family: empikProRegular;
}
.template-250-item {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 20px;
    max-width: 40px;
}
.template-250-item:first-child {
    margin-left: 0;
}
.template-250-item:hover {
    box-shadow: 0 3px 0 0 #FF5747;
}
.template-250-img {
    margin-bottom: 30px;
}
.template-250-text-container {
    display: flex;
    text-align: center;
    flex-direction: column;
    margin-bottom: 15px;
}
.template-250-text-container a {
    color: #000;
    text-decoration: none;
}
.template-250-title {
    font-size: 15px;
    letter-spacing: 0.3px;
}
@media screen and (max-width: 800px) {
    .templates-250 {
        flex-wrap: wrap;
        height: auto;
    }

    .template-250-item:first-child {
        margin-left: 20px;
    }
    .template-250-item {
        margin: 0 13px;
    }
}