.personal-contact_container {
    display: flex;
    align-items: center;
    color: #666666;
    min-width: 400px;
	max-width: 500px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 40px;
}

.personal-contact_image {
    height: 250px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.personal-contact_info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
	flex-grow: 1;
}

.personal-contact_name {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.personal-contact_position {
    font-size: 18px;
    padding: 5px;
    text-align: center;
}

.personal-contact-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 100px;
    margin-top: 20px;
}

.personal-contact_mail a, .personal-contact_phone a, .personal-contact_button a {
    color: #666666;
	text-decoration: none;
	font-size: 18px;
	margin-left: 10px;
}

a#open-modal-form.active {
    background-color: transparent !important;
}

.personal-contact_container i {
	padding: 5px;
	font-size: 22px;
}

.personal-contact_details {
    margin-top: 10px;
}

    #modal-bg {
    bottom: 0;
	top: 0;
	left: 0;
	right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    position: fixed;
    display: none;
    justify-content: center;
    margin-top: -128px;
    overflow-y: scroll;
	overflow: auto;
    z-index: 999;
	padding-top: 150px;
}

#modal-content {
    color: #666;
    background-color: #fff;
    margin: auto;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
    padding: 50px;
	margin-top: 140px;
    max-width: 1200px;
    flex-grow: 1;
}

#modal-content .hbspt-form {
	width: 100% !important;
}

    #toggle-button {
        display: inline-block;
        position: relative;
        float: right;
        margin: -30px -20px;
        font-size: 40px;
        cursor: pointer;
    }