.tabcontent {
    display: none;
    height: 100%;
}

.third-paragraph-buttons {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 801px){
    .hp-p-mb {
        margin-bottom: 200px!important;
    }
}

@media (min-width: 1200px){
    .buttons-first-line {
        width: calc(100% / 3 - 1px);
    }
}

@media (max-width: 800px){
    .buttons-first-line {
        width: calc(100% / 3 - 1px);
    }
}

