.hr-banner {
    color: #05004E;
}

.hr-banner-left {
    flex: 3;
    padding-right: 2rem;
    align-self: center;
}

.hr-banner-title {
    /*font-size: 50px;*/
    font-size: 4rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

.hr-banner-content {
    /*font-size: 20px;*/
    font-size: 1.5rem;
}

.hr-banner-right {
    flex: 4;
}

.hr-banner-right img {
    width: 100%;
}

.hr-choices {
    text-align: center;
    background: #F6F5FB;
}

.hr-choices-subtitle {
    color: red;
    font-size: 1.5rem;
}

.hr-choices-title {
    /*font-size: 40px;*/
    font-size: 3.3rem;
    color: #05004E;
}

.hr-choices-box {
    width: 65%;
    margin: auto;
}

.hr-choice {
    flex: 1;
    margin: 1rem;
    background: white;
    border: 2px solid #FF0000;
    border-radius: 0.8rem;
}

.hr-choice:first-of-type {
    border-color: #05004E;
}

.hr-choice-boxtitle {
    /*font-size: 30px;*/
    font-size: 2.5rem;
    color: white;
    background: red;
    border-radius: 0.6rem 0.6rem 0 0;
    padding: .5rem;
}

.hr-choice:first-child .hr-choice-boxtitle {
    background: #05004E;
}

.hr-choice:first-child .hr-choice-title {
    color: #05004E;
}

.hr-choice-box {
    padding: 2rem;
}

.hr-choice-title {
    font-size: 2rem;
    color: red;
    margin-bottom: 2rem;
}

.hr-choice-content {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.hr-choice-button {
    height: 2.5rem;
}

.hr-choice-button img {
    height: 100%;
    object-fit: contain;
}

.hr-perfect .row, .hr-360 .row {
    align-items: center;
}

.hr-perfect-left, .hr-perfect-right, .hr-360-left, .hr-360-right {
    flex: 1;
}

.hr-perfect-left, .hr-360-right {
    background: #05004E;
    color: white;
    padding: 5rem 5rem 5rem 5rem;
}

.hr-perfect-right, .hr-360-left {
    z-index: 1;
    flex: 1.3;
}

.hr-perfect-right img, .hr-360-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hr-perfect-left {
    margin-right: -2rem;
}

.hr-360-right {
    margin-left: -2rem;
}

.hr-perfect-title, .hr-360-title {
    font-size: 3.3rem;
    margin-bottom: 2rem;
}

.hr-perfect-content, .hr-360-content {
    font-size: 1.6rem;
}

.hr-perfect-list *, .hr-360-list * {
    font-size: 1.5rem;
}

.hr-perfect-list ul, .hr-360-list ul {
    list-style: none;
    padding: 0;
}

.hr-perfect-list ul li, .hr-360-list ul li {
    padding: .5rem 0;
    display: flex;
    align-items: center;
}

.hr-perfect-list-bullet {
    height: 2.2rem;
    margin-right: 1rem;
    vertical-align: middle;
}

.hr-enquiry {
    text-align: center;
    background: #F6F5FB;
}

.hr-enquiry-subtitle {
    font-size: 1.2rem;
}

.hr-enquiry-title {
    font-size: 3rem;
}

.hr-enquiry-button {
    width: 70%;
    margin: 3rem auto 0 auto;
}

.hr-enquiry-button a {
    font-size: 25px;
    color: white;
    padding: 1rem 3rem;
    border-radius: .8rem;
    border: none;
    flex: 1;
    margin: 0 0.2rem;
}