/* STYLES FOR MAIN INTRO */
.fbb-ag {
    max-width: unset !important;
    margin: 0 !important;
    padding: 93px 13.6% 47px 13.6%;
    position: relative;
}
.fbb-agBkg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	margin: 0 !important;
	max-width: unset !important;
}
.fbb-agBkg:after {
	background: linear-gradient(-172deg, rgba(62,62,62,0.77), rgba(0,0,0,0.9) 50%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	content: "";
}
.fbb-agContent {
    position: relative;
    text-align: center;
}
.fbb-agContent h2 {
    margin: 0 auto 25px auto !important;
    padding-bottom: 24px !important;
    position: relative;
    text-align: center;
    max-width: unset !important;
}
.fbb-agContent h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 256px;
    height: 2px;
    background: #FFF;
}
.fbb-agContent .fbb-agH5 {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: normal !important;
    font-size: 22px !important; 
    color: #FFFFFF !important;
    line-height: 31px;
    margin-bottom: 25px !important;
}
.fbb-agContent .fbb-agBody {
    margin-bottom: 25px !important;
}
.fbb-agContent .fbb-agBody p {
    font-family: "Gotham A", "Gotham B" !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    line-height: 25px !important;
}
.fbb-agContent .fbb-agBody ul, .fbb-agContent .fbb-agBody ol {
    color: #FFFFFF !important;
    padding-left: 25px !important;
}
.fbb-agP {
    background: rgba(0,0,0,0.10) !important;
    border: none #B2B2B2 !important;
    padding: 0 !important;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
}
.fbb-agBoxes{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.fbb-agBoxes .fbb-agBox{
    display: flex;
    flex-direction: column;
    background-color: #4A667D;
    justify-content: center;
    padding: 5% 1%;
    color: #fff;
    width: 265px;
}
.fbb-agBoxes .fbb-agBox p{
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.fbb-agBoxes .fbb-agBox span{
    font-size: 72px;
    font-family: 'BauerBodoniStdBlackItalic';
    line-height: 80px;
}
@media only screen and (max-width: 1200px) { 
    .fbb-ag {
        padding: 51px 15px 47px 15px;
    }
    .fbb-agBoxes .fbb-agBox span{
        font-size: 55px;
        line-height: 65px;
    }
    .fbb-agBoxes{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .fbb-agBoxes .fbb-agBox{
        margin-bottom: 2.5%;
    }
}
@media (max-width: 600px){
    .fbb-agBoxes .fbb-agBox{
        margin-bottom: 5%;
    }
}
