.my-row{
    max-width: 1313px;  
    margin: auto;
    height: 100%;
}
.footer-container{
        height: 150px;
        background: #C1272D;
}
.footer-item{
        background: transparent;
        outline: 0px solid black;
        height: 100%;
        align-content: center;
}
.bordered{
        box-shadow: 2px 0 0 0 white;
}
.footer-p{
        width: 100%;
        text-align: center;
        padding: 2px;
        font-size: 21px;
        color: white;
        font-family: 'BeauSansPro-Bold';
}

@media (max-width: 576px){
    .my-row{
        width: 100%; 
    }
    .footer-item{
        height: 25%;
    }
    .footer-container{
        height: 200px;
    }
    .bordered{
        box-shadow: 0 0 0 0 white;
}
}
@media (max-width: 768px)and (min-width: 576px){
    .my-row{
        width: 95%; 
    }
    .footer-item{
        height: 25%;
    }
    .footer-container{
        height: 200px;
    }
    .bordered{
        box-shadow: 0 0 0 0 white;
}
    
}
@media (max-width: 860px) and (min-width: 768px){
    .my-row{
        width: 95%; 
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .my-row{
        width: 95%;
    }
    .footer-item{
        height: 50%;
    }
    .footer-container{
        height: 200px;
    }
    .bordered{
        box-shadow: 0 0 0 0 white;
}
    
}
@media (max-width: 1200px) and (min-width: 992px){
    .my-row{
        width: 960px; 
    }
    .footer-p{
        font-size: 16px;
}
}
@media (max-width: 1393px) and (min-width: 1200px){
    .my-row{
        width: 1110px; 
    }
    .footer-p{
        font-size: 18px;
}
}
@media (min-width: 1393px){
    .my-row{
        width: 1310px; 
    }
}