#login__blog {
    min-height: 354px;
    display: grid;
    place-items: center;
    margin-bottom: 35px;
}
#login__blog .section-7 {
    padding: 0 24px;
}
#login__blog .section-7 .text__regular,
#login__blog .section-7 .text__bold{
    font-family: MontserratRegular, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #414141;
    text-align: center;
    text-transform: uppercase;
    max-width: 932px;
}
#login__blog .section-7 .text__bold {
    font-family: MontserratBold, sans-serif;
    padding-bottom: 40px;
}
#login__blog .section-7 .button__login {
    width: 316px;
    height: 56px;
    border: 1px solid #333333;
    color:#333333;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login__blog .section-7 .button__login:hover{
    background-color:#DBDBDB;
}
#login__blog .button__login .text__button {
    font-family: MontserratBold, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #333333;
}

@media (max-width: 768px) {
    #login__blog {
        min-height: 303px;
        margin-bottom: 40px;
    }
    #login__blog .section-7 .text__regular {
        padding-bottom: 6px;
    }
    #login__blog .section-7 .text__regular,
    #login__blog .section-7 .text__bold {
        font-size: 20px;
        line-height: 24px;
        max-width: 580px;
    }
    #login__blog .section-7 .button__login {
        width: 218px;
        height: 56px;
    }
    #login__blog .button__login .text__button {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 320px) {
    #login__blog .section-7 .text__regular,
    #login__blog .section-7 .text__blog {
        max-width: 272px;
    }