.speaker-graphic{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    align-items: end;
    height: 500px;
    justify-content: space-between;


}
.going-beyond-the-brief h4, .going-beyond-the-brief h5{
    color: #404040 !important;
}
.speaker-title-wrap{
    position: relative;
    width: 100%;
}

.speaker-img{
    width: 100%;
    position: absolute;
    top: 0;
    right:  -27%;
}
.speaker-title{
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 30px;
    width: 40%;
    font-size: 1.5em;
}
.speaker-boxes{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}
.speaker-boxes .box{
    width: 45%;
    height: 50%;
    margin: 20px;
  
}
.speaker-boxes .box img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.going-beyond-the-brief{
    background-color: rgb(233 233 233);
    padding-bottom: 10em;
    padding-top: 10em;
}
.going-beyond-the-brief p{
    font-size: 1.3em;
    width: 90%;
}
.speaker-boxes .box:nth-child(2){
  
    height: 40%;
    margin: 20px;
    background-color: pink;
}
.speaker-sticker{
    position: absolute;
}
.speaker-sticker img{
    width: 120px;
    height: 120px;
}
.flex-main-section{
    flex-wrap: wrap;
}
.flex-column{
    min-width: 300px;
}
@media only screen and (max-width: 767px)
{
    .going-beyond-the-brief{
        padding-top: 0;
    }
    .flex-column{
        width: 100%;
    }
    .going-beyond-the-brief p{
        width: 100%;
        text-align: left !important;
    }
}