@import url(../../root.css);
/*===== PRODUCTS CONTAINER =====*/
.products__container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: 160px;
}

.product__description {
    background-image: url(../img/content_bg/sertes.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 50%;
}
.product__description .title,
.product__description p {
    color: var(--white-color);
    text-align: left;
}
.product__description .title {
    font-size: 1.75rem;
    font-weight: 400;
}
.product__description p {
    font-size: 1rem;
    font-weight: 400;
}

.product__image {
    width: 50%;
    flex-grow: 1;
}
.product__image img {
    width: 100%;
    height: 100%;
}

/*===== PRODUCTS CONTAINER_2 =====*/
.product__description_2 {
    background-image: url(../img/content_bg/borju.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 50%;
}
.product__description_2 .title,
.product__description_2 p {
    color: var(--white-color);
    text-align: left;
}
.product__description_2 .title {
    font-size: 1.75rem;
    font-weight: 400;
}
.product__description_2 p {
    font-size: 1rem;
    font-weight: 400;
}

/*===== PRODUCTS CONTAINER_3 =====*/
.product__description_3 {
    background-image: url(../img/content_bg/szilazs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 50%;
}
.product__description_3 .title,
.product__description_3 p {
    color: var(--white-color);
    text-align: left;
}
.product__description_3 .title {
    font-size: 1.75rem;
    font-weight: 400;
}
.product__description_3 p {
    font-size: 1rem;
    font-weight: 400;
}