.placeholders {display: 0!important; height: 0!important;width: 0 !important;} /* for placeholders in SFMC UI */
.agent-info-module-v2 .col .item_wrapper {
max-width: 310px;
position: relative;
margin: 0 auto;
border: 1px solid #efefef;
background: #fff;
margin-bottom: 20px;
}
.agent-info-module-v2 .col .item_wrapper .contact-details {
display: flex;
padding: 20px 20px 80px;
margin: 0 auto;
}
.agent-info-module-v2 .info_wrapper h3 {
font-size: 24px;
color: #25408F;
line-height: 1.4;
font-weight: 300;
margin: 0;
font-family: 'Open Sans',sans-serif;
}
.agent-info-module-v2 .info_wrapper .position, .agent-info-module-v2 .info_wrapper .location {
font-size: 14px;
line-height: 1.4;
font-weight: bold;
color: #333333;
margin: 0;
}
.agent-info-module-v2 .info_wrapper .contact_no {
font-size: 16px;
line-height: 1.4;
font-weight: normal;
color: #333333;
margin: 0;
}
.agent-info-module-v2 .cta_wrapper a {
display: block;
background-color: #25408F;
padding: 15px 20px;
color: #fff;
position: absolute;
bottom: 0;
text-decoration: none;
border-radius: 0;
width: 100%;
max-width: 100%;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
transition: all ease 0.5s;
box-sizing: border-box !important;
text-align: center;
}
.agent-info-module-v2 .col .img_wrapper {
border-radius: 105px;
min-width: 105px;
height: 105px;
position: relative;
overflow: hidden;
border: 2px solid #efefef;
overflow: hidden;
margin-right: 20px;
}
.agent-info-module-v2 .col .img_wrapper img {
width: 105px;
height: auto;
border-radius: 105px;
}