.header-logo .brand{
    float: left;
    margin-right: 10px;
}

.header-logo a {
    font-size: 1.2rem;
}
.header-logo a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    width: 15rem;
}

@media (max-width: 991px){
	.header-logo a small {
	    font-size: .7rem;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}

.header-logo a small {
    display: block;
    font-size: .8rem;
    font-weight: 400;
    margin-top: -3px;
    color: #fff;
}

.baris {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.kolom {
    height: 5rem;
    width: 5rem;
    margin-right: 1rem;
    border-radius: 50%;
    padding:0.2rem;
    text-align: center;
}

.kolom img{
    height: 4rem;
    margin-top: 0.5rem;
}