.titlebox{
    padding-bottom: 0;
}
.panel .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.panel:nth-child(2n) .content{
    flex-direction: row;
}
.panel:nth-child(2n+1) .content{
    flex-direction: row-reverse;
}
.content .bigimg{
    width: 48.33%;
    display: block;
}
.content .text{
    width: 46.53%;
    text-align: left;
}
.content .text .btn{
    margin: 1rem 0;
}