body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #EFEEE7;
    color: #232323;
}

.logo-section img {
    max-width: 130px;
    margin-top: 10px;
}

.bg-green-dark {
    background-color: #014341;
    color: #ffffff;

}

p, h1 {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
}

.swiper {
    width: 90%;
    max-width: 600px;
    height: 500px;
}

.swiper-slide img {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 1rem;
}

.swiper-slide h3 {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.text-blue-dark {
    color: #082A36;
}

.text-blue-light {
    color: #98AFBA;
}

.text-brown-dark {
    color: #4C3828;
}

.text-brown-light {
    color: #7D6755;
}

.bg-blue-dark {
    background-color: #082A36;
}