/* About Srdjan */
.about-srdjan-main {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(180deg, #006298 0%, #00476E 100%);
}

.about-srdjan-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 64px;
    align-items: center;
}

.about-srdjan-container hr {
    background-color: #FFFFFF1F;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-srdjan-left {
    width: 50%;
}

.about-srdjan-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 80px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.about-srdjan-description-1 {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.about-srdjan-description-2 {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 20px;
    color: #FFFFFFB2;
}

.about-srdjan-list-holder {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-srdjan-list-item {
    display: flex;
    gap: 10px;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFFB2;
}

.about-srdjan-right {
    width: 50%;
}

.about-srdjan-right img {
    border-radius: 80px;
}

.page-template-about .about-srdjan-main .buttons-action-holder a {
    display: none;
}

@media (max-width: 850px) {

    .about-srdjan-main {
        padding-top: 80px;
        padding-bottom: 80px;
        background: #092F43;
    }

    .about-srdjan-container {
        flex-direction: column;
    }

    .about-srdjan-right,
    .about-srdjan-left {
        width: 100%;
    }

    .about-srdjan-title {
        font-size: 60px;
    }

    .about-srdjan-description-1 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .about-srdjan-right img {
        border-radius: 40px;
    }
}