.spec__grid-container {
    max-width: 1571px;
   	width: 100%;
}

.spec__details {
    font-family: "circe-slab-b", Verdana, sans-serif;
   	max-width: 1571px;
   	width: 100%;
   	margin: auto;
    display: flex;
    flex-direction: column;
}

.spec__details__title {
    font-family: "circe-slab-b", Verdana, sans-serif;
    font-weight: 400;
    font-size: 2.8125rem;
    line-height: 3rem;
    color: #BF2B45;
    width: 80%;
}

.spec__details__subtitle--h2 {
    font-family: "circe-slab-b", Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.5625rem;
    color: #342B2B;
    margin: 2.6875rem 0 1.5rem;
    width: 60%;
}

.spec__details__subtitle{
    font-family: "circe-slab-b", Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.125rem;
    line-height: 1.35rem;
}

.spec__details__subtitle--speaker {
    margin-top: 0;
}

.spec__details__subtitle--video {
    margin-top: 2.9375rem;
}

.spec__details__unlist {
    font-family: "circe-slab-b", Verdana, sans-serif;
    font-size: 1.0625rem;
    color: #342B2B;
    padding-left: 0;
}

.spec__details__unlist__item {
    display: flex;
    gap: 0 20px; 
    margin-bottom: 1.5625rem;
    line-height: 1.63rem;
}

.spec__details__unlist__item--square {
    display: block;
    max-width: 12px;
    max-height: 12px;
    width: 100%;
    background-color: #BF2B45; 
}

.spec__details__text {
    font-family: "circe-slab-b", Verdana, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.2rem;
    margin-bottom: 0;
}

.spec__details__video--wrapper {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}

@media (max-width: 1571px) {
    .spec__details {
        width: 90%;
        padding: 0 10px;  
    }
    .spec__details__title {
        width: 100%;
    }

    .spec__details__subtitle--h2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .spec__details {
        max-width: 90%;
        width: 90%;
        padding: 0 10px;  
    }

    .spec__details__title {
        font-size: 1.5rem;
        line-height: 1.6rem;
        font-weight: 500;
        width: 100%;
        margin-bottom: 0;
    }

    .spec__details__subtitle--h2 {
        width: 100%;
        margin-top: 1.25rem;
        font-size: 1rem;
        margin-bottom: 0;
    }

    .spec__details__subtitle {
        font-size: 1rem;
        line-height: 1.10rem;
    }

}