.brief{
    margin-top: 1030px;
    margin-bottom: 60px;
    background-color: #a4bebe3a; 
    padding: 40px;
    .brief_wrapper{
        .brief_left{
             .wpo-testimonials-img{
                width: 450px;
                height: 438px;
                position: relative;
                img{
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                }
                .wpo-testimonials-img-shape{
                    position: absolute;
                    left: 48%;
                    top: 63%;
                    width: 82%;
                    height: 88%;
                    z-index: -1;
                    transform: translate(-50%, -60%);
                    
                    img{
                        border-radius: 50%;
                        max-width: 100%;
                        max-height: 100%;
                    }
                }
             }
        }
        .brief_right{
            padding-left: 30px;
            h4{
                font-size: 30px;
                color: #002642;
                font-weight: 600;
                padding-bottom: 20px;
                line-height: 42px;
            }
            p{
                font-size: 15px;
                color: #333;
                font-weight: 400;
                list-style: 26px;
            }
            .wedderMame{
                  text-align: end;
                  padding-top: 50px;
                h4{
                    font-size: 22px;
                    color: #002642;
                    font-family: 'Playfair Display', serif;
                    font-weight: 700;
                    span{
                      font-size: 18px;
                      padding: 0 5px;
                    }
                }
            }
        }
    }
}
