.content {
    margin-top: 20px;
    grid-column: 2/3;
}

.abouttitle {
    display: block;
    color: var(--fsi_red);
    font-size: 53px;
    line-height: 64px;
    font-family: 'L5';
    font-weight: 700;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-left: 0px;
}

.blackletter {
    float: left;
    width: 80px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 20px;
}
.aboutTextImageRight {
    float: right;
    border-style: solid;
    border-width: 3px;
    border-color: var(--fsi_red);
    
    color: var(--fsi_red);
    background-color: var(--fsi_red);
    width: 226px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 33px;
    margin-top:2px;
}

.aboutpage {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    font-family: 'L5M';
    font-weight: 500;
    word-wrap: break-word;
    background: rgb(00,00,00);
    background:rgba(0,0,0,0.7);
}
.aboutpage p {
    margin-right: 40px;
    margin-left: 20px;
}
.aboutpage p:first-child {
    margin-right: 20px;
}
.aboutpage a {
    color: #F4B41D;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
.aboutpage a:hover {
    color: #C4B41D;
    text-decoration: underline;
}

.aboutend {
    padding-bottom:50px;
}

.pleaseenjoy {
    position: relative;
    background-image: url("/images/about/banner.jpg");
    background-repeat: no-repeat;
    
    margin-top: 21px;
    margin-bottom: 1px;
    height: 218px;
}

.pleaseenjoy img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
}

@media screen and (max-width: 1000px)
{
    .abouttitle {
        font-size: 39px;
        line-height: 47px;
    }
    .abouttitle p {
        margin-top: 6px;
    }
    .blackletter {
        width: 89px;
    }
    .aboutpage p {
        margin-right: 20px;
    }
    .aboutTextImageRight {
        width: 174px;
        margin-right: 5px;
    }
    .pleaseenjoy {
        background-size: 100% 163px;
        height: 163px;
    }
    .pleaseenjoy img {
        width: 646px;
    }
}

@media screen and (max-width: 768px)
{
    .abouttitle {
        font-size: 23px;
        line-height: 28px;
        margin-left: 0px;
        
        text-align: center;
    }
    .abouttitle p {
        margin-top:10px;
    }
    .blackletter {
        width: 52px;
    }
    .aboutTextImageRight {
        display: none;
    }
    .pleaseenjoy {
        background-size: 100% 103px;
        height: 103px;
    }
    .pleaseenjoy img {
        width: 90%;
        padding-top: 25px;
    }
}

@media screen and (max-width: 480px)
{
    .abouttitle {
        font-size: 17px;
        line-height: 20px;
        margin-left: 0px;
        text-align: center;

    }
    .abouttitle p {
        margin-top:3px;
    }
    .aboutpage p:first-child {
        margin-right: 0px;
        margin-left: 0px;
    }
    .aboutpage {
        font-size: 13px;
        line-height: 16px;
    }
    .aboutpage p {
        margin-right: 10px;
        margin-left: 10px;
    }
    .blackletter {
        width: 59px;
        margin-left: 10px;
    }
    .pleaseenjoy {
        background-size: 100% 71px;
        height: 71px;
    }
    .pleaseenjoy img {
        width: 90%;
        padding-top: 15px;
    }
}