/*
Theme Name: Primelaw
Text Domain: primelaw
Version: 1.0
Tested up to: 6.7.2
Requires at least: 6.7.2
Requires PHP: 7.4
Description: This theme was custom made for a client. The theme was created from scratch.
Author: Your Solutions Team
Author URI: https://your-solutions.dev/
Theme URI: https://your-solutions.dev/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/


@media (max-width: 768px) {
    .image-contact-main img {
        height: 450px;
        object-fit: cover;
        object-position: bottom;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .image-contact-main img {
        height: 350px;
    }
    .footer__developed{
        display: block;
        width: max-content !important;
        margin-top: 13px;
    }
}

.wp-block-details summary {
    font-family: 'Inter-Light';
    font-size: 20px;
}