/* -------- Services -------- */

.services-list {
    padding: 4% 0 2%;
}

.services-list .services {
    list-style-type: none;
    column-count: 2;
    margin: 0 !important;
	padding: 0;
	column-gap: 50px;
}

.img-box, .txt-box {
    float: left;
}

.img-box {
    width: 100px;
    margin-right: 20px;
}

.txt-box {
    width: 75%;
    margin-top: 8px;
    margin-bottom: 50px;
}

.services-list .services li {
    clear: both;
}

.hcp-register-section {
    padding: 3% 3% 4%; 
}

.hcp-register-section h3,
.hcp-register-section p {
    color: #fff;
}

.hcp-register-section h3 {
    font-size: 32px;
    margin-bottom: 25px;
}

.hcp-register-section p {
    margin-bottom: 40px;
}


@media (max-width: 1024px) {
    .txt-box {
        width: 60%;
    }
    .txt-box h3 {
        margin-bottom: 10px;
    }
    .hcp-register-section {
        padding: 5% 3% 6%;
    }
}

@media (max-width: 991px) { 
    .hcp-register-section {
        text-align: center;
    }
}

@media (max-width: 768px) { 
    .txt-box {
        width: 60%;
    }
    .img-box {
        margin-right: 15px;
    }
}

@media (max-width: 694px) { 
    .txt-box {
        width: 100%;
    }
    .hcp-register-section {
        padding: 8% 3% 10%;
    }
}

@media (max-width: 520px) { 
    .services-list .services {
        column-count: 1;
        column-gap: 0;
        text-align: center;
    }
    .img-box {
        width: 100%;
    }
    .img-box, .txt-box {
        float: none;
    }
    .hcp-register-section .white-btn {
        display: block;
    }
}