.campaign-container {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
}
.campaign-banner {
    height: 50vh;
    width: 100%;
}
.campaign-title {
    color:#77463A;
    padding: 0 45px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.campaign-subtitle {
    color:#333333;
    font-weight: 500;
    font-size: 14px;
    padding: 0 45px;
    text-align: center;

}
.campaign-action-btn {
    background-color: #77463A;
    color:white;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 24px;
    display: block;
    width: 100%;
    margin: 6px 0px;
    padding: 6px 0px;
    margin-bottom: 16px;
    position: relative;
}
.campaign-action {
    text-align: center;  
    padding: 0 16px;
}
.campaign-banner img {
    width: 100%;
    object-fit: cover;
}