* {
    box-sizing: border-box;
}

body {

    font-family: 'Roboto', sans-serif;
}

.body_div {
    margin-top: 100px;
}

.title_text {
    font-size: 3rem;
    color: #ffffff;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: none;
    text-align: center;
}

.title_sub_text {
    font-size: 1.25rem;

    color: #ffffff;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: none;
    text-align: center;
}

.section_title{
    font-size: 1.337rem;
    color: #f53978;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: none;
    text-align: center;
}

.section_text{
    font-size: 1rem;
    color: black;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: none;
    text-align: center;
}

.sub_text_box {
    width: 60%;
    margin: auto;
}

.feature_box {
    clear: both;
    align-items: center;
    display: flex;
    justify-content: center;
}

.feature_box_color {
    background-color: #f53978;
    width: 100%;
    height: 187px;
    margin-top: 8%;
}

.card {
    background-color: white;
    width: 320px;
    height: 420px;
    float: left;
    padding: 10px;
    margin: -80px 40px 40px;
}

.card:hover {
    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.4);
}

.images {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    height: auto
}

