#slider {
	height: 400px;
}

#slider .title {
	text-align: center;
	line-height: 400px;
	font-weight: bolder;
}

#slider .content {
	width: 100%;
	margin: auto;
	padding: 0;
}

#about .section {
	padding: 80px 0;
}

#about .desc p {
	color: #717e94;
	line-height: 24px;
    margin-bottom: 10px;
}

#about .section .title {
    text-align: center;
    font-weight: 1000;
}

#about .section img {
    border-radius: 20%;
	width: 80%;
	margin: auto;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
}

#about .col-bg-4 {
	width: calc(33% - 25px);
}

#about .col-bg-8 {
	width: calc(66% - 25px);
}

#about .col-left {
	margin-right: 20px;
	margin-left: 5px;
}

#about .col-right {
	margin-left: 20px;
	margin-right: 5px;
}

#about .col {
	padding-top: 20px;
}

@media only screen and (max-width: 768px) {
    /** For mobile phones: **/
    
    #slider {
        height: auto;
    }
    
    #slider .content {
        padding: 50px 0;
    }
    
    #about .section img {
        border-radius: 20%;
        width: 100%;
        margin: auto;
    }
    
    #about .section .f-img {
        width: 50%;
        margin: auto;
    }
    
    #about .col-sm-12 {
	    width: 98%;
        margin: 10px auto;
        float: none;
    }
}

