
.where-to-begin {
    margin: 5% auto 0;
}

.where-to-begin .text {
    width: 50%;
    margin: 5% auto 3%;
    text-align: center;
}

.where-to-begin .text h2 {
    margin: 0 auto 2%;
}

.where-to-begin .content {
    padding: 25% 5% 5%;
    margin-top: -22%;
    background-image: linear-gradient(to bottom, #51B5C9, #2B74A3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.where-to-begin .content .bg-wrapper {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8vw;
    background-repeat: no-repeat;
    z-index: 0;
}

.where-to-begin .content .copy {
    width: 45%;
}

.where-to-begin .content .copy h2 {
    color: #fff !important;
    margin: 0 auto 2%;
}

.where-to-begin .content .copy p {
    color: #fff;
}

.where-to-begin .content .copy p:last-of-type {
    margin-bottom: 5%;
}

.where-to-begin .content .copy .button {
    text-decoration: none;
    background-color: var(--wp--preset--color--dark-blue);
    background-image: none;
}

.where-to-begin .content .copy .button:hover {
    background-color: #fff;
    color: var(--wp--preset--color--dark-blue);
    border-color: #fff;
}

.where-to-begin .content .copy .button:focus {
    text-decoration: underline;
}

.where-to-begin .content .large-buttons {
    width: 50%;
}

.where-to-begin .content .large-buttons a {
    border-radius: 20px;
    background-color: #ffffff40;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    margin: 4% 0;
    text-decoration: none;
    position: relative;
    transition: .3s;
}

.where-to-begin .content .large-buttons a:hover {
    outline: 5px solid var(--wp--preset--color--light-blue);
    transition: .3s;
}

.where-to-begin .content .large-buttons a::before {
    content: "1";
    position: absolute;
    left: -20px;
    top: -20px;
    background-color: var(--wp--preset--color--light-blue);
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    margin: 0;
    line-height: 47px;
}

.where-to-begin .content .large-buttons a:nth-of-type(2)::before {
    content: "2";
}

.where-to-begin .content .large-buttons a:nth-of-type(3)::before {
    content: "3";
}

.where-to-begin .content .large-buttons a:nth-of-type(4)::before {
    content: "4";
}

.where-to-begin .content .large-buttons a:nth-of-type(5)::before {
    content: "5";
}

.where-to-begin .content .large-buttons a:nth-of-type(6)::before {
    content: "6";
}

.where-to-begin .content .large-buttons a h4 {
    margin: 0;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 22px;
    width: 30%;
    text-align: center;
    font-weight: 600;
    letter-spacing: .85px;
}

.where-to-begin .content .large-buttons a p {
    color: #fff;
    width: 65%;
    border-left: 3px solid var(--wp--preset--color--dark-blue);
    padding-left: 3%;
    padding-right: 5%;
    margin-bottom: 0;
}

.where-to-begin .content .large-buttons a p::after {
    content: "";
    width: 20px;
    height: 12px;
    background-image: url('../../../../../../wp-content/themes/odm-twentytwentyfour-child/assets/images/long-arrow.svg');
    background-size: cover;
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* BUTTONS ONLY */

.where-to-begin.buttons-only .content {
    padding-top: 15%;
    margin-top: -5%;
} 

/* FULL BUTTONS */

.where-to-begin.full-buttons {
    margin: 0 auto;
}

.where-to-begin.full-buttons .content {
    padding-top: 5%;
    margin-top: 0;
    flex-wrap: wrap;
}

.where-to-begin.full-buttons .large-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.where-to-begin.full-buttons .content .large-buttons a {
    width: 30%;
    display: block;
}

.where-to-begin.full-buttons .content .copy {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.where-to-begin.full-buttons .content .large-buttons a::before {
    display: none;
}

.where-to-begin.full-buttons .content .copy p:last-of-type {
    margin-bottom: 0;
}

.where-to-begin.full-buttons .content .large-buttons a h4 {
    width: 100%;
    padding-top: 12%;
    border-bottom: 3px solid var(--wp--preset--color--dark-blue);
    margin-bottom: 5%;
    padding-bottom: 5%;
}

.where-to-begin.full-buttons .content .large-buttons a h4::after {
    content: "";
    width: 20px;
    height: 12px;
    background-image: url(../../../../../../wp-content/themes/odm-twentytwentyfour-child/assets/images/long-arrow.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 10%;
    left: 0;
    margin: auto;
}

.where-to-begin.full-buttons .content .large-buttons a p {
    width: 100%;
    border-left: 0;
    border-top: 0;
}

.where-to-begin.full-buttons .content .large-buttons a p::after {
    display: none;
}

@media (max-width: 1490px) {

    .where-to-begin .content .large-buttons a h4 {
        font-size: 19px;
    }

}

@media (max-width: 1320px) {

    .where-to-begin .content .large-buttons a h4 {
        font-size: 16px;
    }

    .where-to-begin .content .large-buttons a p {
        font-size: 16px;
    }

}

@media (max-width: 1200px) {

    .where-to-begin .content .large-buttons a {
        display: block;
        padding: 30px;
        margin: 7% 0;
    }

    .where-to-begin .content .large-buttons a h4 {
        width: 100%;
        margin-bottom: 4%;
    }

    .where-to-begin .content .large-buttons a p {
        width: 100%;
        border-left: 0;
        border-top: 3px solid var(--wp--preset--color--dark-blue);
        padding: 10px 0 0;
    }

}

@media (max-width: 975px) {

    .where-to-begin .text {
        width: 80%;
    }

    .where-to-begin .content {
        flex-wrap: wrap;
    }

    .where-to-begin .content .copy {
        width: 100%;
    }

    .where-to-begin .content .large-buttons {
        width: 100%;
    }

    .where-to-begin .content .large-buttons a p::after {
        top: unset;
        bottom: 10%;
    }

    .where-to-begin.full-buttons .content .large-buttons {
        flex-wrap: wrap;
    }

    .where-to-begin.full-buttons .content .large-buttons a {
        width: 100%;
    }

    .where-to-begin.full-buttons .content .copy {
        width: 100%;
    }

    .where-to-begin.full-buttons .content {
        padding-top: 10%;
    }

}

@media (max-width: 650px) {

    .where-to-begin {
        margin: 10% auto 0;
    }

    .where-to-begin .text {
        width: 90%;
        margin: 0 auto 8%;
    }

}