/*
Theme Name: Qutiiz Custom Theme
Theme URI: #
Author: Custom
Author URI: #
Description: Custom WordPress theme converted from Qutiiz HTML template.
Version: 1.0
Text Domain: qutiiz
*/

.custom-logo {
    max-width: 160px;
    height: auto;
}

.main-menu-wrapper__logo img {
    max-width: 160px;
    height: auto;
}

.blog-one__img img,
.project-one__img img,
.team-one__img img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-one__person-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}