/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.shpe-btm{
	position:relative;
}
.shpe-btm::after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;  /* Half of the base width */
    border-right: 7px solid transparent; /* Half of the base width */
    border-top: 20px solid #F5F7F8;            /* Height of the triangle */
	
}
