body{
    background-color: rgba(255, 255, 255, 1) !important;
}
.banner-title{
    position: absolute;
    bottom: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    color: rgba(255, 255, 255, 1);
}
.banner-img{
    object-fit: cover !important;
}
.banner-bg{
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(32, 89, 194, 1);
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
    padding: 17px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 19.36px;
text-align: center;
}
.banner-alt{
    border-top: 1px solid #ffffff52;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.banner-detay {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    max-width: max-content;
    height: 64px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 12px 30px;
}
.banner-detay.active{
    background: rgba(255, 255, 255, 0.25);
}
.banner-img{
    height: 366px;
}
.sayfa-title{
    margin-bottom: 62px;
    margin-top: 120px;
    font-family: Inter;
font-size: 32px;
font-weight: 600;
line-height: 38.73px;
text-align: left;
color: rgba(31, 31, 31, 1);
}
.uye-detay{
    font-family: Inter;
font-size: 15px;
margin-bottom: 15px;
font-weight: 400;
line-height: 26px;
color: rgba(92, 92, 92, 1);
}
.bilgi{
    font-family: Inter;
font-size: 24px;
font-weight: 600;
line-height: 29.05px;
text-align: left;
color: rgba(31, 31, 31, 1);
}


.aboutUsArea {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.missionArea{
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}


.visionArea{
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}


.aboutUsTitle {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1F1F1F;
}

.missionTitle
{
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1F1F1F;
}

.visionTitle
{
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1F1F1F;
}

.aboutUsDescription {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #5C5C5C;
}

.missionDescription {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #5C5C5C;
}

.visionDescription {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #5C5C5C;
}

.presidentArea {
    display: flex;
    flex-direction: column;
    row-gap: 52px;
}

.presidentInformation {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.presidentTitle {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1F1F1F;
}

.presidentDescription {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #5C5C5C;
}

.presidentEmail a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    color: #2059C2;
}

.presidentImageArea {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.presidentName {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}

.executiveCardsArea {
    display: flex;
    flex-direction: column;
    row-gap: 62px;
}

.executiveBoardTitle {
    font-family: Inter;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    color: #1F1F1F;
}

.executiveCard {
    padding: 32px 28px;
    box-shadow: 14px -5px 80px 0px #00000005;
    border: 1px solid #F3F3F3;
    border-radius: 10px;
}

.executiveCardTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.executiveCardText {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    position: relative;
}

.executiveCardText::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #2059C2;
}

.executiveCardPersonNameSurname {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #1F1F1F;
}

.executiveCardPersonCompanyName {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #5C5C5C;
}

.executiveCardImage, .executiveCardImage img {
    border-radius: 6px;
    aspect-ratio: 2/1.65;
    object-fit: contain;
}

.executiveCardCompanyLogo img {
    object-fit: contain;
}


@media only screen and (max-width: 991px){
    .executiveCardText {
        margin-top: 2rem;
    }
    .executiveCardCompanyLogo{
        margin-top: 1.5rem;
    }
    .executiveCardText::after {
        bottom: -25px;
    }

    .mobile-first-content
{
    order: 1!important;
}
.mobile-second-content
{
    order: 2!important;
}
}