.custom_header_logo {
    width: 300px;
}

h2.animated-title {
    font-size: clamp(3.75rem, -2.7679rem + 13.579vw, 12.5rem);
}

@media (max-width: 768px) {
    .custom_header_logo {
        width: 200px;
    }

    h2.animated-title {
        font-size: clamp(2.75rem, -2.7679rem + 13.579vw, 12.5rem);
    }
}

.custom_contact_div {
    display: contents;
}

.custom_google_map iframe {
    height: 650px;
}

.text_justify {
    text-align: justify !important;
    /* word-spacing: -2px;
    hyphens: auto;
    -webkit-hyphens: auto; */
}

.blog-details-tags-btn:hover {
    background-color: var(--main-color-600) !important;
    color: #fff !important;
}

.new-pricing-plan-one__item {
    min-height: 750px;
    /* apnar design onujayi adjust koro */
}

.breadcrumb {
	margin-top: 80px ! important;
    margin-bottom: 0px ! important;
}