/*---------- ABOUT MESSAGE----------------*/

.content-about-message {
    display: flex;
}
.content-text-about-message {
    width: 60%;
    background-color: #000000;
    padding-left: 12%;
    padding-top: 9%;
}
.content-img-about-message {
    width: 50%;
    min-height: 700px;
    background-position: center;
    background-size: cover;
}
.content-text-about-message h2 {
    margin: 0;
    color: #f9f9f9;
    font-size: 44px;
    line-height: normal;
}
section#about-message {
    margin-top: 12%;
}
@media (width <= 875px){
.content-about-message {
    flex-direction: column-reverse;
}
.content-img-about-message {
    width: 100%;
    min-height: 500px;
}
.content-text-about-message {
    width: 100%;
    padding-left: 12%;
    padding-top: 9%;
    padding-bottom: 6%;
}
.content-text-about-message h2 {
    font-size: 35px;
}
}
@media (width <= 500px){
.content-text-about-message {
    width: 100%;
    padding-left: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 5%;
}
.content-text-about-message h2 {
    font-size: 25px;
}
}

/*----------BIOGRAPHY---------------*/
section#biography {
    padding-top: 10%;
}
.content-biography h3 {
    color: #040601;
    font-family: 'Cormorant Garamond';
    font-size: 40px;
    line-height: normal;
    font-weight: 300;
    margin: 0;
}
.content-biography p {
    font-size: 16px;
    line-height: 1.5;
    color: #040601;
    font-family: 'Raleway';
    font-weight: 400;
    margin-block: 5%;
    padding-left: 40%;
}
.content-pdf-biography h4 {
    color: #040601;
    font-family: 'Cormorant Garamond';
    font-weight: 300;
    font-size: 46px;
    margin: 0;
    margin-bottom: 20px;
}
.content-pdf-biography {
    text-align: center;
}
.content-btn-biography a {
    color: #040601;
    border-style: solid !important;
    border-color: #040601 !important;
    border: 1px solid #040601;
    padding: 14px 50px;
    box-shadow: none !important;
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: 
ease-in-out;
}
.content-btn-biography a:hover {
    background-color: #040601;
    color: #f9f9f9;
    border-color: #040601;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.content-btn-biography {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-top: 3%;
}

@media (width <= 875px){
    .content-biography h3 {
    font-size: 27px;
}
.content-biography p {
    font-size: 16px;
    line-height: 1.5;
    margin-block: 5%;
    padding-left: 25%;
}
}

@media (width <= 500px){
.content-biography p {
    font-size: 16px;
    margin-block: 10%;
    padding-left: 0%;
}
.content-pdf-biography h4 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
}
.content-pdf-biography {
    padding-bottom: 10%;
}
}