.header-textbox-wrapper {
    box-sizing: border-box;
    position: absolute;
    background: rgba(2, 44, 78, .85);
    color: #fff;
    top: 60px;
    left: 60px;
    max-width: 480px;
    padding: 50px 60px;
    z-index: 9;
    /* clip-path: polygon(60px 0%, 100% 0, 100% calc(100% - 120px), calc(100% - 120px) 100%, 0 100%, 0% 60px); */
	clip-path: polygon(60px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0% 60px);
}

.header-textbox-wrapper .overline {
    font-family: "TT Commons Medium", sans-serif;
    font-size: 20px;
    margin-bottom: 12px;
}

.header-textbox-wrapper h2, .header-textbox-wrapper h1 {
    line-height: 1.1 !important;
    color: #fff !important;
    margin: 0 !important;
}

.header-textbox-wrapper p {
    margin-bottom: 20px !important;
    font-size: 22px;
}

.header-textbox-wrapper a {
    font-family: "TT Commons Medium", sans-serif;
    font-weight: 400;
}

.header-textbox-wrapper a:hover {
    color: #fff;
}

.separator-line {
    width: 50%;
    height: 1px;
    background: #00afe6;
    margin: 35px 0;
}

.footer-text ul {
    font-size: 20px;
    line-height: 1.8;
    list-style: none;
    padding-inline-start: 0;
}

@media (max-width: 1600px) and (max-height: 750px) and (min-width: 768px) {
    .header-textbox-wrapper p {
        font-size: 20px !important;
    }
}

@media (max-width: 1200px) {
    .header-textbox-wrapper {
        max-width: 400px;
        padding: 30px 40px;
        clip-path: polygon(50px 0%, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0% 50px);
    }

    .header-textbox-wrapper .separator-line {
        margin: 25px 0;
    }
}

@media (max-width: 767px) {
    .header-textbox-wrapper {
        opacity: 1 !important;
        position: relative;
        left: 15px;
        top: 15px;
        width: calc(100% - 30px);
        max-width: unset;
        background: rgb(2, 44, 78);
        padding: 30px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%) !important;
        animation: none !important;
        z-index: 2;
    }

    .header-textbox-wrapper .separator-line {
        margin: 17px 0;
        width: 50% !important;
    }

    .header-textbox-wrapper .headline {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }

    .header-textbox-wrapper p {
        line-height: 1.5;
        margin-bottom: 15px;
        font-size: 17px;
    }

    .header-textbox-wrapper a {
        font-size: 17px !important;
    }
}