.official-stores {
    margin: 30px 0 20px;
}

.official-stores .title {
    font-size: 22px;
    color: #e20026;
    text-align: center;
    font-family: "mukta-bold", sans-serif;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .official-stores .title {
        font-size: 26px;
    }
}
@media (min-width: 1200px) {
    .official-stores .title {
        font-size: 36px;
    }
}
.official-stores .official-stores-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (min-width: 992px) {
    .official-stores .official-stores-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.official-stores .official-stores-content .official-stores-image {
    width: 100%;
}
@media (min-width: 992px) {
    .official-stores .official-stores-content .official-stores-image {
        width: 65%;
    }
}
.official-stores .official-stores-content .official-stores-image img {
    width: 100%;
}
.official-stores .official-stores-content .official-stores-text {
    padding: 30px 20px;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
@media (min-width: 992px) {
    .official-stores .official-stores-content .official-stores-text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 35%;
    }
}
.official-stores .official-stores-content .official-stores-text p {
    font-size: 14px;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    color: #665e5f;
    font-family: "mukta", sans-serif;
}
@media (min-width: 992px) {
    .official-stores .official-stores-content .official-stores-text p {
        font-size: 16px;
        max-width: 280px;
    }
}
@media (min-width: 1200px) {
    .official-stores .official-stores-content .official-stores-text p {
        font-size: 20px;
        max-width: 350px;
    }
}
.official-stores .official-stores-content .official-stores-text .btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e20026;
    text-align: center;
    padding: 5px;
    display: block;
    border: 0;
    margin: 25px auto 0;
    max-width: 250px;
    border-radius: 0;
}
@media (min-width: 992px) {
    .official-stores .official-stores-content .official-stores-text .btn {
        margin: 3vw auto 0;
        font-size: 16px;
    }
}
.official-stores .official-stores-content .official-stores-text .btn:hover {
    background: #696969;
    color: #fff;
    text-decoration: none;
}
