.a-box-1 {
    display: flex;
    align-items: center;
    background: #d7e4ce;
    margin-bottom: 5px;
}

.a-box-1-1 figure {
    order: 2;
}

.a-box-1-1 .description {
    order: 1;
}

.a-box-1 figure {
    flex-shrink: 0;
}

.a-box-1 figure img {
    display: block;
}

.a-box-1 .description {
    padding: 30px;
    font-size: 16px;
    font-weight: normal;
}

.a-box-1 h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}

.a-box-1 .button-box {
    margin-top: 20px;
}

.a-btn-1 {
    color: #000;
}

.a-btn-1.active span:first-child {
    display: none !important;
}

.a-banner figure img {
    display: block;
}

.a-banner {
    margin-bottom: 5px;
}

.a-box-1-content .text p:last-child{
    margin-bottom: 0;
}

.a-btn-1.active span:last-child {
    display: block !important;
}

.a-box-1-content video {
    width: 100%;
    margin-bottom: 20px;
}


.a-boxes-2 {
    margin-left: 18.5%;
    margin-right: 18.5%;
    position: relative;
    font-weight: normal;
    z-index: 2;
}

.a-boxes-2:after {
    width: 1px;
    height: calc(100% - 13px);
    display: block;
    position: absolute;
    top: 13px;
    background: #000000;
    left: 4px;
    content:"";
}

.text ul {
    padding-left: 19px;
}

.a-box-2 .text ul:last-child {
    margin-bottom: 0;
}

.a-box-2 .date {
    font-size: 20px;
}

.a-box-1-content {
    background: #ededed;
    margin-bottom: 5px;
    padding: 50px 30px;
    margin-top: -5px;
}

.a-boxes-2 .a-box-2:last-child:before {
position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: calc(100% - 16px);
    z-index: 2;
    content: "";
    display: block;
    background: #ededed;
}

.a-box-2 {
    padding-left: 50px;
    position: relative;
    margin-bottom: 40px;
}

.a-boxes-2 .a-box-2:last-child {
    margin-bottom: 0;
}

.a-box-2:after {
    position: absolute;
    left: 0;
    top: 13px;
    content: "";
    z-index: 10;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #679e41;
    display: block; 
}

.a-boxes-3 {
    margin-bottom: 25px;
    margin-left: 18.5%;
    margin-right: 18.5%;
}

.a-box-3 {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.a-boxes-3 .a-box-3:last-child {
    margin-bottom: 0;
}

.a-box-3 .name {
    font-weight: bold;
    font-size: 18px;
}

.a-box-3 figure img {
    display: block;
}

.a-box-3 figure {
    flex-shrink: 0;
    margin-right: 20px;
    width: 150px;
}

.a-box-1-content {
    display: none;
}

.a-box-3 img {
    cursor: pointer;
}

.a-box-3 img:hover {
    opacity: 0.9;
}

