/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: brandon-grotesque, sans-serif;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .blog-section {
        width: 100%;
        padding: 0 5%;
    }
    .blogs-grid {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
    .blog-item {
        padding: 0 0 25px 0;
        background: #fff;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }
    .blog-image {
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .blog-texts {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .blog-title {
        font-family: bd-supper, sans-serif;
        margin: 10px auto;
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        text-decoration: none;
        text-align: center;
    }
    .blog-title:hover {
        text-decoration: underline;
    }
    .blog-item p {
        margin: 10px auto;
        font-size: 15px;
        font-weight: 500;
        color: #515151;
        text-align: center;
    }
    .blog-button {
        display: inline-block;
        margin: 10px auto;
        padding: 10px 40px;
        font-size: 15px;
        font-weight: 600;
        background: #69be28;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .blog-button:hover {
        opacity: 0.9;
    }
    .pagination-container {
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .previous-next {
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        text-decoration: none;
    }
    .pagination-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
    }
    .page-number-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page-number-container a {
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        margin: 0 10px;
    }
    .page-number-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
        margin: 0 10px;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .blog-section {
        width: 100%;
        padding: 0 5%;
    }
    .blogs-grid {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
    .blog-item {
        padding: 0 0 25px 0;
        background: #fff;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }
    .blog-image {
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .blog-texts {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .blog-title {
        font-family: bd-supper, sans-serif;
        margin: 10px auto;
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        text-decoration: none;
        text-align: center;
    }
    .blog-title:hover {
        text-decoration: underline;
    }
    .blog-item p {
        margin: 10px auto;
        font-size: 15px;
        font-weight: 500;
        color: #515151;
        text-align: center;
    }
    .blog-button {
        display: inline-block;
        margin: 10px auto;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 600;
        background: #69be28;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .blog-button:hover {
        opacity: 0.9;
    }
    .pagination-container {
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .previous-next {
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        text-decoration: none;
    }
    .pagination-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
    }
    .page-number-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page-number-container a {
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        margin: 0 10px;
    }
    .page-number-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
        margin: 0 10px;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .blog-section {
        width: 100%;
        padding: 0 5%;
    }
    .blogs-grid {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
    }
    .blog-item {
        padding: 0 0 25px 0;
        background: #fff;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }
    .blog-image {
        width: 100%;
        height: 260px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .blog-texts {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .blog-title {
        font-family: bd-supper, sans-serif;
        margin: 10px auto;
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        text-decoration: none;
        text-align: center;
    }
    .blog-title:hover {
        text-decoration: underline;
    }
    .blog-item p {
        margin: 10px auto;
        font-size: 15px;
        font-weight: 500;
        color: #515151;
        text-align: center;
    }
    .blog-button {
        display: inline-block;
        margin: 10px auto;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 600;
        background: #69be28;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .blog-button:hover {
        opacity: 0.9;
    }
    .pagination-container {
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .previous-next {
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        text-decoration: none;
    }
    .pagination-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
    }
    .page-number-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page-number-container a {
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        margin: 0 10px;
    }
    .page-number-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
        margin: 0 10px;
    }
}

@media(max-width: 769px) {
    .blog-section {
        width: 100%;
        padding: 0 5%;
    }
    .blogs-grid {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
    .blog-item {
        padding: 0 0 25px 0;
        background: #fff;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }
    .blog-image {
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .blog-texts {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .blog-title {
        font-family: bd-supper, sans-serif;
        margin: 10px auto;
        font-size: 20px;
        font-weight: 500;
        color: #69be28;
        text-decoration: none;
        text-align: center;
    }
    .blog-title:hover {
        text-decoration: underline;
    }
    .blog-item p {
        margin: 10px auto;
        font-size: 15px;
        font-weight: 500;
        color: #515151;
        text-align: center;
    }
    .blog-button {
        display: inline-block;
        margin: 10px auto;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 600;
        background: #69be28;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .blog-button:hover {
        opacity: 0.9;
    }
    .pagination-container {
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .previous-next {
        font-size: 17px;
        font-weight: 500;
        color: #69be28;
        text-decoration: none;
    }
    .pagination-container span {
        font-size: 17px;
        font-weight: 500;
        color: #717171;
    }
    .page-number-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page-number-container a {
        font-size: 17px;
        font-weight: 500;
        color: #69be28;
        margin: 0 10px;
    }
    .page-number-container span {
        font-size: 17px;
        font-weight: 500;
        color: #717171;
        margin: 0 10px;
    }
}
