body {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin:0;
}
.overall-wrapper {
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    background-image: url("../../assets/img/default.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.container {width: 1340px; padding-left:20px; padding-right:20px;margin-left:auto;margin-right:auto;}
.window {
    margin-top: 50px;
    border-radius: 4px;
}
@media (max-width: 1340px) {
    .container {width:98%;margin: 0;padding-left:1%;padding-right:1%}
}

.btn {
    font-family: 'Inter', sans-serif;
    padding: 13px 30px 13px 30px;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    white-space: normal;
    margin-bottom:15px;
}
.btn.btn-primary {
    border-color: #CC3A24;
    background: #CC3A24;
    color: #fff;
    font-weight: 500;
    text-transform: initial;
    border-radius: 2px;
    font-size: 22px;
    margin-top:15px;
}
.read-more-btn {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-color: #CC3A24;
    background: #CC3A24;
    color: #fff;
    font-weight: 500;
    text-transform: initial;
    border-radius: 2px;
    font-size: 18px;
    margin-top:15px;
    padding:4px 13px;
    margin-left:25px;
}
.intro-text {
    max-width: 70%;
    text-align: center;
    background-color: #f1f1f1;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}
.intro-text p {
    text-align:justify;
}
img {
    max-width:100%;
}
.blog-intro-image {
    max-height: 400px;
    width: 95%;
    object-fit: cover;
}
@media (min-width:768px) {
    .intro-text p {
        padding:20px;
    }
    .intro-text p.button-par {
        text-align:left;
        padding:0px;
    }
    
}

@media (max-width: 767px) {
    .header img {height: 100px;}
    .intro-text {
        max-width: 100%;
    }
    .intro-text h2 {
        margin-top: 0.4em;
        line-height: 30px;
    }
    .intro-text p {
        line-height: 23px;
    }
    .categories-wrapper {
        max-width: 100%;
        padding-bottom: 10px;
    }
    .categories {
        flex-direction: column;
        font-size: 16px;
    }
    .category {
        width: 50%;
        margin-bottom: 10px;
    }
    .category img {
        max-width:40px;
    }
    h1 {
        font-size: 20px;
    }
    .window {
        margin-top:10px;
    }
    .logo {
        max-width: 80px;
    }
    .blog-intro-image {
        max-height: 165px;
        width: 100%;
        object-fit: cover;
    }
}