.tab-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 43px 0;
}
.right-content{
    color: #1f1f1f;
    font-size: 18px;
    line-height: 32px;
}
.objectives-content{
    display: flex;
    gap: 35px;
    padding: 17px 0 84px 0;
}
.objectives-item{
    flex: 1;
}
.objectives-item>div{ 
    width: 100%;
    background-color: #f6f6f6;
    min-height: 400px;
    padding: 40px 40px 50px 40px;
}

.objectives-item .icon{
    margin-bottom:40px ;
}
.objectives-item .text{
    font-size: 16px;
    line-height: 32px;
	letter-spacing: 0px;
	color: #1f1f1f;
}
.objectives-bottom{
    height: 320px;
    width: 100%;
    display: flex;
    position: relative;
}

.objectives-bottom-left{
    width: calc(100% * 3 / 5 + 40px);
}
.objectives-bottom-right{
    width: calc(100% * 2 / 5 + 40px);
    height: 100%;
    background: url('/webEnglish_new/images/school_logo.png') no-repeat;
    background-position: calc(100% - 20px) 35px ;
    background-color: #b52e26;
    position: absolute;
    padding: 50px 40px;
    display: flex;
    align-items: flex-end;
    top: 50px;
    right: 0;
}
#objectivesBottomCarousel .carousel-item img{
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.objectivesBottomCarousel-indicators{
    padding-right: 120px;
}
.university-text{
    color: #ffffff;
    font-size: 20px;
}