.single-wrapper img {
    /* width: 60%; */
    width: auto;
    margin: 0 auto;
    display: block;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.single-wrapper .banner-img:first-child img {
    margin-top: 0;
}

.single-wrapper p {
    margin-bottom: 20px;
}

.single-wrapper {
    margin-bottom: 20px;
}

.single-wrapper p strong {
    font-weight: 900;
    font-family: "Roboto-Regular";

    color: var(--secondary-color);
}

.single-wrapper strong {
    font-weight: 900;
    font-family: 'Roboto-Regular';

    color: var(--secondary-color);
}

.single-wrapper ul {
    padding-left: 20px;
}

.single-wrapper ul li {
    font-size: 20px;
    font-style: italic;
    font-family: "Roboto-Regular";
    font-weight: 400;
    font-style: normal;
    color: var(--common-color);
    margin-bottom: 10px;
    list-style: disc;
}

.single-wrapper ol li {
    list-style-type: decimal;
}

.single-wrapper h4 {
    color: var(--primary-color);
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-post-page {
    font-size: 20px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-style: normal;
    color: var(--common-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins-Medium";
    margin-bottom: 20px !important;
}
.btn-1{
    text-wrap: wrap !important;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .single-wrapper img {
        width: 90%;
    }

    h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .single-wrapper h4 {
        font-size: 22px;
        margin-top: 20px;
    }

    .single-wrapper ul li {
        font-size: 14px;
    }

    .single-wrapper img {
        width: 100%;
    }

    .single-wrapper {
        padding-top: 100px;
    }
}
@media (max-width: 575px) {
    .single-wrapper {
        padding-top: 60px;
    }
    .single-wrapper img{
        height: 100%;
        max-height: 450px;
    }
}