.camp_century .hero{background:url('../img/about1.jpg') center center/cover no-repeat}.logos li{padding:0 60px;margin:0;list-style:none}.logos li img{max-height:100px;width:auto}.logos li:nth-child(2) img{max-height:60px;width:auto}.logos li:nth-child(3) img{max-height:40px;width:auto}@media(max-width:1100px){.logos li{padding:0 20px}.logos li img{max-height:80px;width:auto}}@media(max-width:768px){.logos li{padding:20px}.logos li img{max-height:80px;width:auto}}
.read-btn-container {
    max-width: 60%;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.read-btn {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #b4b4b4;
    border-radius: 25px;
    padding: 10px 25px 10px;
    margin-top: 30px;
    color: #FFFFFF;
    opacity: 0;
    transition: 0.6s ease;
}

.light .read-btn {
    color: #000000;
}

.light .read-btn:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.read-btn:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.read-btn:hover::after {
    width: 0;
}

@media (max-width: 768px) {
    .read-btn-container {
        margin: 0;
    }
}