.info
{
    max-width: 900px;
}

.infoBtns > a > button
{
    max-width: 100%;
}

ul > li:nth-child(odd)
{
    background-image: linear-gradient(45deg,rgb(220, 238, 255),rgba(182, 245, 196, 0.767)),url(./img/cann.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.headings
{
    font-weight: 400;
}