/* ===========================
   Responsive — Mobile Only
=========================== */

@media only screen and (max-width: 992px) {
	.footer-content-left p, .footer-content-right ul li a {
		font-size: 14px;
	}
	.footer-content-right ul {
		gap: 10px;
	}
	h1 {
		font-size: 200%;
	}
	.logo-container a img {
		max-width: 100% !important;
	}
	.logo-container a img {
        max-width: 80% !important;
    }
}

@media (max-width: 768px) {

    img {
        max-width: 100%;
    }

    .container {
        padding: 0 20px;
    }

    .button,
    .btn-primary,
    .btn-secondry {
        font-size: 0.9em;
        padding: 16px 16px;
    }
	.footer-content {
		flex-wrap: wrap;
	}
	.footer-content-left {
		text-align: center;
		width: 100%;
	}
	.footer-content-right {
		margin: 15px 0px 0px;
		width: 100%;
	}
	.footer-content-right ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 30px;
	}
	.footer-main {
		padding: 0 0 20px;
	}
}

@media only screen and (max-width: 600px) {
	.home-content-container-inner table tr td:first-child {
		width: 30%;
	}
	.home-content-container-inner table tr td:nth-child(2) {
		width: 50%;
	}
	.home-content-container-inner table tr td span {
		font-size: 16px;
		line-height: 100%;
	}
	.home-content-container-inner table tr td {
		line-height: 90%;
	}
	.custom-page-content-inner ul, .home-content-container-inner ul {
		margin: 0 0 20px 30px;
	}
	.single-content-container main {
		padding: 0px !important;
	}
}
