@charset "UTF-8";

h6{
    font-size: 46px;
    color: rgba(123, 24, 35,1.0);
    margin-bottom: 10px;
}

.description_image{

    display: flex;
    margin: 10px;

}

.description_image>div{

    max-width: 60%;
    margin-right: 10px;

}

.description_image img{
    max-width: 40%;
}

.access_button{

    display: block;
    max-width: 300px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    margin-top: 20px;
}



@media (max-width:767px) {

    .description_image{
        display: block;
    }

    .description_image>div{

        max-width: 100%;
        margin-right: 10px;
    
    }
    
    .description_image img{
        max-width: 100%;
    }

}