.head__leadership {
    position: relative;
}
.img__background {
    height: 1000px;
    background-size: cover;
    background-position: center;
}
.block__text {
    position: absolute;
    top: 45%;
    transform: translate(0%, -50%); 
    width: 640px;
} 
.block__text h2 { 
    font-weight: 900;
    font-size: 64px;
    color: #000;
    line-height: 100%;
    margin-bottom: 25px;
}
.join-title.animate::after {
    height: 170px;
}
.block__text p { 
    font-weight: 400;
    font-size: 22px;
    color: #000;
    line-height: 120%;
}
.join-us {
    padding-bottom: 120px;
}
.join-title {
    text-align: left;
}
html[lang="he-IL"] .join-title {
 	text-align: right;
}
.join-us-header p {
    width: 480px;
}

.section-work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
}
.work-col.image img {
    width: 100%;
    height: 905px;
    display: block;
    object-fit: cover;
}
 
.work-col.text h2 {
    font-size: 64px; 
    font-weight: 900;
    line-height: 100%;
    color: #000;
    margin-bottom: 30px;
}
.work-col.text p {
    font-size: 22px; 
    font-weight: 400;
    line-height: 120%;
    color: #000;
    margin-bottom: 30px;
}
.work-col.text ul li {
    font-size: 22px; 
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000;
}
.work-col_black {
    background: #000;
}
.work-col_black.text h2,
.work-col_black.text p,
.work-col_black.text ul li {
    color: #fff;
}
.work-row-1 .work-col.text {
    padding-left: 10%;
    padding-top: 10%;
    padding-right: 10%;
}
.work-row-2 .work-col.text {
    width: 628px;
    margin-right: 9%;
    margin-top: 200px;
    margin-left: auto;
}
.work-col.text ul li img{
    width: 32px;
    margin-right: 10px;
}
.work-col.text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.work-col.image img {
    width: 100%;
    height: 905px;
    display: block;
    object-fit: cover;
}
.work-row {
    display: contents;
}
.investment-strategy_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0; 
    margin-bottom: 180px;
} 
.left, .right {
    display: grid;
    grid-template-rows: 1fr 1fr;
} 
.left .image-top img,
.right .image-bottom img {
    width: 100%;
    height: 905px;
    object-fit: cover;
}
.text-top, .text-bottom {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-top h2,
.text-bottom h2 {
    font-size: 64px; 
    font-weight: 900;
    line-height: 100%;
    color: #000;
    margin-bottom: 30px;
}
.text-top p,
.text-bottom p {
    font-size: 22px; 
    font-weight: 400;
    line-height: 120%;
    color: #000;
    margin-bottom: 30px;
}
.text-top ul li,
.text-bottom ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 22px; 
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000;
}
.text-top  ul li img,
.text-bottom  ul li img{
    width: 32px;
    margin-right: 10px;
}
.why-blackstar .why-title {
	font-size: 64px;
}
.why-blackstar .why-title::after {
		top: -11%;
}

@media (max-width: 1440px) {
	
	.text-bottom { 
		margin-left: 5%;
	}
	.text-top {
		margin-right: 5%;
		margin-left: 5%;
		margin-top: 6%;
	}
	.work-col.text h2 {
		font-size: 50px;
	}
	.work-col.text p,
	.work-col.text ul li {
		font-size: 18px;
	}
	.join-title.animate::after {
		height: 75px;
	}
    .block__text {
        top: 52%;
    }
    .img__background {
        height: 800px;
    }
    .text-top h2, .text-bottom h2 {
        font-size: 50px;
    }
    .text-top p, .text-bottom p {
        font-size: 18px;
    }
    .text-top ul li, .text-bottom ul li {
        font-size: 18px;
    }
	.text-top .description p {
		font-size: 16px!important;
	}
    .left .image-top img, 
    .right .image-bottom img {
		height: 735px;
    }
    .text-top, .text-bottom {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .why-title {
        font-size: 50px;
    }
    .join-title {
        font-size: 50px;
    }
    .join-us-header p {
        font-size: 20px;
    }
    .why-description {
        font-size: 20px;
    }
    .work-row-2 .work-col.text {
        width: auto;
        margin-right: 4%;
        margin-top: 100px;
        margin-left: 5%;
    }
    .work-col.image img {
		height: 530px;
    }
	.work-row-2 .work-col.text {
    	margin-left: 10%;
  	}
	.work-row-1 .work-col.text {
		padding-right: 10%;
	}

}
@media (max-width: 991px) {
    .img__background {
        height: 700px;
        background-image: none!important;
    }
    .block__text {
        width: auto;
        padding-right: 5%;
        margin-left: 5%;
    }
    .block__text h2 {
        font-size: 30px;
    }
    .block__text p {
        font-size: 16px;
    }
    .head__leadership .block__text .btn {
        width: 155px;
        height: 50px;
        font-size: 18px;
    }
    .investment-strategy_section {
        grid-template-columns: 1fr;
        margin-bottom: 70px;
    }
    .left .image-top img, 
    .right .image-bottom img {
        height: 400px;
    }
    .left .image-top img,
    .right .image-bottom img {
        margin-bottom: 40px;
    }
    .text-top h2, .text-bottom h2 {
        font-size: 35px;
    }
    .text-top p, .text-bottom p {
        font-size: 16px;
    }
    .left, .right {
        display: grid;
        grid-template-rows: 1fr;
    }
    .investment-strategy_section .right .text-top,
    .investment-strategy_section .left .text-bottom {
        width: 300px;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .investment-strategy_section .right .text-top {
        order: 2;
        padding-bottom: 45px;
        border-bottom: 1px solid #000;
        padding-left: 0px;
        padding-right: 0px;
    }
    .investment-strategy_section .right .image-bottom {
        order: 1;
    }
    .join-us-header p {
        width: auto;
        font-size: 16px;
    }
    .section-work-grid {
        grid-template-columns: 1fr;
    }
    .why-title {
        font-size: 35px;
    }
    .join-title {
        font-size: 35px;
    }
    .work-item-1 .text{
        order: 2;
    }
    .work-item-1 .image{
        order: 1;
    }
    .work-item-2 .text{
        order: 4;
    }
    .work-item-2 .image{
        order: 3;
    }
    .work-item-3 .text{
        order: 6;
    }
    .work-item-3 .image{
        order: 5;
    }
    .work-col.image img {
        height: 340px;
    }
    .work-col.text h2 {
        font-size: 35px;
    }
    .work-col.text p {
        font-size: 16px;
    }   
    .work-col.text ul li {
        font-size: 18px;
        line-height: 190%;
    }
    .work-row-2 .work-col.text {
        width: 300px;
        padding-top: 50px;
        margin: 0 auto;
    }
    .work-row-1 .work-col.text {
        padding-left: 0px;
        padding-bottom: 50px;
    }
    .work-col.text h2,
    .work-col.text p,
    .work-col.text ul li {
        padding-bottom: 15px;
    }
    .work-col.text h2,
    .work-col.text p,
    .work-col.text ul li {
        width: 300px;
        margin: 0 auto;
    }
    .join-us {
        padding-bottom: 50px;
    }


}


