
.centered-wrapper{
    width: max-content;
}

.custom-header-leveled {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    width: 325px;
    max-width: 100%;
}

.custom-header-leveled > .card {
    padding: 0;
    padding: 1rem;
    font-size: 15px;
}


.custom-header-leveled > .card-extra-height {
    min-height: 162px;
    display: flex;
    justify-content: center;
}


.custom-header-leveled__title{
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

p.custom-header-leveled__description{
    color: #ffffff !important;
    font-size: 16px;
    padding: 1rem 2rem;
    margin-bottom: 0 !important;
}

.discover-container {
    height: auto;
    padding: 70px 60px;
    width: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}



.discover-container__title{
    color: #ffffff;
    width: 50%;
}

p.discover-container__description{
    color: #ffffff !important;
    width: 40%;
}

.discover-container__action {
    border: 1px solid #343434;
    width: fit-content;
    padding: 0.5rem 1.2rem;
    text-decoration: none !important;
    position: relative;
    
}

.discover-container__corner-top-left {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-right-width: 1px;
    border-bottom-width: 1px;
    left: -1rem;
    border-color: #53cf36;
    top: -1rem;
  }

  .discover-container__corner-bottom-right {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-right-width: 1px;
    border-bottom-width: 1px;
    right: 0;
    border-color: #53cf36;
    bottom: 0;
  }

.video-wrapper{
    background-color: #181818;
}

/* .discover-container__action:after{
    content: '';
    border-left: 1px solid #53cf36;
    position:absolute;
    margin:-20px;
    width:40px;
    height:40px;
} */

#html .arve {
    margin-bottom: 0 !important;
}

.iconed-card-container{
    margin-top: 2rem;
}

.iconed-card{
    justify-content: space-between !important;
    align-items: center;
    margin-top: 3rem;
    justify-content: space-between;
}

.iconed-card__img{
    width: fit-content;
}

.iconed-card__content {
    width: 100%;
    margin-top: 1rem;
}

.iconed-card__content__texts {
    align-items: center !important;
    width: 100%;
    height: 120px;
}

.iconed-card__content__texts__title {
    width: 90%;
    color: #ffffff;
}

.iconed-card__content__texts__description {
   font-size: 12px;
   width: 60%;
   margin-bottom: 0;
   border-top: 1px solid #53cf36;
}

.blog-highlight-wrapper{
    justify-content: center;
    align-items: center;
    margin: 5rem 0;
}

.blog-highlight {
    height: 300px;
    overflow: hidden;
    text-decoration: none !important;
    width: 55%;
}

.blog-highlight__texts{
    justify-content: center;
    background: #181818;

}

.blog-highlight__texts__title{
    color: #ffffff;
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 2rem;
}

.blog-highlight__texts__title:after{
    content: '';
    height: 2px;
    width: 50%;
    background: #53cf36;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -1rem;
}

.blog-highlight__texts__content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
    width: 85%;
    text-align: center;
    font-size: 0.9rem;
}


@media screen and (min-width: 699px) {
	.custom-header,
	.text-left {
		text-align: left !important;
	}
}

@media screen and (max-width: 1016px) {
    .boxes-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .iconed-card-container{
        flex-direction: column;
    }

    .iconed-card {
        width: 100% !important;
    }

    .iconed-card__content__icon{
        display: none;
    }

    .blog-highlight {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 720px){
    .discover-container__title{
        font-size: 1.4em !important;
    }
    .discover-container__description {
        font-size: 0.9em !important;
    }
    .discover-container__action {
        font-size: 1.2em !important;
    }
}

@media screen and (max-width: 560px){
    .discover-container {
        text-align: center !important;
        align-items: center;
    }
    .discover-container__title{
        width: 60%;
    }
    .discover-container__description {
        width: 50%;
    }

    .blog-highlight__image{
        display: none;
    }
    .blog-highlight__texts{
        width: 100% !important;
    }
    
}