@charset "UTF-8";
/* CSS Document */

.fdamsg { 
    font-size: 2.5rem;
}

.fdamsg-small { 
    display:none; 
    font-size:2.5rem;
}

/* Services */

.element-0 h2, 
.element-1 h2, 
.element-2 h2,
.element-3 h2 { 
    color:#fff; 
    font-size: 24px; 
    font-size: 2.4rem; 
    line-height: 1.6; 
    font-weight: 700;
}

.element-0 p, 
.element-1 p, 
.element-2 p,
.element-3 p { 
    color:#fff; 
    font-size: 24px; 
    font-size: 2.4rem;
}

.element-0 a, 
.element-1 a, 
.element-2 a,
.element-3 a { 
    font-size: 18px; 
    font-size: 1.8rem; 
    line-height: 1.6; 
    color:#fff; 
    font-weight: 700;
}

.element-0 { 
    background: rgb(30,170,174) !important;
}

.element-1 {
    background: rgb(51,137,202) !important;
}

.element-2 {
    background-color: rgb(22,27,62) !important;
}

.element-3 {
    background-color: rgb(38, 40, 121) !important;
}

.embedded { 
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

@media screen and (max-width: 975px) {
	.fdamsg { 
        display:none;
    }

	.fdamsg-small { 
        display:block;
    }
}

@media (min-width: 620px) {
    .element-0 h2, .element-1 h2 {
        font-size: 3.6rem;
    }
}

