#section-header-store{
    display: flex;
    width: 100%;
    background-color: var(--colPrim);
    align-items: center;
    padding-top: 170px;
    padding-bottom: 0;
    height: 750px;
}
#section-header-store >div{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
#section-header-store img{
    width: 100%;
    height: 100%;
}
#section-1-store{
    padding: 200px 0;
}
#section-header-store .textblock{
    max-width: 500px;
}

#alexander-logo-container{
    width: 100px;
    margin-bottom: 20px;
}

#alexander-logo{
    width: 100%;
}

@media only screen and (max-width: 1100px) {
 #section-header-store{
    display: flex;
     flex-direction: column;
    width: 100%;
    background-color: var(--colPrim);
    align-items: center;
    padding-top: 220px;
    padding-bottom: 70px;
    height: auto;
}
    
    #section-header-store .textblock{
    margin-top: 50px;
        text-align: center;
}
    
         #section-header-store .textblock .p-white{
             text-align: center;
             width: 100%;
}
    
    #section-header-store >div{
    width: 70%;
}

    
    .h1-sec:after {
    content: "";
    background: var(--colSec);
    position: absolute;
    bottom: -5px;
    left: 50%;
        transform: translateX(-50%);
    height: 2px;
    width: 120px;
}

    
}