.topContainerTitleHead-seeker{
    font-family: var( --font-family-roboto);
    color: #FFFFFF;

    /* font-size: 35px; */
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-block-start: 0em;
    margin-block-end: 0em;
}
.topContainerTitle-seeker{
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    color: #FFFFFF;
}

.topContainer-seeker {
    width: 680px;
    height: auto;
    background: #22AE49;
    /* position: absolute; */
    position: relative;
    top: 3%;
    left: 8%;
    padding: 10px 27px;
    padding-bottom: 60px;
    overflow: hidden;
}


.topContainerUpper-seeker {
    max-width: 681px;
    height: auto;
    position: relative;
    top: 7%;
    left: 8%;
    padding-left: 10px;
}

.topContainerTitleHead-seeker p{
    margin-block-start: 0.5em;
    margin-block-end: 0em;
}

.topContainerTitle-seeker p{
    margin-block-start: 0em;
    margin-block-end: 1em;
}

@media screen and (max-width: 1200px) {
    .topContainer-seeker {
        width: 550px;
    }
}

@media screen and (max-width: 767px) {
    .topContainerTitleHead-seeker{
        font-family: var( --font-family-roboto);
        color: #FFFFFF;
    
        /* font-size: 28px; */
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .topContainerTitle-seekerMobile{
        font-family: var( --font-family-roboto);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    
        color: #FFFFFF;
    }
    .topContainerTitle-seekerMobile p{
        margin-block-start: 0em;
        margin-block-end: 1em;
    }
    
}