body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #333333;
}
.section .section-inner {
    background-color: #333333;
    
}
.btn-accent {
    border-radius: 5px;
    background-color: #fe4445;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    padding: 15px 20px;
    text-align: center;
    position: relative;
}
.btn-accent:hover {
    background-color: #fe4445b3;
}
.btn-accent svg {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: auto;
}
.hero-block > div {
    max-width: 400px;
}
.hero-block img {
    margin-bottom: 30px;
}
.hero-block  p {
    max-width: 300px;
}
h1 {
    font-size: 28px;
}

.block-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid #fff;
    border-radius: 50%;
}
.block-social a img {
    width: 18px;
    aspect-ratio: 1/1;
    height: auto;
        /*padding: 10px;*/
    margin: 0 !important;
}