body {
    font-family: "Yu Gothic", YuGothic, sans-serif, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
    "Helvetica Neue", sans-serif;
}

.texyone-header {
    width: 100%;
    background-color: #2512BD;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 16px;
    display: flex;
    justify-content: flex-end;
}

.texyone-header__wrapper {
    max-width: 1275px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.texyone-header figure {
    max-width: 130px;
}

.texyone-header figure img {
    width: 100%;
}

.texyone-details {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.texyone-details header h1 {
    color: #2512BD;
    font-size: 50px;
    margin-bottom: 10px;
}

.texyone-details header p {
    color: #2512BD;
    font-size: 28px;
    margin-bottom: 10px;
}

.texyone-details header p:last-of-type {
    font-size: 32px;
}

.texyone-details figure {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.texyone-details figure img {
    width: 100%;
}

.texyone-actions {
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.texyone-actions article {
    margin-top: 1rem;
    border-top: 1px solid #2512BD;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.texyone-actions article header {
    display: flex;
    align-items: center;
}

.texyone-actions article header span {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.texyone-actions article h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

.texyone-actions article a {
    display: flex;
    justify-content: space-between;
    background-color: #2512BD;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 335px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #2512BD;
}

.texyone-actions article > p {
    font-size: 20px;
    margin-top: 20px;
}

.texyone-actions article > p span {
    color: #FF0000;
    font-size: 18px;
}

.texyone-actions article a img {
    max-width: 7px;
}

.texyone-actions article a p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.texyone-actions hr {
    border-color: #2512BD;
    margin-top: 40px;
}

.texyone-description {
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 50px;
}

.texyone-description h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.texyone-description ul {
    list-style-type: "●";
    list-style-position: inside;

}

.texyone-description ul li {
    margin-bottom: 0.5rem;
}

.texyone-description ul li span {
    margin-left: 10px;
}


.texyone-description p,
.texyone-description li {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
}

.texyone-description p.special {
    text-align: right;
    width: 100%;

    margin-bottom: 3rem;
}

.texyone-description__special {
    margin-bottom: 3rem;
}

.texyone-description__special p:first-of-type {
    margin-bottom: 3rem;
}

.texyone-footer {
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.texyone-footer hr {
    border-color: #2512BD;
}

.texyone-footer p {
    font-family: 'Montserrat', sans-serif;
    margin-top: 1rem;
}
