h1 {
    font-size: 24pt;
    text-align: center;
}

h1 span {
    display: inline-block;
    width: 100%;
}

h4 {
    font-size: 14pt;
    text-align: center;
}

.decorative-img {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.flex-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
}

.text-section {
    flex: auto;
    max-width: 550px;
}

.text-section h2 {
    font-size: 16pt;
    padding-bottom: 10px;
    color: #000 !important;
    border-bottom: 5px solid #7dd956;
}

.text-section p {
    font-size: 14pt;
    text-align: justify;
}

.image-section {
    flex: auto;
    max-width: 472px;
}

.image-section img {
    max-width: 100%;
    border-radius: 8px;
}

.video-specs-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.specs-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    max-width: 500px;
    font-size: 14pt;
}

.specs-section h2 {
    font-size: 16pt;
    color: #000 !important;
    padding-bottom: 10px;
    border-bottom: 5px solid #7dd956;
}

.specs-section p {
    margin: 5px;
}
