.tab-content {
    display: block;
}

.resources-sidebar {
    top: 80px;
}

.about-up__p-hero-sectioin {
    margin-bottom: 64px;
}

.about-p__desktop {
    display: block;
}

.about-p__mobile {
    display: none;
}

@media (max-width: 576px) {
    .about-p__desktop {
        display: none;
    }

    .about-p__mobile {
        display: block;
    }
}

.about-us__p-hero-heading {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 24px 40px;
    background: #f44fca;
    color: #fcfcfd;
}

.about-us__p-hero-pink-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/* animation init */

/* BASE */
.solution-animate {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.7s ease;
}

/* LEFT */
.solution-animate-left {
    transform: translateX(-80px) translateY(60px);
}

/* RIGHT */
.solution-animate-right {
    transform: translateX(80px) translateY(60px);
}

/* SHOW */
.solution-animate.show {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.case-study-text img {
    width: 12px;
    height: 12px;
}

.career-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.case-study-text {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 0;
    background: transparent;
}

.career__p-pink-tag {
    background: #F44FCA;
    color: #FCFCFD;
}

.career__p-yellow-tag {
    background: #E5C430;
    color: #2F3551;
}

.career__p-orenge-tag {
    background: #EF5737;
    color: #FCFCFD;
}

.news-content {
    padding: 24px 12px;
    gap: 12px;
}

.news-title {
    padding: 0;
}

.career__p-cards {
    align-items: stretch;
    display: flex;
}

.news-title {
    font-size: 20px;
}

.tab-content {
    margin-bottom: 148px;
}

/* SECTION */
.career__p-why-work-section {
    margin-bottom: 116px;
}

/* GRID */
.career__p-why-work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

/* IMAGE */
.career__p-why-work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.career__p-why-work-content {
    background: #FCFCFD;
    padding: 50px 24px;
}

/* CONTENT */
.career__p-why-work-title {
    font-family: 'Libre Baskerville';
    font-size: 32px;
    margin-bottom: 24px;
    color: #2F3551;
    --title-font-weight: 400;
}

/* LIST */
.career__p-why-work-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}

.career__p-why-work-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.career__p-why-work-icon {
    color: #ff4db8;
    font-size: 18px;
    margin-top: 3px;
}

.career__p-why-work-item p {
    margin: 0;
    font-size: 16px !important;
    color: #474A5D;
    line-height: 24px;
}

/* TABLET */
@media (max-width: 992px) {
    .career__p-why-work-grid {
        grid-template-columns: 1fr;
    }

    .career__p-why-work-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .news-title {
        font-size: 14px !important;
    }

    .res-card__dec {
        display: block;
    }

    .case-study-text {
        gap: 4px;
    }

    .career-tags {
        gap: 8px;
    }

    .tab-content {
        margin-bottom: 64px;
    }

    .career__p-why-work-section {
        margin-bottom: 0;
    }
	
	.career__p-why-work-content{
		padding: 16px 16px 24px 16px;
	}
	
	.career__p-why-work-title{
		font-size: 20px;
		margin-bottom: 16px;
	}
	
	.career__p-why-work-list{
		gap: 16px;
	}
	
	.career__p-why-work-item p{
		font-size: 14px !important;
	}
}

/* MOBILE */
@media (max-width: 576px) {
    .career__p-why-work-item p {
        font-size: 14px;
    }
	
	.case-study-text{
		font-size: 8px;
	}
}