.bodyInterview{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 48px;
    margin-bottom: 80px;
	justify-content: flex-start;
}
.imgInterview img {
    border-radius: 10px;
}

.w368{
    max-width: 368px;
}
.bodyInterview a{
   text-decoration: none;
   color: #1B1B1B;
}


.bodyInterview .imgInterview{
    margin-bottom: 16px;
}

.bodyInterview a p{
    margin-bottom: 1px;
 }
 @media screen and (max-width: 1200px){
	 .bodyInterview{
	justify-content: center;
}
}
 @media screen and (max-width: 768px){
    #contentBody .bodyInterview{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 30px;
    }
    #contentBody .bodyInterview a{
        width: 100%;
    }
    #contentBody .bodyInterview .imgInterview img{
       width: 100%;
    }
 }