.service-branding,
.more-info {
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    gap: 2rem;
}

.service-branding {
    /* background-color: #faebd7; */

}

.branding-text {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    gap: 1rem;
}

.branding-text h1 {
    font-size: 26px;
    font-weight: bold;
    color: #008000;
    text-transform: uppercase;
}

.branding-text p {
    font-weight: lighter;
    max-width: 550px;
}


.branding-text a,
.info-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0.5em;
    margin: auto;
    color: #DD9854;
    border-radius: 2px;
    text-decoration: none;
    border: 1px solid #DD9854;
}

.branding-img,
.info-img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);

}

.branding-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.branding-benefits {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    gap: 1rem;
}

.custom-table {
    width: 70%;
    border-collapse: collapse;
    font-size: 18px;
    text-align: center;
    font-weight: lighter;
}

.custom-table th,
.custom-table td {
    border: 1px dotted #008000;
    padding: 12px;
}

.branding-benefits h3,
.more-info h3 {
    text-align: center;
    color: #808080;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.info-text,
.branding-benefits {
    flex: 1;
}

.branding-benefits p,
.more-info .info-text p {
    text-align: justify;
    font-weight: lighter;

}

.more-info {
    height: auto;
}

.more-info .info-text span {
    color: #DD9854;
}

.info-text{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.promo-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    box-sizing: border-box;
}

.promo-section {
    background-color: #faebd7;
    height: auto;
}

.promo-section h3 {
    text-align: center;
    color: #808080;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 1px;
    max-width: 70%;
}

.promo-section p {
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    color: #008000;
    margin-top: 5px;
}


@media screen and (max-width: 999px) {}

@media screen and (max-width: 690px) {

    .service-branding,
    .more-info {
        flex-direction: column;
        height: auto;
    }

    .custom-table {
        width: 100%;
    }
}