.awsm-personal-info {
  word-break: break-all;
}
.cards-style.style-3 figcaption{
	padding: 30px 3px
}
.awsm-personal-info a{
	font-size: 0.8em
}
.wb_info{
        position: relative;
        height: 240px;
        display: flex;  
    }
    .wb_info .content{
        position: absolute;
        top: 100%;
        padding: 15px;
        background-color: #fff;
        color:#000;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
			z-index:1;
    }
    .wb_info.open .content,
    .wb_info:hover .content{
        opacity: 1;
        visibility: visible;
    }
    
    .wb_info .card{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        background-color: var(--bg);
        padding: 3em 1em;
        color: #fff!important;
        cursor: pointer;
        transition: 0.3s all;
			font-size: 16px;
    }
.wb_info .card *{
	color: inherit;
}
    .wb_info .card:hover{
        background-color: #333;
    }
    .wb_info .card .title{
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
			text-align:center;
    }
    .wb_info .card .devider{
        height: 1px;
        background-color: #fff;
        margin: 20px 0;
        width: 100%;
    }
    .wb_info .email{
        text-align: center;
    }
    .wb_info .action{
        text-align: center;
        margin-bottom: 15px;
    }
    .wb_info .des{
        margin: 15px 0;
    }
.wb_info .content .action a{
	padding:0.5em 2em;
	background:#000;
	color: #fff;
	
}
.wb_info .content .email {
	color:inherit;
}
.modal-style.style-1 figcaption{
	opacity: 1;
	position: absolute;
	background: none;
	color: inherit;
	transform: none;
	top: auto;
	bottom: 0;
	max-height: 100px;
	overflow: hidden;
	left: 0;
	width: 100%;
	transition: 0.3s all;
	color: #111;
	min-height: 100px;
	padding: 15px 10px;
}
.modal-style.style-1 figcaption::before{
	position: absolute;
	bottom: 0;
	height: 0px;
	background: #ed1c24;
	left: 0;
	right: 0;
	width: 100%;
	transition: 0.3s all;
}
.modal-style.style-1 .awsm-personal-info{
	display: flex;
	flex-direction: column-reverse;
	
}
.modal-style.style-1 figure{
	position: relative;
	padding-bottom: 100px;
	border:1px solid rgba(0,0,0,.1);
}
.modal-style.style-1 figcaption h3{
	color: inherit;
	transition: 0.3s all;
	line-height: 1.2;
}
.modal-style.style-1 figure:hover figcaption{
	max-height: 300px;
	color: #fff;
	min-height: 120px;
}
.modal-style.style-1 figure .awsm-personal-info span{
	text-transform: none;
}
.modal-style.style-1 figure:hover figcaption::before{
	height: 100%;
}
.modal-style.style-1 figure img{
	transition: 0.3s all;;
}
.modal-style.style-1 figure:hover img{
	transform: scale(1.1);
}
.modal-style.style-1 .awsm-modal-details h2{
	margin-bottom: 10px;
	margin-top: -0.3em;
}
.modal-style.style-1 .awsm-modal-details h3{
	margin-bottom: 15px;
}