
        /* honoris style */
        .honoris-causa {
            position: relative;

            display: flex;
        height: 600px;
            justify-content: center;
            align-items: center;

            overflow: hidden;

            background: #4b0000;
        }

        .honoris-causa .background {
            position: absolute;

            top: 0;
            left: 0;

            width: 100%;
            height: 100%;

            object-fit: cover;
            object-position: center;

            background: transparent;
        }

        .honoris-causa .overlay {
            position: absolute;

            top: 0;
            left: 0;

            width: 100%;
            height: 100%;

            background: rgba(70, 0, 0, .55);
        }

        .honoris-causa .container {
            position: relative;

            display: flex;

            justify-content: flex-end;
            align-items: center;

            width: 100%;
            max-width: 1280px;

            padding: 100px 40px;

            background: transparent;
        }

        .honoris-causa .content {
            display: flex;

            flex-direction: column;

            width: 100%;
            max-width: 420px;

            background: transparent;
        }

        .honoris-causa .logo {
            width: 100%;
            max-width: 370px;
            display: flex;
            height: 124px;
            position: relative;
            margin-bottom: 30px;
            left: -33px;
            background: transparent;
        }

        .honoris-causa .title {
            margin: 0;

            font-family: PT Serif;
            font-weight: 700;
            font-style: Bold;
            font-size: 50px;
            line-height: 118%;
            letter-spacing: 0%;
            text-align: left;


            color: white;

            background: transparent;
        }

        .honoris-causa .underline {
            width: 70px;
            height: 5px;

            margin-top: 20px;
            margin-bottom: 30px;

            background: #ECB664;
        }

        .honoris-causa .description {
            margin: 0;
            font-size: 23px;
            font-weight: 400;
            line-height: 127%;

            color: white;

            background: transparent;
        }

        .honoris-causa .button {
            display: flex;

            justify-content: center;
            align-items: center;
            width: fit-content;
            padding: 13px 28px;

            margin-top: 40px;

            background: #ECB664;

            text-decoration: none;

            color: black;

            font-size: 20px;

            background: #ECB664;
        }

        .honoris-causa .button span {
            background: transparent;
        }