/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.gradient__container{
	border-radius: 15px;
	background: linear-gradient(171deg, #660032 19.76%, #CC0064 106.42%);
}
@media only screen and (max-width: 767px){
	.image__absolute{
		display: none;
	}
}