section.l-section.career_page_ht {
    height: 100vh;
}
section.l-section.care-sec-sec {
    padding-top: 27px;
    padding-bottom: 42px;
}
section.l-section.career-third-sec {
    padding-top: 54px;
    padding-bottom: 56px;
}
section.l-section.carrer-open-sec {
    padding-top: 55px;
    padding-bottom: 55px;
}
.carrer-open-sec .client-icon img {
    width: 100%;
}
.carrer-open-sec .client-icon h4 {
    padding-top: 10px;
    margin-bottom: 28px;
    line-height: 25.98px;
    font-weight: 700;
}
section.l-section.carrer-last-sec {
    padding-top: 0;
    padding-bottom: 24px;
}
.carrer-last-sec .border-half-width {
    border-color: #000;
}
.carrer-last-sec h3 {
    padding-top: 20px;
}
.carrer-last-sec img {
    width: 31px;
    height: 31px;
    aspect-ratio: 1/1;
}
.carrer-last-sec .w-image {
    margin-bottom: 2px;
}
.care-sec-sec .w-btn-wrapper{
	position: relative;
	top: 0;
	right: 0;
}
/*------------------------------------- Team CSS (Tablet Screen) ------------------------------------------*/
@media screen and (min-width:768px) and (max-width: 1279px) {
	.carrer-open-sec .client-icon h4 {
		margin-bottom: 11px;
	}
}

/*------------------------------------- Career CSS (Mobile Screen) ------------------------------------------*/

@media screen and (max-width: 767.5px) {
	section.l-section.care-sec-sec {
		padding-top: 28px !important;
		padding-bottom: 0px !important;
	}
	section.l-section.career-third-sec {
		padding-top: 33px;
		padding-bottom: 32px;
	}
	section.l-section.carrer-open-sec {
        padding-top: 23px;
		padding-bottom: 32px;
	}
	.carrer-open-sec .client-icon h4 {
		padding-top: 10px;
		margin-bottom: 17px;
		line-height: normal;
		font-size: clamp(16px, 5vw, 20px);
	}
	.carrer-open-sec .client-icon h4, .carrer-open-sec .client-icon{
		text-align: left !important;
	}
	.carrer-last-sec h3 {
		padding-top: 33px;
		font-size: clamp(14px, 4.375vw, 20px);
		margin-bottom: 27px;
	}
	section.l-section.carrer-last-sec {
		padding-top: 0;
		padding-bottom: 0;
		background: #F8F8F8;
	}
	.carrer-last-sec .border-half-width {
		border: none;
		padding-bottom: 33px;
	}
	.white-footer-box section.l-section.footer_first_sec {
		background: #fff !important;
	}
	.white-footer-box .footer_block{
		background: #f8f8f8 !important;
	}
	.carrer-last-sec img {
	    width: 27px;
	    height: 27px;
	    aspect-ratio: 1/1;
	    margin-bottom: 11px;
	}
}