/*
Theme Name: Childrens Home FOD theme
Theme URI: http://www.childrenshome-fod.com
Description: Childrens Home FOD theme
Author: StudioRav
Author URI: http://www.studiorav.co.uk
Template: Divi
Version: 1
*/

@import url("../Divi/style.css");
/* Place your custom styles below this line
-------------------------------------------------------------- */
.left-firstcolomn{
    display:flex;
    align-items: center;
    border-radius: 20px;
    background-color: #fdcd53;
    overflow: hidden;
    position:relative;
}
.left-firstcolomn .et_pb_image{
    order:2;
    margin-bottom: 0 !important;
}
.left-firstcolomn .et_pb_image img{
    height:100% !important
}
.left-firstcolomn .et_pb_text:before{
    content:"";
    bottom: 45%;
    fill: #fdd97d;
    right: 16px;
    padding-bottom: 15%;
    transform: rotate(270deg);
    transition: left .15s ease-out;
    width: 130%;
}