/* Home */

.home {
    height: calc(100vh - 85px);
    position: relative;
    align-items: center;
}

.home-column-white, .home-column-img {
    height: 100%;
}

.home-column-img {
    position:absolute;
    right: 0;
}

.home-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    
}

.home .home-card {
    background-color: #FCFCF9;
    width: 516px;
    height: auto !important;
    gap: 20px;
    position:absolute;
    z-index: 1;
    padding: 72px 55px 21px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.home .home-card-info {
    display: flex;
    flex-direction: column;
}

.home .home-cma {
    font-weight: 500;
    color: #0F3057;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

.home .card-border {
    /* background-color: #C2A99D; */
    height: 1px;
    width: 100%;
    margin: 40px 0;
}

.home .home-address {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    margin-top: 32px;
    color: #000;
}

.home .home-agent {
    display: flex;
    justify-content: center;
}

.home .home-agent-avatar {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    border-radius: 50%;
}

.home .home-agent-txt {
    display: flex;
    flex-direction: column;
    margin: 4px 0 0 16px;
}

.home .home-agent-name {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: #0F3057;
    margin-bottom: 8px;
}

.home-agent-phone, .home-agent-email, .home-prepared {
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.home-agent-email {
    max-width: 230px;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    /* display: inline-block; */
}

.home-agent-contact {
    margin-top: 8px;
}

.home-agent-contact svg {
    margin-right: 4px;
}