.header-link {
    width: 200px;
    height: 95px;
    align-items: center;
    display: flex;
}

.header2-link {
    height: 95px;
    align-items: center;
    display: flex;
}

.header4-link {
    height: 65px;
    align-items: center;
    display: flex;
}

.header-btn-wrap {
    height: 100%;
    display: flex;
}

.header2-img {
    height: 50px;
}

.header-img {
    width: 10em;
}

#header-title {
    background-color: #FFF6F0;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-bottom: 50px;
}

#header3-title {
	width:100%;
    background-color: #FFF6F0;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

#header4-title {
	width:100%;
    background-color: #FFF6F0;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.btn-header {
	border-radius: 50px;
	border:1px solid #6C757D;
	background-color:#FFFFFF;
	width: 150px;
	vertical-align:middle;
	height:40px;
	margin-right:20px;
}

.btn-header:hover {
	border-radius: 50px;
	background-color:#6c757D;
	color:#FFFFFF;
	width: 150px;
	vertical-align:middle;
}
