.service-voiceover section{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;  
}
.service-voiceover .head h5{
font-size: 5vw;
text-align: center;
color: #fff;
font-weight: 700;
text-transform: uppercase;
}
.service-voiceover .head{
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;    padding-bottom: 40px;
}
.service-voiceover .head p{
font-size: 20px;
font-weight: 400;
color: #fff;
max-width: 70%;
text-align: center;
}
.portfolio .sect1 .bg{height: 80vh !important;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;background-color: #00000033;position:relative;
}
.portfolio .sect1 .bg .head h5{    font-size: 30px;
color: #fff;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 5px;position:relative;z-index:1;}
.portfolio .sect1 .bg .overlay{
background-color: #00000033;position:absolute;width:100%;height:100%;display:flex;left:0;top:0;}