.corner-store__wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
}
.corner-store__item {
    width: 50%;
    float: left;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;

}
.corner-store__text {
    font-family: "ACT Easy", sans-serif;
    font-weight: 300;
    color: #00000a;
}
.corner-store__text a {
    text-decoration: underline;
    color: #DA291C;
    font-family: "ACT Easy", sans-serif;
    font-weight: 500;
}
.corner-store__text a:hover {
    text-decoration: none;
}
.corner-store__image-wrapper {
    height:200px;
    display:block;
}
.corner-store__image--left {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .corner-store__item {
        width: 100%;
        padding-bottom: 60px;
    }
}
@media (max-width: 500px) {
    .corner-store__image-wrapper {
        height:140px;
        display:block;
    }
}
