.fuji-banner {
    width: 100%;
}

.fuji-banner-block,
.fuji-banner-block-reverse,
.fuji-camera-adjesment,
.fuji-camera-leather-strap,
.fuji-smartphone-camera {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fuji-banner-block img,
.fuji-banner-block-reverse img,
.fuji-camera-adjesment,
.fuji-camera-leather-strap,
.fuji-smartphone-camera {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.fuji-container {
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
    background: rgb(255 255 255 / 57%);
    padding: 20px 70px;
    height: 100%;
    align-content: center;
}

.fuji-banner-block-reverse .fuji-containers {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    background: rgb(255 255 255 / 57%);
    padding: 20px 70px;
    height: 100%;
    align-content: center;
}

.camera-adjesment-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
    text-align: center;
    width: 60%;
}

.camera-leather-strap-container {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translate(4%, -50%);
    padding: 20px 15px;
    max-width: 530px;
}

.camera-smartphone-container {
    align-content: center;
    padding: 40px 80px;
    width: 52%;
}

.smartphone-camera-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #000;
    padding-top: 30px;
}

.fuji-container h3,
.fuji-containers h3,
.camera-adjesment-container h3,
.camera-leather-strap-container h3,
.camera-smartphone-container h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.fuji-container p,
.fuji-containers p,
.camera-adjesment-container p,
.camera-leather-strap-container p,
.camera-smartphone-container p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    color: #333;
}

.fuji-camera-adjesment > img,
.fuji-camera-leather-strap > img {
    width: 100%;
}

.fuji-camera-adjesment .camera-adjesment-container h3,
.fuji-camera-adjesment .camera-adjesment-container p {
    color: rgb(245, 243, 243);
    margin-bottom: 30px;
}

.fuji-camera-adjesment .camera-adjesment-container a,
.camera-adjesment-container span {
    margin-bottom: 60px;
}

.fuji-camera-leather-strap .camera-leather-strap-container h3,
.fuji-camera-leather-strap .camera-leather-strap-container p,
.camera-smartphone-container h3,
.camera-smartphone-container p {
    color: rgb(245, 243, 243);
}

.camera-adjesment-container span,
.fuji-container a,
.fuji-containers a,
.camera-adjesment-container a,
.camera-leather-strap-container a,
.camera-smartphone-container a {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.fuji-icon {
    display: flex;
    flex-direction: row;
    gap: 34px;
}

@media (max-width:1024px) and (min-width:768px) {

    .fuji-camera-adjesment .camera-adjesment-container a {
        margin-bottom: 24px;
    }

    .camera-leather-strap-container {
        max-width: 415px;
    }

    .fuji-icon {
        gap: 13px;
    }

    .camera-smartphone-container {
              padding: 40px 42px 40px 66px;
    }

    .camera-adjesment-container span,
    .fuji-container a,
    .fuji-containers a,
    .camera-adjesment-container a,
    .camera-leather-strap-container a,
    .camera-smartphone-container a {
        padding: 6px 14px;
    }
}

@media (max-width: 768px) {

    .fuji-container,
    .fuji-banner-block-reverse .fuji-containers {
        position: static;
        padding: 20px 28px;
        text-align: center;
        max-width: 449px;
        margin: 0px auto;
    }

    .camera-adjesment-container,
    .camera-leather-strap-container {
        position: static;
        padding: 20px 28px;
        text-align: center;
        transform: unset;
        max-width: 449px;
        margin: 0px auto;
    }

    .camera-adjesment-container {
        width: 100%;
        padding: 20px 28px;
    }

    .fuji-container h3,
    .fuji-containers h3,
    .camera-adjesment-container h3,
    .camera-leather-strap-container h3,
    .camera-smartphone-container h3 {
        margin-bottom: 15px;
    }

    .fuji-container p,
    .fuji-containers p,
    .camera-adjesment-container p,
    .camera-leather-strap-container p,
    .camera-smartphone-container p {
        margin-bottom: 15px;
    }

    .fuji-camera-adjesment .camera-adjesment-container h3,
    .fuji-camera-adjesment .camera-adjesment-container p {
        color: #000;
        margin-bottom: 15px;
    }

    .fuji-camera-adjesment .camera-adjesment-container a {
        margin-bottom: 25px;
    }

    .fuji-camera-leather-strap .camera-leather-strap-container h3,
    .fuji-camera-leather-strap .camera-leather-strap-container p {
        color: #000
    }

    .smartphone-camera-img {
        flex-direction: column;
    }

    .camera-smartphone-container {
        padding: 20px 28px;
        width: 100%;
        text-align: center;
        max-width: 449px;
        margin: 0px auto;
    }

    .fuji-icon {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        gap: 20px;
    }

    .camera-adjesment-container span,
    .fuji-container a,
    .fuji-containers a,
    .camera-adjesment-container a,
    .camera-leather-strap-container a {
        background-color: #f1ebeb;
    }

    .camera-smartphone-img {
        margin: 0px auto;
    }
}

@media (max-width:1024px) {

    .fuji-container p,
    .fuji-containers p,
    .camera-adjesment-container p,
    .camera-leather-strap-container p,
    .camera-smartphone-container p {
        font-size: 14px;
    }

    .fuji-container h3,
    .fuji-containers h3,
    .camera-adjesment-container h3,
    .camera-leather-strap-container h3,
    .camera-smartphone-container h3 {
        font-size: 24px;
    }

    .fuji-container a,
    .fuji-containers a,
    .camera-adjesment-container a,
    .camera-leather-strap-container a,
    .camera-smartphone-container a {

        font-size: 14px;
    }
}