/*
Theme Name:   CautionbayChild
Description:  Write here a brief description about your child-theme
Author:       Ram
Author URL:   https://cautionbay.com
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  CautionbayChild
*/

/* Write here your own personal stylesheet */


.et_pb_row.et_pb_row_2.for_mob {
    padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
#site-plan p {
    line-height: 25px;
    padding-top: 0;
    letter-spacing: 0;
}
}
@media only screen  and (min-width: 1200px) and (max-width: 1480px) {  
	
	#site-plan p {
    line-height: 25px;
    padding-bottom: 0px;
    font-size: 22px !important;
    letter-spacing: 0.4px;
} 
}
	
@media only screen  and (min-width: 1030px) and (max-width: 1200px) { 
body ul.tabs li h2 {
    cursor: pointer;
    list-style: none;
    border: 0;
    text-align: right;
    color: #76ad79;
    position: relative;
    font-size: 58px;
    margin-bottom: 20px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
	#site-plan p {
    line-height: 25px;
    padding-bottom: 0px;
    font-size: 19px;
    letter-spacing: 0.4px;
}
}
@media only screen  and (min-width: 768px) and (max-width: 1030px) { 
body ul.tabs li h2 {
    cursor: pointer;
    list-style: none;
    border: 0;
    text-align: right;
    color: #76ad79;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
	
	#site-plan p {
    line-height: 25px;
    padding-bottom: 0px;
    font-size: 16px;
    letter-spacing: 0px;
}
}