.parent {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
    }
    
    .div1 { display: flex; }
    .div2 {
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px;
    }
    .div3 {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .endpoint-title {
        height: 24px;
        text-align: left;
        font: normal normal normal 18px/30px Open Sans;
        letter-spacing: 0px;
        color: #7C7C7C;
        text-transform: uppercase;
        opacity: 1;
        padding-bottom: 12px;
    }
    .endpoint-message {
        height: 43px;
        text-align: left;
        font: normal normal 600 32px/42px Open Sans;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
    }
    .cards {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    .card {
        width: 280px;
        height: 266px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #D2D5D9;
        border-radius: 4px;
        opacity: 1;
        margin-left: 10px;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .card:hover  {
        width: 280px;
        height: 268px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 10px #D6BFE0;
        border: 1px solid #7C54D8;
        opacity: 1;
    }
    .card-title {
        text-align: center;
        font: normal normal normal 20px/28px Open Sans;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
    }
    .card-details {
        text-align: center;
        font: normal normal normal 14px/20px Open Sans;
        letter-spacing: 0px;
        color: #7C7C7C;
        width: 90%;
    }
    .pink-text {
        color: #E45785 !important;
    }
.top-bar {
    display: flex;
    height: 81px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #f3f5f6;
    align-items: center;
    justify-content: end;
}
.button1 {
    top: 692px;
    left: 1203px;
    width: 172px;
    height: 39px;
    background: #2E3F58 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 15px/20px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}