/****** SOFTWARES *****************************/

#main__content h2 {
    position:		relative;
    width:			100%;
    padding:		1.4em .8em .8em .8em;
    font-size:		2.2em;
    color:			#464646;
    text-align:		center;
    text-transform:	uppercase;
}
#main__content h2::after {
    content:		'';
    display:		block;
    position:		absolute;
    bottom:			0;
    left:			50%;
    width:			5em;
    height:			1px;
    margin-left:	-2.5em;
    background:		#d7d7d7;
}

#main__content h4 {
    color:			#a62394;
    font-size:		2.8em;
    font-weight:	lighter;
    padding:		1em .5em .3em .5em;
    text-transform:	capitalize;
}
#main__content h4::after {
    display:		none;
}
#main__content h5 {
    position:		relative;
    padding:		.5em .5em 4em .5em;
    color:			#888;
    font-size:		1.3em;
    font-weight:	normal;
    text-align:		center;
}
#main__content h5::after {
    content:		'';
    display:		block;
    position:		absolute;
    bottom:			0;
    left:			50%;
    width:			5em;
    height:			1px;
    margin-bottom:	1.5em;
    margin-left:	-2.5em;
    background:		#d7d7d7;
}

#main__content #credits > div {
    text-align:		center;
    padding:		0 0 3em 0;
    background:		url(../../_api/desktop-credits-992be8913d0a.jpg) no-repeat center;
}
#main__content #credits > div p {
    font-size:		1.2em;
    color:			#888;
    width:			74em;
    padding:		0 1.5em;
    text-align:		left;
}
#main__content #credits a.button {
    margin-top:		29em;
}