.container-default-store {
    width: 100%;
    padding-top: 90px;
}

.container-tips {
    background-color: #e4efef;
    padding-bottom: 90px;
}

.font-section-subtitle-store {
    font-weight: 600;
}

.font-section-text-store {
    font-size: 1.1rem;
}

.image-instruction-container {
    margin-top: 0px;
}

.store-instructions-br {
    display: block;
}

.store-instructions-container {
    padding-left: 32px;
    padding-right: 32px;
}

.store-instructions-number {
    background-color: #6bb7af;
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
}

.store-tips-container {
    max-width: 285px;
    margin-bottom: 0px;
}

.store-tips-img {
    height: 160px;
    margin-bottom: 24px;
}

#logo {
    width: 450px;
}

#store-title {
    font-weight: 500;
    margin-top: 60px;
}

/**************************** Lower 1199px ****************************/
@media (max-width: 1199px) {
    .store-tips-container {
        margin-bottom: 32px;
        max-width: 600px;
    }

    .store-tips-img {
        height: 220px;
    }
}

/**************************** Lower 1100px ****************************/
@media (max-width: 1100px) {
    .container-default-store {
        padding-top: 80px;
    }

    .container-tips {
        padding-bottom: 80px;
    }
}

/**************************** Lower 991px ****************************/
@media (max-width: 991px) {
    .font-section-text-store {
        font-size: 1rem;
    }
}

/**************************** Lower 900px ****************************/
@media (max-width: 900px) {
    .container-default-store {
        padding-top: 70px;
    }

    .container-tips {
        padding-bottom: 70px;
    }

    .store-tips-img {
        margin-bottom: 16px;
    }
}

/**************************** Lower 767px ****************************/
@media (max-width: 767px) {
    .container-default-store {
        padding-top: 60px;
    }

    .container-tips {
        padding-bottom: 60px;
    }

    .image-instruction-container {
        margin-top: 16px;
    }

    .store-instructions-br {
        display: none;    
    }

    .store-instructions-number {
        font-size: 1.6rem;
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }

    .store-tips-img {
        height: 200px;
    }
}

/**************************** Lower 575px ****************************/
@media (max-width: 575px) {
    .container-default-store {
        padding-top: 50px;
    }

    .container-tips {
        padding-bottom: 50px;
    }
}

/**************************** Lower 528px ****************************/
@media (max-width: 528px) {
    #logo {
        width: 350px;
    }
}

/**************************** Lower 395px ****************************/
@media (max-width: 395px) {
    #logo {
        width: 290px;
    }
}