.reviews-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;

}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.card-description a,
.description-mobile-box a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

.card-duration,
.card-article {
	display: block;
	margin-bottom: 0.5em;
	color: #757575;
	font-size: 0.75em;
	font-weight: 400;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.33333em;
	text-align: center;
}

.card-duration span,
.card-article span {
	display: inline-block;
	margin-left: 0.33333em;
	color: #000000;
	font-size: 1em;
	line-height: 1.33333em;
}

@media (min-width: 992px) {
	.card-duration,
	.card-article {
		font-size: 0.875em;
		line-height: 1.71429em;
		text-align: left;
	}

	.card-duration span,
	.card-article span {
		margin-left: 0.28571em;
		font-size: 1em;
		line-height: 1.71429em;
	}
}

.online-box__btn {
    z-index: 10000;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: fixed;
    right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.online-box__btn_whatsapp {
    bottom: 160px;
    background-color: rgba(75, 225, 90, .8);
}

.online-box__btn_whatsapp img {
    width: 73px;
}



@media screen and (max-width: 480px) {
    .online-box__btn {
        right: 15px;
    }

	[button-placement="bottomRight"] {
  		right: 10px !important;
	}
}



