div.container.body-container {
    /* position: sticky;
    top: 13rem; */
    margin-top: 11rem;
    margin-bottom: 3rem;
}

body div.container.body-container div div.content-favoriteCategories div div.container-img dotlottie-player {
    width: 200px;
    height: 200px;
}
.container-img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-categories-body {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 1rem;
}

.container-categories {
    display: grid;
    gap: 0.5rem;
}

.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #C1C1C1;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    width: 100%;
    height: fit-content;
    font-size: 14px;
    margin-bottom: 0.625rem;
    grid-column: 2;
    grid-row: 1;
}

.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: .5rem 0;
    color: rgba(51, 65, 85, 1);
    transition: all .15s ease-in-out;
}

.radio-inputs .radio input:checked+.name {
    background-color: #fff;
    font-weight: 600;
}

/*  */
h2 {
    margin: 0;
    text-align: center;
}

.content-body {
    margin-top: 1rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 20rem repeat(3, auto);
    gap: 1rem;
}

.content-favoriteCategories {
    border-radius: 1rem;
    padding: 0.625rem;
    /* background: #C1C1C1; */
    display: grid;
    gap: 0.625rem;
}

.content-favoriteCategories .categories {
    /* border: 1px solid; */
    /* padding: 5px 5px; */
    background: #C1C1C1;
    width: fit-content;
    border-radius: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 100%;
}

.card {
    height: 15.5rem; /*14rem*/
    display: grid;
    grid-template-columns: 2fr 6fr;
}

.first-card {
    grid-row: 1;
    grid-column: 2;
    top: 4rem;
}

.content-image {
    max-height: 15.4rem;
}
.card .content-image img {
    height: 100%;
    max-height: 15.4rem;
    width: 100%;
    object-fit: cover;
    overflow-y: hidden;
}

/* .card .row .col-md-3,
.notice-first .card .row .col-md-3 {
    display: flex;
    justify-content: center;
} */

/* .card .row .col-md-3 img,
.notice-first .card .row .col-md-3 img {
    height: 14rem;
    max-height: 14rem;
    max-width: 100%;
} */



.btn-custom {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.btn-custom.learn-more {
    width: 100%;
    height: auto;
}

.btn-custom.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    width: 3rem;
    height: 3rem;
    padding-left: 1rem;
    background: #005E73;
    color: white;
    border-radius: 1.625rem;
}

.btn-custom.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.btn-custom:hover .circle {
    width: 100%;
}

.btn-custom:hover .button-text {
    color: #fff;
}

/* Media Queries */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .content-notices {
        margin-top: 6rem;
    }

    body div.container.body-container div div.content-favoriteCategories div div.container-img dotlottie-player {
        width: 140px;
        height: 150px;
    }

    body div.container.body-container div div.content-favoriteCategories h4 {
        margin: 0;
        text-align: center;
        align-content: flex-end;
    }
    .content-body {
        grid-template-rows: 17.5rem repeat(3, auto);
    }

    .card {
        height: 10rem;
        max-width: 100%;
        grid-template-columns: 4fr 6fr;
    }

    .card .content-image img {
        height: 100%;
        max-height: 9.9rem;
    }

    .card-title {
        font-size: 15px;
    }

    .card-text {
        margin: 0;
    }

    .card .content-info .card-textInfo {
        display: none;
    }

    div.container.body-container {
        margin-top: 3rem;
    }

    #animation svg {
        width: 80% !important;
        height: 80% !important;
    }
}

@media screen and (max-width: 767px) {
    
    body div.container.body-container div div.content-favoriteCategories div div.container-img dotlottie-player  {
        width: 100%;
        height: 80%;
    }
    div.container.body-container {
        margin-top: 3rem;
    }

    .card .content-info .card-textInfo {
        display: none;
    }

    .content-body {
        display: flex;
        flex-direction: column;
        /* grid-template-columns: repeat(1, 1fr); */
    }

    .card {
        height: 9.5rem;
        /* max-width: 8rem; */
        display: grid;
        grid-template-columns: 2fr 6fr;
    }

    .first-card {
        top: 0;
    }

    .card .content-image img {
        height: 100%;
        max-height: 9.5rem;
        object-fit: cover;
    }

    .card-title {
        font-size: 15px;
    }

    .card-text {
        margin: 0;
    }

    /* .content-items {
        display: flex;
        /* grid-template-columns: 1fr, 3fr; * /
    } */
}

/* Button Card */
button.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 12rem;
    height: auto;
}

body div.container.body-container div div.card div.content-info div button {
    margin: 1rem 0 0 0;
}
/* button.learn-more {
    width: 12rem;
    height: auto;
} */

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
    background: #282936;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.25rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.1rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    margin-left: 2px;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}