I have attempted to position the text in close proximity to the images as shown in the picture below (to allow for spacing in the middle). As depicted in the image, the "AVENUE FOR GROWTH" and "NETWORKING OPPORTUNITIES" texts are near Man's hand and wallet pictures respectively. Therefore, I need to devise a way to adjust those texts closer to their respective images. More specifically towards the left side.
https://i.sstatic.net/m6vby.jpg
Below is the complete Html and CSS of the page:
/* img {
-webkit-filter: grayscale(100%) contrast(110%) blur(1px); Chrome, Safari, Opera
/* filter: grayscale(100%); */
.test {
width: 100%;
height: 700px;
background-size: cover;
background-image: url('//ehealth4everyone.com/wp-content/uploads/2019/07/Group-510.jpg');
text-align: center;
}
.clapimg{
max-width:70%;
float:left;
padding:10px;
}
.clapimg2{
max-width:30%;
/* float:right; */
padding:10px;
border-radius:50px;
}
.content{
margin-top:20%;
margin-left:20%;
color:white !important;
text-align:justify;
}
.btn-default{
background-color: #ffffff !important;
color:black;
}
.button{
background-color: #2372B7;
color: white;
display: block;
height: 40px;
line-height: 40px;
text-decoration: none;
width: 100px;
text-align: center;
border-radius: 5px;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
background-color: #2372B7;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
background-color: #ccc;
}
/* Style the collapsible content. Note: hidden by default */
.drop {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #2372B7;
}
.collapsible:after {
content: '\02795'; /* Unicode character for "plus" sign (+) */
font-size: 13px;
color: white;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2796"; /* Unicode character for "minus" sign (-) */
}
<p>[vc_row][vc_column][vc_column_text]</p>
<meta name="viewport" content="width=device-width, initial-scale=1">
<div class="test">
<div class="row">
<div class="col-md-6">
<div class="content">
<h1 style="color:white; font-weight:bolder; line-height: normal;">HEALTH TECH</h1>
...