<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonial-three__image {
	width: 120px;
}

.testimonial-three__image img {
	width: 100%;
	height: auto;
}

.about-area,
.about-two-area {
	padding-bottom: 120px;
}

.star i {
	color: #e4bf9f;
}

.caption-text {
	text-align: center;
	font-style: italic;
}

.blog__content p {
	margin-bottom: 0.6em;
}
.blog__content img{
	max-width: 100%;
}

.blog__content ul {
    list-style: disc;
}
.blog__content li {
    margin-left: 1.3em;
	margin-bottom: 0.3em;
	list-style: disc;
}
.blog__content h3{
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
.btn-submit {
	display: inline;
}


.blog-single__right-item .single-post img{
	width: 80px;
}


.contact__left-item ul li{
	display: grid;
	grid-template-columns: 70px 1fr;
}

.blog-single__right-item .fast-lane img{
	width: 100%;
}

@media (max-width: 991px) {
    .header__main {
        padding: 8px 0;
    }
	.logo {
		display: block;
		width: 48px;
		padding: 4px;
	}

	
}

@media (max-width: 575px) {
	iframe {
		width: 100%;
	}
}</pre></body></html>