.carousel {
    margin: 0 auto;
}

/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}
.carousel-control.right {
    right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
    background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

    @media (min-width: 1200px){
.container {
    width: 1170px;
}

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-12 {
    width: 100%;
}

.blog-grids {
    overflow: hidden;
    margin: 0 -15px;
}

.blog-grids .grid {
    background-color: #fff;
    float: left;
    padding: 15px;
    margin: 20px 0px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.entry-media img {
    border-radius: 10px;
    width: 100%;
    max-height: 188px;
    min-height: 188px;
}

.entry-body {
    padding: 21px 10px;
}

.entry-body .cat {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #6220d9;
    text-transform: uppercase;
}

.entry-body h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.30em;
    margin: 3px 0 0.73em;
}

.entry-body h3 a {
    color: #41516a;
}

.entry-body h3 a:hover {
    color: #6220d9;
    text-decoration: none;
}

.entry-body p {
    margin-bottom: 2em;
    color: #90949a;
    line-height: 1.8em;
}

.read-more-date {
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: absolute;
}

.read-more-date a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #41516a;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.read-more-date .date {
    position: relative;
    right: 0;
    color: #90949a;
}

@media screen and (max-width: 768px) {
    .carousel {
        margin-bottom: 0;
        padding: 0px 28px 20px 29px;
    }
    .card {
        width: 16rem;
    }
}

@media screen and (max-width: 414px) {
    .carousel {
        margin-bottom: 0;
        padding: 0px 28px 20px 29px;
    }
    .card {
        width: 18rem;
    }
}

@media screen and (max-width: 411px) {
    .carousel {
        margin-bottom: 0;
        padding: 0 20px 20px 30px;
    }
    .card {
        width: 18rem;
    }
}
@media screen and (max-width: 375px) {
    .carousel {
        margin-bottom: 0;
        padding: 0px 6px 20px 6px;
    }
}
@media screen and (max-width: 360px) {
    .carousel {
        margin-bottom: 0;
        padding: 0px 8px 20px 4px;
    }
    .card {
        width: 18rem;
    }
}
@media screen and (max-width: 320px) {
    .card-body {
        margin-bottom: 10px;
        height: 22rem;
        width: 227px;
    }
    .carousel {
        margin-bottom: 0;
        padding: 0px 15px 20px 18px;
    }
    .card {
        width: 18rem;
    }
}


/*img {
    width: 200px;
    height: 200px;
}

.two-row img {
    margin-bottom: 20px;
}*/