/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 17, 2023, 8:45:56 PM
    Author     : AllyCat
*/

#SmallQuoteMainContent {
  
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    margin-top: 0px;
   
}

#SmallAboutLargeQuote{
    border-left: 5px black solid;
    padding: 5px;
    font-size: 40px;

}

#SmallAboutQuoteBox{
    width: 90%;
    margin: auto;
}

#SmallAboutEcomImageBox{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 90%;
}

@media only screen and (min-width: 346px) and (max-width: 650.99px) {}

@media only screen and (max-width: 345.99px) {

    
    #SmallAboutLargeQuote{
        font-size: 25px;
    }
   
}