.careers-slider {
    width: 100%;
    margin: 0 auto;
}

.careers-slider .slider-item {

    padding: 20px;
    text-align: center;
    margin: 20px;
    background-color: #fff;
	border: 1px solid #efefef;
}

.careers-slider  .slider-image img {
    max-width: 100%;
    height: auto;
    max-width: 220px;
    max-height: 120px !important;
}

.careers-slider  .slider-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	align-items: start;
}


.careers-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.careers-slider  .slider-item {
    position: relative;
 
}

.careers-slider  .svg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 79px; 
}

.careers-slider  .svg-wrapper svg {
    width: 100%;
    height: 100%;
}

.careers-slider  .category-icon {
    position: absolute;
    top: 22px;
    right: 22px;
    transform: translate(50%, -50%);
    width: 30px;
    height: auto;
    z-index: 1;
}

.careers-slider .slider-image img {
    position: relative;
    z-index: 2;
    max-height: 80px;
}

.careers-slider .slider-content {
    position: relative;
    z-index: 2;
    text-align:start;
}

.careers-slider  .read-more-button {
    display: inline-block;
    color: #fff;
    margin-top: 10px;
}

.careers-slider  .slider-inner{
    max-width: 500px;
}

.tab-button-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tab-button-content .post-count{
    font-size: 45px;
    font-weight: 800;
}

.tab-button-content .category-title{
    font-size: 22px;
	line-height: 1.2em;
}


.careers-list {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 20px; 
    padding: 50px;
}
#careers-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list-item {
   
  max-width: 90%;
    box-sizing: border-box;
}

.list-item-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    position: relative;
    padding: 20px;
}

.list-item-inner svg{
    position: absolute;
    top: 0;
    right: 0;
}

.list-image img {
    max-width: 100%;
    height: auto;
}

.category-icon {
    max-width: 50px;
    height: auto;
    margin-bottom: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.list-content h3 {
    font-size: 1.5em;
    margin: 10px 0;
}

.list-content p {
    margin: 25px 0;
    font-size: 1em;
    color: #333;

}

    .slider-inner {
        flex-direction: column !important;
        align-items: start !important;
    }




    /* Tabs container */
.careers-tabs {
    margin-bottom: 40px;
}

/* Tabs styles */
.careers-tabs .tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  
}

.careers-tabs .tabs li {
   
}

.careers-tabs .tabs li a {
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    color: #333;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 200px;
    width: 200px;
    background-color: #fff;
}

.careers-tabs .tabs li.active a {
    color: #fff;
}

/* Tab content styles */
.careers-list {
    padding: 0;
}

.list-item {
    margin-bottom: 20px;
    background-color: #fff;
}

.tabs li{
    position: relative;
}

.tabs li svg{
    position: absolute;
    right: 0;
    top: 0;
}

ul.tabs{
    justify-content: space-evenly;
    margin-bottom: 75px !important;
}


.post-count{
    font-size: 35px;
}


.ct-shortcode{
    width: 100%;
}

@media screen and (max-width: 992px) {
	.tab-button-content .category-title{
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}