.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#home_home {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 50px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
}

#home_home1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#home_home2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
}

#gct_name {
    float: left;
    width: 200px;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

#font_home_home {
    float: none;
    font-size: 25px;
    width: 100.000001%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    color: rgb(0, 0, 0);
    margin-right: auto;
	
	font-family: 'Bebas Neue', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
}

#text {
    float: none;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(97, 97, 97);
	
	font-family: 'Bebas Neue', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
}

#box3 {
    float: none;
    height: 50px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#box {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 100%;
    margin-right: auto;
    display: block;
}

#box1 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0%;
}

#home_home3 {
    float: left;
    font-size: 25px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    color: rgb(0, 0, 0);
    margin-right: 0px;
    display: block;
	
	font-family: 'Bebas Neue', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
}

#text1 {
    float: left;
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    margin-right: 0px;
    color: rgb(97, 97, 97);
    display: block;
	
	font-family: 'Bebas Neue', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
}

#quotebox {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#box2 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 31.111111%;
    display: block;
    margin-right: 0%;
}

#image {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    -webkit-box-shadow: rgb(202, 202, 202) 0px 5px 7px 0px;
    box-shadow: rgb(202, 202, 202) 0px 5px 7px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    margin-right: 0%;
    margin-bottom: 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media only screen and (max-width: 1350px) {
    #home_home {
        width: 90%;
    }

    #home_home1 {
        width: 100%;
    }

    #home_home3 {
        line-height: 25px;
    }

    #image {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        height: 0px;
    }

    #box2 {
        height: 0px;
    }
}

@media only screen and (max-width: 500px) {
    #font_home_home {
        line-height: 30px;
        font-size: 25px;
    }

    #box2 {
        width: 100%;
    }
}

