.main-banner {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner__container {
    height: 100%;
}

.main-banner__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.main-banner__left {
    z-index: 1;
}

.main-banner__header {
    padding: 0px;
    margin: 0 0 30px 0;
    text-shadow: 2px 2px black;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    color: #fff;
}

.main-banner__desc {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.main-banner__img {
    position: absolute;
    top: 0;
    right: 0;
    flex-shrink: 0;
    width: auto;
    height: 600px;
}

.main-banner__btns {
    display: flex;
    align-items: center;
    gap: 20px;
}