.main-banner {
    width: 100%;
    height: 250px;
    background: url('imagemain/banner.webp') no-repeat center center/cover;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}