.hl-container {
    position: relative;
    display: block;
    padding-top: 210px;
}

.hl-group {
    position: relative;
    display: block;
    height: 780px;
    overflow: hidden;
}

.hl-group.walk img {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    /* bottom: 7.05%; */
    width: 48.28%;
}

.hl-group.card img {
    position: absolute;
    display: block;
    right: 0px;
    bottom: 7.89%;
    width: 43.59%;
}

.hl-group.size {
    padding-top: 65px;
    height: auto !important;
}

.hl-group:nth-child(even) {
    background: #f9f9f9;
}

.hl-content {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    /* max-width: 710px; */
    text-align: center;
}

.hl-group:nth-child(even) .hl-content {
    left: 0px;
    top: 0px;
}

.hl-group:nth-child(odd) .hl-content {
    right: 0px;
    top: 0px;
}

.hl-group.walk .hl-content {
    position: absolute;
    max-width: 710px;
}

.hl-group.card .hl-content {
    position: absolute;
    max-width: 710px;
}

.hl-title {
    position: relative;
    display: block;
    font-size: 54px;
    margin: 0px auto 30px;
    text-align: center;
    line-height: 45px;
    font-family: "Heebo";
}

.hl-desc {
    position: relative;
    display: block;
    font-size: 33px;
    font-family: "Heebo";
    padding: 0px 20px;
    font-weight: normal;
    line-height: 38px;
    color: #282b65;
}

.hl-desc span {
    position: relative;
    display: block;
}

.hl-desc span:last-child {
    padding-top: 40px;
}

.hl-desc span:last-child strong {
    color: #000;
}

.hl-group-table {
    position: relative;
    display: block;
    padding: 20px;
    margin-bottom: 25px;
    background: #f2f2f2;
    color: #000;
    font-size: 24px;
    width: 100%;
    max-width: 1024px;
    margin: 0px auto 30px;
}

.hl-group-table table {
    width: 100%;
}

.hl-group-table tr:nth-child(odd) {
    color: #fff;
    background: #282b65;
}

.hl-group-table th, td {
    text-align: left;
    padding: 20px 30px;
    font-family: "Heebo";
    line-height: 20px;
    text-align: center;
    font-weight: normal;
}

.hl-group-table th:first-child, td:first-child {
    font-weight: bold;
}

.hl-group-table table span {
    font-size: 18px;
    position: relative;
    display: block;
}

.hl-associate {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    font-size: 0px;
}

.hl-associate img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px;
}

.hl-group-table.desk {
    display: block;
}

.hl-group-table.mob {
    display: none;
}

/* Desktops and laptops */
@media screen and (max-width : 1440px) {
    .hl-group.walk {
        height: 650px;
    }

    .hl-group.card {
        height: 650px;
    }

    .hl-group-table th, td {
        padding: 20px 10px !important;
    }

    .hl-title {
        font-size: 45px;
    }

    .hl-desc {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1367px) {
    .hl-container {
        padding-top: 120px;
        margin-bottom: 30px;
    }

    .hl-associate img {
        /* width: 350px; */
        max-width: 200px;
        max-height: 80px;
    }
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .hl-group {
        height: 465px;
    }

    .hl-title {
        font-size: 35px;
    }

    .hl-desc {
        font-size: 20px;
        line-height: 28px;
    }

    .hl-group.walk {
        height: 450px;
    }

    .hl-group.card {
        height: 450px;
    }
}

@media screen and (max-width: 970px) {
    
}

/* Mobile */
@media screen and (max-width: 768px) {
    .hl-container {
        padding-top: 100px;
    }

	.hl-group.size {
        height: auto;
        padding: 30px 20px;
    }

    .hl-group-table {
        width: 100%;
        left: 0px;
        margin-left: 0px;
        font-size: 18px;
    }

    .hl-group.size .hl-content {
        position: relative;
        display: block;
        width: 100%;
        padding-top: 30px;
    }

    .hl-desc span:last-child {
        padding-top: 25px;
    }

    .hl-associate img {
        max-width: 160px;
        max-height: 70px;
    }

    .hl-group-table.desk {
        display: none;
    }
    
    .hl-group-table.mob {
        display: block;
        height: auto;
    }
}

@media screen and (max-width : 670px) {
    .hl-content {
        position: relative;
        display: block;
        width: 100%;
        padding-top: 0px;
    }

    .hl-group {
        height: 280px;
    }

    .hl-group.walk {
        height: 370px;
    }

    .hl-group.card {
        height: 320px;
    }

    .hl-group .hl-content {
        height: auto;
        padding-top: 20px;
    }

    .hl-group.card .hl-content {
        padding-top: 30px;
    }

    .hl-group.walk img {
        width: 70.28%;
        top: auto;
        bottom: 20px;
    }

    .hl-group.card img {
        width: 75%;
        bottom: 20px;
    }

    .hl-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .hl-desc {
        font-size: 15px;
        line-height: 18px;
    }

    .hl-group-table {
        padding: 10px 25px;
        height: 195px;
    }

    .hl-group-table tr:nth-child(odd) {
        background: #fff;
        color: #000;
    }
    
    .hl-group-table tr:nth-child(even) {
        background: #282b65;
        color: #fff;
    }

    .hl-group-table th, td {
        padding: 10px 0px !important;
        vertical-align: baseline;
    }

    .hl-group-table table span {
        font-size: 12px;
    }
}

@media screen and (max-width : 600px) {
    
}

@media screen and (max-width : 500px) {
	
}