#boat {
    height: 400px;
    background-image: url('/img/anemonyBoat3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#boat .main {
    height: 100%;
    display: flex;
    align-items: center;
}

#boat .main h1 {
    color: #fff;
    margin-bottom: 0px;
    text-align: left;
}

#boat .main p {
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}


.adi-section {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.adi-section h2 {
    font-size: 36px;
}

.adi-section img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.3);
}

.adi-section ul {
    list-style: none;
    margin-bottom: 0;
}

.adi-section ul li::before {
    content: '•';
    color: #F26522;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}





@media only screen and (max-width: 1024px) {
    #boat .main {
        padding-top: 120px;
    }

    .adi-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
 
    .adi-section-alt {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
}
