* {
    margin: 0;
    padding: 0;
}
body {
    background: #101213;
}
body, a {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;
}
.blogs {
    display: flex;
}

.blogs-list {
    flex: 1 1;
    width: 73%;
}

.blog-card {
    background-color: #101213;
    color: #CCC;
    /* padding-left: 50px; */
    padding-bottom: 25px;
    /* padding-right: 50px; */
    margin-right: 15px;
    margin-bottom: 25px;
    padding-top: 20px;
    display: flex;
    border: 1px solid #222429;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #101213;
    box-sizing: border-box;
}

.blog-card-details {
    background-color: #101213;
    color: #CCC;
    padding-left: 50px; 
    padding-bottom: 25px;
    padding-right: 50px;
    margin-right: 15px;
    margin-bottom: 25px;
    padding-top: 20px;
    border: 1px solid #222429;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #222429;
}

.blog-side {
    width: 27%;
}

.blog-title a {
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 20px 0px;
    display: block;
    font-weight: 500;
    line-height: 1.9em;
}
.blog-title h1 {
    margin-bottom: 30px;
    font-size: 29px;
    color: #fff;
}
a.read-more {
    color: #fff;
    margin-left: 5px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #ffffff1f;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
}

.body, .header, .footer {
    display: flex;
    justify-content: center;
}

.blog-body {
    padding-bottom: 30px;
    color: #c5c5c5;
    font-size: 16px;
    line-height: 30px;
}
.blog-info span {
    margin-right: 20px;
}

.nav-menu {
    text-align: center;
    background: #4094ad;
    margin: 35px 0px;
    border-radius: 2px;
}


.nav-menu a {
    text-decoration: none;
    display: inline-block;
    color: white;
    padding: 10px 25px;
    border-right: 1px solid #3387a0;
    margin: 0;
    box-sizing: border-box;
    margin-left: -5px;
}

.logo {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.nav-menu a:hover, .nav-menu a:focus {
    background: #ff7361;
}
.nav-menu a:last-child {
    border-right: none;
}
.blog-info {
    font-size: 13px;
    font-weight: 300;
}

.side-card {
    background-color: #101213;
    color: #CCC;
    padding-bottom: 25px;
    margin-left: 15px;
    border: 1px solid #222429;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #222429;
}

.side-card-title h1 {
    font-size: 17px;
    text-align: center;
}

.side-card-title {
    padding-top: 15px;
    margin-bottom: 15px;
    color: #c5c5c5;
    border-bottom: 1px solid #222429;
    padding-bottom: 15px;
}

.side-card-items-title a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1.9em;
}

.side-card-items-body {
    color: #c5c5c5;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.9em;
}


.side-card-items-info {
    color: #777;
    font-size: 13px;
    font-weight: 300;
}
.side-card-items {
    margin-bottom: 30px;
}
.footer-container {
    background-color: #353940;
    padding: 16px 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    margin-top: 150px;
    color: #c5c5c5;
}

.share-icons a {
    display: inline-block;
    text-decoration: none;
    padding: 1px 25px;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
}
a.share-fb {
    background: #4267b2c4;
}
a.share-twitter {
    background: #00aceed1;
}
a.share-reddit {
    background-color: #ff4301bf;
}
a.share-whatsapp {
    background-color: #4fce5dd9;
}

.blog-info.blog-details {
    margin-top: -5px;
    margin-bottom: 25px;
}

.share-icons {
    margin-bottom: 30px;
}

.blog-body.blog-details {
    border-bottom: none;
    margin-top: 35px;
}
.blog-body.blog-details p {
    margin-bottom: 15px;
}
.logo-inner {
    width: 125px;
}
.blog-body h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: white;
}

.blog-left, .blog-right {
    flex: 0 0 50%;
    width: 50%;
    padding: 0px 15px;
    box-sizing: border-box;
}

.blog-left img {
    width: 100%;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.5s ease;
}
.blog-right {
    text-align: center;
}
.rm-div {
    margin-top: 20px;
}
a.read-more:hover {
    background: #4094ad;
    border: 1px solid #4094ad;
}
.blog-image img {
    width: 100%;
}

.blog-details ul {
    margin-left: 40px;
}

strong {
    font-weight: bold;
}

.blog-body h2 {
    margin: 20px 0px;
}

.blog-details ul li {
    margin: 10px 0px;
}

.side-card-body {
    padding-left: 25px;
    padding-right: 10px;
}