.footerContainer {
    display: flex;
    bottom: 1%;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 8%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(44, 76, 69);
    border-top: 5px solid rgb(216 88 66); /* Orange border */
    border-bottom: 5px solid rgb(216 88 66);
}

.footerContainer .footerLogo {
    display: flex;
    align-items: center;
  width: 55%;
    height: 230px;
}

.footerBorder{
    width: 100%;
    
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 2px solid #ff8570;
    border-bottom: 2px solid #ff8570;
}

.copyright {
    font-size: 17px;
    color: rgb(255, 64, 64);
 text-align: center;
    padding-bottom: 50px;
    width: 200px;
}

.title {
    width: 147%;
    height:100%;
    object-fit: cover;
}
@media (min-width: 344px) and (max-width: 359px){

    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 120px;
        flex-direction: column;
        
    }
    .title {
        width: 183%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 14px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }

}
@media (min-width: 360px) and (max-width: 422px){
    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 120px;
        flex-direction: column;
        
    }
    .title {
        width: 183%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 14px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }
}
@media (min-width: 423px) and (max-width: 561px){
    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 120px;
        flex-direction: column;
        
    }
    .title {
        width: 183%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 14px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }
}
@media (min-width: 562px) and (max-width: 701px){
    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 215px;
        flex-direction: column;
        
    }
    .title {
        width: 182%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 17px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }
}
@media (min-width: 702px) and (max-width: 951px){
    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 215px;
        flex-direction: column;
        
    }
    .title {
        width: 180%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 17px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }
}
@media (min-width: 952px) and (max-width: 1151px){
    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 176px;
        flex-direction: column;
        
    }
    .title {
        width: 170%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 17px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }
}
@media (min-width: 1152px) and (max-width: 1351px){
    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 186px;
        flex-direction: column;
        
    }
    .title {
        width: 160%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 17px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }
}
@media (min-width: 1352px) and (max-width: 1531px){
    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 176px;
        flex-direction: column;
        
    }
    .title {
        width: 120%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 17px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }
}
@media (min-width: 1532px) and (max-width: 1801px){
    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 235px;
        flex-direction: column;
        
    }
    .title {
        width: 120%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 17px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }
}
@media (min-width: 1802px) and (max-width: 2654px){
    .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 250px;
        flex-direction: column;
    }
    .title {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 17px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    }
}