#box4
		{
		width: 100%;
		background-color: #ADDB65;
		background-image: url('bg.png');
    border-top: 1px solid #78B020;
    border-bottom: 1px solid #78B020;
		}

#box4_inner
    {
    padding-top: 15px;
    padding-bottom: 15px;
    }

*{
    scroll-behavior: smooth !important;
}