@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Karma:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.headerComponent {
    display: flex;
    background: linear-gradient(96.73deg, #262626 0%, #1C1C1C 38.51%, #0D0D0D 77.8%);
    border-radius: 16px;
}

.header {
    padding: 10px 260px 0px 260px;

}

.headerColumnOne,
.headerColumnTwo {
    max-width: 50%;
    width: 50%;
    display: block;
    margin: auto;

}


.headerColumnOne {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5.6rem;
}

.headerColumnTwo {
    position: relative;
}

.headerColumnOne>h1 {
    font-family: Poppins;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: white;
    text-align: left;
    margin: 0;
    max-width: 550px;
    position: relative;

    &::before {
        content: "";
        width: 5px;
        height: inherit;
        position: absolute;
        left: -20px;
        top: 5px;
        bottom: 0;
        background-color: white;
    }
}



h1>span {
    display: block;
}


.headerColumnOne>p {
    font-family: Poppins;
    font-size: .8rem;
    color: white;
    text-align: left;
    line-height: 1.5rem;
    margin: 0;
}

.headerColumnTwo>img {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -18%);
    width: 422px !important;
    height: auto;
}

#m3187 {
    margin-top: 90px;
}

@media screen and (max-width:1680px) {
    .header {
        padding: 10px 40px 0 40px !important;
    }

    .headerColumnTwo>img {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translate(-50%, -18%);
        height: auto;
        width: 422px !important;
        height: auto;
    }

}

@media screen and (max-width: 1024px) {
    .header {
        padding: 10px 80px 0 80px !important;
    }

    .headerComponent {
        display: block;
    }

    .headerColumnOne {
        padding: 40px 0 50px 0;
        height: 320px
    }

    .headerColumnOne,
    .headerColumnTwo {
        max-width: 100%;
        width: 100%;
    }

    .headerColumnOne>h1 {
        text-align: center;
        max-width: 100%;
        width: 100%;

        &::before {
            content: "";
            background-color: transparent;
        }
    }

    .headerColumnOne>p {
        text-align: center;
    }

    .headerColumnTwo>img {
        max-width: 320px;
        top: 10px;
        width: 320px;
        height: auto;
        transform: translate(-50%, -135px);
    }

    #m3187 {
        margin-top: 160px;
    }


}

@media screen and (max-width: 820px) {
    .headerColumnTwo>img {
        max-width: 320px;
        top: 10px;
        width: 320px;
        height: auto;
        transform: translate(-50%, -135px);
    }
}

@media screen and (max-width:680px) {
    .headerColumnOne {
        padding-bottom: 150px;
        height: auto;
    }

    .headerColumnOne>h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .headerColumnOne>p {
        font-size: .7rem;
        line-height: 1.2rem;
        padding: 0 30px 0 30px;
    }

    .headerColumnTwo>img {
        max-width: 220px;
        top: 10px;
        width: 220px;
        height: auto;
        transform: translate(-50%, -135px);
    }

    #m3207 {
        margin-top: 60px;
    }
}