/* global */
*, :before, :after{
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

html{
    scroll-behavior: smooth;
}
.container{
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 20px;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: #000;
}

.row {    display: -ms-flexbox;    display: flex;    -ms-flex-wrap: wrap;    flex-wrap: wrap;    margin-right: -15px;    margin-left: -15px;}
.col-md-1 {    -ms-flex: 0 0 8.333333%;    flex: 0 0 8.333333%;    max-width: 8.333333%; padding: 0 15px;  }
.col-md-2 {    -ms-flex: 0 0 16.666667%;    flex: 0 0 16.666667%;    max-width: 16.666667%; padding: 0 15px;  }
.col-md-3 {    -ms-flex: 0 0 25%;    flex: 0 0 25%;    max-width: 25%; padding: 0 15px;  }
.col-md-4 {    -ms-flex: 0 0 33.333333%;    flex: 0 0 33.333333%;    max-width: 33.333333%; padding: 0 15px;  }
.col-md-5 {    -ms-flex: 0 0 41.666667%;    flex: 0 0 41.666667%;    max-width: 41.666667%; padding: 0 15px;  }
.col-md-6 {    -ms-flex: 0 0 50%;    flex: 0 0 50%;    max-width: 50%; padding: 0 15px;  }
.col-md-7 {    -ms-flex: 0 0 58.333333%;    flex: 0 0 58.333333%;    max-width: 58.333333%; padding: 0 15px;  }
.col-md-8 {    -ms-flex: 0 0 66.666667%;    flex: 0 0 66.666667%;    max-width: 66.666667%; padding: 0 15px;  }
.col-md-9 {    -ms-flex: 0 0 75%;    flex: 0 0 75%;    max-width: 75%; padding: 0 15px;  }
.col-md-10 {    -ms-flex: 0 0 83.333333%;    flex: 0 0 83.333333%;    max-width: 83.333333%; padding: 0 15px;  }
.col-md-11 {    -ms-flex: 0 0 91.666667%;    flex: 0 0 91.666667%;    max-width: 91.666667%; padding: 0 15px;  }
.col-md-12 {    -ms-flex: 0 0 100%;    flex: 0 0 100%;    max-width: 100%; padding: 0 15px;  }

/* big-small-prod section start */

.big-small-prod-sec .inner {
    display: flex;
    justify-content: space-between;
}

.big-small-prod-sec .left-content {
    display: flex;
    justify-content: space-between;
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}

.big-small-prod-sec .left-content .small-blog {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    text-align: center;
}


.big-small-prod-sec .left-content .small-blog .prod-content {
    padding-inline: 15px;
}

.big-small-prod-sec .left-content .small-blog .image {
    display: block;
    width: 100%;
    height: 100%;
    background-color: burlywood;
    margin-inline: auto;
    margin-bottom: 15px;
}

.big-small-prod-sec .left-content .small-blog .image img {}

.big-small-prod-sec .left-content .small-blog h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.big-small-prod-sec .left-content .small-blog a.readmore-btn {
    font-size: 18px;
    line-height: 26px;
    margin-inline: auto;
    padding: 0; font-size: 18px;
    line-height: 26px;
    margin-inline: auto;
    padding: 0;
}

.big-small-prod-sec .right-content {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}

.big-small-prod-sec .right-content .blog-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.big-small-prod-sec .right-content .blog-list-item:not(:last-child) {
    margin-bottom: 13px;
}

.big-small-prod-sec .right-content .blog-list-item .small-prod-img {
    display: block;
    width: 100%;
    max-width: 600px;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: burlywood;
}

.big-small-prod-sec .right-content .blog-list-item .small-prod-img img {}

.big-small-prod-sec .right-content .blog-list-item .small-prod-info {
    max-width: 85%;
    width: 100%;
    flex: 0 0 85%;
}

.big-small-prod-sec .right-content .blog-list-item .small-prod-info h3{
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.big-small-prod-sec .right-content .blog-list-item .small-prod-info a.readmore-btn {
    font-size: 18px;
    line-height: 26px;
    margin-inline: auto;
    padding: 0;
}

/* big-small-prod section end */