.primary-btn {
    line-height: 40px;
    padding: 0 30px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #fff;
    color: white;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}

.hero, .home, .content-wrapper {
    width: 100%
}

.emoji-container {
	display: inline-block;
}

.emoji-container .emoji-image {
	width: 1.375rem;
	height: 1.375rem;
	vertical-align: bottom;
}

.emoji-container .line{
    width: 1.375rem;
	vertical-align: middle;
}
