section {
    padding-bottom: 2.5%;
}

.content {
    width: 55%;
    padding-right: 20%;
}

.content p{
    color: #888;
    padding-top: 10px;
}

.content ul {
    list-style: none;
    padding: 20px 0 0 0;
}

.content ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.content ul li img{
    width: 32.5px;
    padding-right: 25px;
}

.sidepanel  {
    width: 45%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.sidepanel img:nth-child(1) {
    width: 100%;
    padding-bottom: 40px;
}

.sidepanel img:nth-child(2) {
    width: 32.5%;
}

.call2action {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #FAFAFA;
    margin: 7.5% 10% 7.5% 10%;
    padding: 5% 5%;
}

.call2action .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 25px 0 0;
}

.call2action .title h2{
    padding-left: 40px;
}

.call2action p{
    color: #565656;
    font-size: 14.5px;
    padding-right: 50px;
}

.program {
    padding: 0 10%;
}

.program .cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.program .cols div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.program .cols h4 {
    color: var(--dark-color);
    margin-bottom: 5px;
}
.program .cols p {
    color: #898989;
    font-size: 13px;
}


.products {
    padding: 5% 10% 15% 10%;
}

.products .cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.products .cols div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.products .cols h4 {
    color: var(--dark-color);
    margin-bottom: 5px;
}
.products .cols p {
    color: #898989;
    font-size: 13px;
}


.mobile-call2action {
    height: 300px;
    background: url('../../imgs/recreational_yachts.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 35%;
}


@media only screen and (max-width: 900px) {
    .ico {
        padding-bottom: 25px;
    }
    .description {
        margin-bottom: 25px;
    }
    .call2action {
        padding: 5%;
    }
    .call2action,  .call2action .title{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .call2action .title h2{
        padding: 0;
    }
    .program {
        margin-bottom: 2.5%;
    }
    .program .cols, .products .cols {
        flex-direction: column;
    }
    .program .cols div, .products .cols div  {
        align-items: start;
        padding-bottom: 25px;
    }
    .program .cols h3{
        margin-bottom: 0;
    }
}