
.constrained-width {
    margin: 0 auto;
    max-width: 1216px;
}
.footer__primary {
    display: grid;
}

.footer__links-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__links-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer__links-list-link {
    text-decoration: none;
}

.button--text {
    color: #171f35;
}
.typography-bold {
    font-weight: 600;
}


.footer__ctas-logo-link {
    max-width: max-content;
    position: relative;
}

.footer img {
    display: block;
    height: auto;
    max-width: 100%;
}
.footer__ctas-logo-text {
    margin-top: 17px;
}
.footer__ctas-social {
    margin-top: 44px;
}
.social-media-tray {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.social-media-tray__icon {
    background: #f0edec80;
    border-radius: 50%;
    cursor: pointer;
    display: grid;
    height: 49px;
    place-items: center;
    position: relative;
    transition: all 330ms ease-in-out;
    width: 49px;
}
.social-media-tray__icon a {
    border-radius: 50%;
    display: grid;
    height: 100%;
    left: 0;
    place-items: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer__ctas-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 52px;
}

.footer__ctas-actions a {
    flex-grow: 1;
    text-align: center;
}

.button--primary{
background: #731734;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    padding: 25px 27px;
    transition: background-color 330ms ease-in-out;
}
.footer__copyright {
    background: #0000;
    border-top: 0.5px solid #6f7271d9;
    color: #6f7271;
    font-size: 12px;
    margin-top: 40px;
    padding: 40px 0;
}
.footer p {
    color: var(--silver);
    margin: 0;}
    
     .footer ul[class] {
    list-style: none;
    margin: 0;
    padding: 0;
}
.body-container .footer img {
    width: auto;
}
p.footer__ctas-logo-text {
    margin-top: 17px;
font-size:16px;
}
@media screen and (min-width: 1024px){
.footer__ctas {
    margin-top: 0;
}
    
    .footer .footer__ctas-logo-text {
    margin-top: 17px;
    font-size: 20px;
}
}
@media screen and (min-width: 1024px){
.footer__ctas-actions {
    gap: 16px;
}
.footer__copyright {
    margin-top: 82px;
    padding: 44px 0 70px;
}
}

@media screen and (min-width: 480px){

.footer__ctas-actions a {
    flex-grow: 0;
}
.social-media-tray {
    flex-wrap: nowrap;
}}
.typography-p {
    font-size: 16px;
}
@media screen and (min-width: 1024px){
.footer {
    margin-top: 114px;
}
.footer__links:nth-of-type(2) {
    margin-top: 0 !important;
}
.footer__primary {
    grid-template-columns: repeat(3,1fr);
}
.footer__links-list {
    gap: 30px;
}
.typography-p{
font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: 0;
}
}
@media screen and (min-width: 1300px){
.page-gutter {
    padding: 0;
}}