.header-2-0 img{
    margin: 10px 0 0 !important;
}

.header-2-0 .nav-link {
    padding: 0;
}

.nav-bar-2-0 #dropdown-menu {
    gap: 50px !important;
    margin: 0 60px;
}

.nav-bar-2-0 {
    justify-content: center;
    display: flex;
    align-items: center;
}

.header-2-0 {
    height: auto;
    padding: 0 0 30px;
    align-items: center;
}

.header-2-0 .nav-item {
    justify-content: center;
    display: flex;
    align-items: center;
}

.cta-button-2-0 {height: 29.5px;
    margin-top: 0;
    background: #5db5b500;
    font-family: Montserrat;
    font-size: 13.47px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: center;
    color: #000000;
    border: 0.8px solid rgb(204, 204, 204);
    border-radius: 20px;
    outline: 1px #000;
    position: relative;
    right: 0;
    }
.cta-button-2-0:hover {
    color: #fff;
    background: #089E9E;
}

@media (max-width: 880px){

	.cta-button-2-0{
	display:none;
	}
	.header-2-0 .menu-toggle{
	margin-top: 0;
	}
	.header-2-0 .top-btn {
    margin-top: -15px !important;
}
}