﻿body {
    height: 100%;
}

#good_brothers-title {
    font-family: assistant;
    font-weight: 500;
    font-size: 48px;
    color: black;
    margin-top: 190px;
    margin-bottom: 20px;
    padding-bottom: 0;
}


#good_brothers-img {
    width: 700px;
    height: 450px;
}

#good_brothers_text_div {
    text-align: right;
    width: 710px;
    margin: auto;
    margin-top: 50px;
}

#good_brothers_des {
    font-family: assistant;
    font-size: 21px;
    font-weight: 500;
    white-space: pre-line;
}

#footer {
    margin-top: 120px;
}

#contact-button {
    width: 380px;
    height: 50px;
    font-family: assistant;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    line-height: 50px;
    background-color: rgb(255, 46, 90);
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 40px;
}

#contact-button:hover{
    color: black;
}

#good_brothers_des_2 {
    margin-top: 40px;
    font-family: assistant;
    font-size: 18px;
    font-weight: 500;
    white-space: pre-line;
}

#middle-line{
    height: 3px;
    border: none;
    background-color: rgb(255, 46, 90);
}

@media screen and (max-width: 1000px) {
    #footer{
        margin-top: 320px;
    }
    #contact-button {
        width: 500px;
        height: 70px;
        font-size: 32px;
        line-height: 70px;
        margin: auto;
    }
    #good_brothers-title {
        margin-top: 230px;
        margin-bottom: 40px;
    }
}