/*
Theme Name: All About USA
Theme URI: https://pwsolution.com
Author: PWS LLC
Author URI: https://pwsolution.com
Description: A custom WordPress theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: all-about-usa
*/

@import url('assets/css/tailwind-style.css');


.single-blogs .content img {
  float: right;
  margin: 0 15px 15px 40px;
  max-width: 50%;
  height: auto;
  display: block;
}