.pt1{
    margin-top: 40px;
    margin-left: 8px;
}
.maindivcont{
    display: none;
    flex-direction: row;
    padding-bottom: 250px;
    padding-top: 60px;
    box-sizing: border-box;
    padding: 15px;
}
.heading{
    font-family: Roboto;
    font-weight: 300;
    font-size: 30px;
    border-bottom: 3px solid #a90000;
    width: fit-content;
}
.pt2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.biglogo{
    width: 400px;
}
.content{
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    margin-right: 20px;
    margin-top: 30px;
}
.motto{
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
}
.mottodesc{
    font-family: Roboto;
    font-weight: 300;
    font-size: 17px;
}





@media screen and (max-width: 850px){
    .content{
        margin-right: 10px;
    }
    .maindivcont{
        flex-direction: column;
    }
    .pt2{
        padding-top: 0px;
    }
}

@media screen and (max-width: 1230px){
}