header,footer{background-color:rgb(8,143,143);color:#fff}
.product-container{justify-content:space-between;flex-wrap:nowrap;gap:0}
.product-container img{width:50%;flex-grow:1}
.text-content{display:flex;flex-direction:column;flex-grow:5;padding:20px}
section{display:inherit;width:100%;align-items:center;justify-content:center}
.btn{background-color: rgb(25 185 20);width:80%;padding:25px;border:none;border-radius:.25rem;font-size:1.6rem;text-align:center;text-decoration:none;transition:all .3s ease-in-out;cursor:pointer}
    .btn:hover{background-color: #109c01;}
    .btn a{font-weight:700}
@media (max-width:768px){.product-container{flex-wrap:wrap}.footer{position:static}}
.logos{flex-direction:column;align-items:center}
.logos img{width:100%;max-width:100vw}