.artur {
    width: 100%;
    height: fit-content;
    margin-top: 50px;
    background: #4f5050;
    /* opacity: 0.8; */
    padding: 50px;
    color: lightgray;
    font-size: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
}

.artur h1
{
    font-size: 40px;
    color: #0a2b42;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
/*
.photo
{
    width: fit-content;
    height: fit-content;
    margin-right: 5px;
    margin-left: 20px;

}

.col-4
{
   height: fit-content;
   border: greenyellow 4px solid ;
   float: left;
}

.col-4 figcaption
{
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin-top: 5px;
}

 .col-md-6
 {
     margin-right: 30px;
     margin-left: auto;
     height: fit-content;
     border: red 4px solid ;
     float: left;
 }

.col-md-7
{
    margin-right: 50px;
    margin-left: auto;
    height: fit-content;
    border: red 4px solid ;
    float: left;
}
*/
