.focus {
        width: 100%;
        height: 600px;
        background-color: #FFFFFF;
        margin: 0px auto;
    }
        
    .carousel,
    .carousel img {
        width: 100%;
        height: 600px!important;
    }
    .carousel-caption{
        padding-bottom: 200px;
    }

.carousel-title{
    margin:10px 0;
    font-size:45px;
    font-weight:bold;
}
.carousel-slide{
    text-align:center;
    color:#FFFFFF;
}
.carousel-descr{
    margin:10px 0;
    font-size:20px;
    text-align:center;
    font-weight:bold;
    color:#FFFFFF;
}
