			.kids-btn-area{
				display: flex;
				justify-content:right;
				width:70%;
				margin:0 auto;
			}

			.kids-btn-area a.ac2{
    color: #FFF;
    border-radius: 30px;
    font-size: 1.8rem;
    padding: 10px;
    width: 18%;
    text-align: center;
    margin-left: 10px;
    font-weight: 700;
    OPACITY: 0.4;
    text-decoration: underline;
			}

			.kids-btn-area a:hover{
    color: #FFF;
    opacity: 1;
    text-decoration:none;
			}

.ac1{
    border: unset;
    padding: unset;
    color: #FFF;
    background-color: #000;
    font-size: 1.25em;
    font-weight: 700;
    pointer-events: none;
    margin: 7px 5px 0px 5px;
			}

			