/* .anchor-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
} */

.anchor-heading .content{
    margin-left:20px;
}

.anchor-heading .row{
    width:100%;
    justify-content: space-between;
}
/*
.anchor-heading .row a:nth-of-type(3) p:nth-of-type(2) {
    margin-top:38px;
}

.anchor-heading .row a:nth-of-type(4) p:nth-of-type(2) {
    margin-top:38px;
}

.anchor-heading .row a:last-of-type p:nth-of-type(2) {
    margin-top:38px;
}
*/
.anchor-heading .row a:last-of-type p:nth-of-type(2) {
    margin-right: -19px;
}

.anchor-heading {
    align-items: center;
    
    display: flex;
    justify-content: space-between;
    list-style-type: none;
	padding-top: 60px
}
 
.anchor-heading a {
	display: none;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 20px 8px 0;
    text-transform: uppercase;
}

.anchor-heading .content h2 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
 }

.anchor-heading-mobile {
 width: 100%;	
}

.anchor-heading-mobile select {
	border: none;
   border-bottom: 1px solid #000000;
   cursor: pointer;
   display: block;
   font-size: 16px;
   margin-bottom: 50px;
   padding: 15px 0;
   text-transform: capitalize;
	width: 100%;
}

@media only screen and (min-width: 1025px) {
	.anchor-heading-mobile {
	 	display: none;	
	}
	
	.anchor-heading .row {
		border-bottom: 2px solid grey;
	}
	
	.anchor-heading a { 
		display: inline-block;	
	}
}