
.subscribeBtnsContainer {
    max-width: 1010px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subscribeBtnsContainer .subscribeBtnItem {
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.subscribeBtnItem .subscribeLink {
    text-decoration: none;
}

.subscribeBtnItem img {
    scale: .8;
}

p.buttonsBlockHeadline {
    font-weight: bold;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.shareBtnsContainer {
    max-width: 1010px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.shareBtnsContainer .shareBtnItem {
    margin: 0 auto 0 auto;
    height: content-box;
    /*overflow: hidden;*/
}

.shareBtnItem .shareLink {
    text-decoration: none;
}

.shareBtnItem img {
    min-width: 40px;
}