.sectiontext ul li {
    margin-top: 20px;
}

.sectiontext ul li a {
    width: 286px;
    height: 45px;
    border-radius: 23px;
    background: #fffb81;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
    margin: 0 auto;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #28a7af;
    line-height: 15px;
    padding-top: 15px;
    box-sizing: border-box;
}