.stove-shield-about-block {
    font-family: Arial, sans-serif;
}

.about-content{
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
}

.about-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-description {
    font-size: 1em;
    margin-bottom: 30px;
    line-height: 1.5;
}

.about-link-button {
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: 18px;
}

.about-link-button:hover {
    background-color: #e6c200;
}

@media only screen and (max-width: 768px) {
  .about-content{
    padding: 0;
}
}