.plug{
    padding: 100px 0 60px;
    text-align: center;
}

.plug__big-title {
    font-size: 140px;
    margin-bottom: 10px;
    color: #008E7D;
    font-weight: 700;
}
.plug__title {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
}
.plug__text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}
.plug__title--301{
    padding-top: 160px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url('../img/default/301.png');
    background-size: 130px;
}
.plug__title--wait {
    padding-top: 150px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url('../img/default/wait.png');
    background-size: 130px;
}
.plug__content > *:last-child{
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .plug{
        padding-top: 50px;
    }
}