.blogs {
    margin: 50px 0;
}

.blogs .section-title {
    margin-bottom: 20px;
}

.blogs .section-title h1 {
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    font-feature-settings: 'case' on;
}

.blogs .blog-item {
    margin-bottom: 50px;
    width: 100%;
}

.blogs .blog-item .blog-image img {
    width: 100%;
    height: 356px;
    margin-bottom: 15px;
    object-fit: cover;
    border-radius: 30px;
}

.blogs .blog-item .blog-title {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 15px;
}


.blogs .blog-item .blog-title a {
    color: #000000;
}

.blogs .blog-item .blog-desc {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}

.blogs .blog-item .btn-read-more {
    padding: 8px 55px;
    border-radius: 20px;
}


@media (max-width: 1199px) {
    .blogs .blog-item .blog-image img {
        height: 295px;
    }
}

@media (max-width: 991px) {
    .blogs .blog-item .blog-image img {
        height: 336px;
    }
}

@media (max-width: 767px) {
    .blogs .blog-item .blog-image img {
        height: 246px;
    }
}

.blog {
    margin: 50px 0;
}

@media (min-width: 1400px) {
    .blog .container {
        max-width: 1040px!important;
    }
}

.blog .section-title {
    margin-bottom: 20px;
}

.blog .section-title h1 {
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    font-feature-settings: 'case' on;
}

.blog .section-image {
    margin-bottom: 20px;
    width: 100%;
}

.blog .section-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
}


.blog .section-share {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.blog .section-share .share-item {
    margin-right: 10px;
    border-radius: 16px;
    padding: 10px;
    width: 45px;
    height: 45px;
    background-color:#11BAC5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .section-share .share-item i {
    font-size: 20px;
    color: #ffffff;
}


@media (max-width: 767px) {
    .blog .section-share .share-item {
        border-radius: 14px;
        width: 40px;
        height: 40px;
    }


    .blog .section-share .share-item i {
        font-size: 16px;
    }
}
