.main-banner img {
    margin: 0;
    padding: 0;
}

.career-description {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

    .career-description h1 {
        font-size: 66px;
        font-weight: 500;
        line-height: 75px;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

    .career-description h5 {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .career-description .qr-offer {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        padding: 10px 45px;
        border-radius: 29px;
        text-transform: uppercase;
    }

.career-form {
    padding: 60px 50px;
    border-radius: 20px;
    background: -webkit-linear-gradient(224deg, #d4ca70 0%, #26d2de 100%);
    background: -moz-linear-gradient(224deg, #d4ca70 0%, #26d2de 100%);
    background: linear-gradient(224deg, #d4ca70 0%, #26d2de 100%);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
}

.career-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.career-form h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.career-form p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

.form-group-wrapper {
    display: flex;
    column-gap: 25px;
}

    .form-group-wrapper + .form-group-wrapper {
        margin-top: 25px;
    }

.career-form .btn-white {
    padding: 15px;
    margin-top: 25px;
}

.tests-section {
    padding-bottom: 100px;
}

.values-content h5 {
    font-size: 45px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
}

.values-content h6 {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 25px;
}

.vision-mission-content p,
.values-content ul li h5 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
}

.values-content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

    .values-content ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

        .values-content ul li {
            margin: 20px 40px;
            margin-left: 0;
        }

        .values-content ul .divider {
            width: 100%;
            height: 1px;
            display: block;
            margin-top: 10px;
            background: -webkit-linear-gradient(228deg, #d4ca70 0%, #26d2de 100%);
            background: -moz-linear-gradient(228deg, #d4ca70 0%, #26d2de 100%);
            background: linear-gradient(228deg, #d4ca70 0%, #26d2de 100%);
        }

.terms-section { 
    background: url("../images/terms-bg.jpg") no-repeat center right;
    background-size: cover;
}

.terms-data h3 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}

.terms-data ul {
    margin: 0;
    padding: 0;
}

    .terms-data ul li {
        color: #204e51;
        list-style: none;
    }

        .terms-data ul li + li {
            margin-top: 10px;
        }
