.notify {
    background: #004819;
}

@media (min-width: 768px) {
    .notify {
        font-size: 14px;
        line-height: 1.8;
        padding: 0.74rem 0;
    }
}

.notify p{
     margin-bottom: 0px;
      text-align:center;
     color:#efd95e;
}

.button-bottom p{
	    margin-bottom: 0px;
}

section.forth-section {
    padding: 80px 0px 80px;
}

@media (max-width: 600px){
	.first-section-crm{
		overflow-x:hidden;
	}

      section.forth-section {
           padding: 40px 0px;
        }

}


section.forth-section {
    padding: 80px 0 !important;
}

@media screen and (max-width: 600px) {
    section.forth-section {
        background: white;
        padding: 40px 0 !important;
    }
}

.hidden-overflow {
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .first-section-crm img.bk-img {
        top: 240px !important;
    }
}