/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
<style>
.min-height{
	height:570px !important;
}
</style>

/*
<div class="simple-layout"><img class="main-img" src="http://studioanvina.com/wp-content/uploads/2025/07/Untitled.png" alt="Main" />
<img class="overlay-img" src="http://studioanvina.com/wp-content/uploads/2025/07/Untitled.png" alt="Overlay" />
<h2 class="headline">Competitor Analysis</h2>
</div>
<style>
.simple-layout {
position: relative;
}
.main-img {
width: 60%;
vertical-align: top;
display: inline-block;
}
.overlay-img {
width: 43%;
position: absolute;
bottom: -32%;
right: 6%;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.headline {
display: inline-block;
width: 30%;
vertical-align: top;
font-size: 15px;
margin-bottom: 10px;
color: #121518;
position: relative;
padding-top: 35%;
font-family: Poppins !important;
text-align: end;
margin-left: 15px;
}
.headline::after {
content: "";
display: block;
width: 152px;
height: 12px;
background-color: rgb(162, 169, 117);
margin-left: 2px;
margin-top: 10px;
}
@media screen and (max-width: 549px) {
.overlay-img {
right: 3.5%;
bottom: -34%;
}
.headline {
width: 35%;
margin-left: 0;
}
}
</style>
*/



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}