body {
    background-color: #3b013b;
    margin: 20px;
}
 
h1 {
    color: #FFCB6F;
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 20px;
}
h2 {
    margin: 30px;
}
h3 {
    margin-left: 35px;
    margin-top: auto;
    font-size: 32px;
}
p {
    font-size: 14px;
}
.p2 {
    margin: 30px;
}
.container {
    display: flex;
    justify-content: space-around;
 
}
 
header {
    background-color: #e0a72b;
    padding: 10px;
    width: 45%;
    margin: 20px;
    margin-bottom: auto;
}
 
.left-section {
    display: flex;
    height: 380px;
    width: 550px;
    margin-bottom: auto;
}
 
.left-section img {
max-width: 200px;
    border: 2px solid black;
}
section ul {
    color: #000000;
    padding-left: 20px;
    margin: 20px;
    font-size: 12px;
}
 
table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    color: #000;
    margin-top: 10px;
    margin-top: auto;
    margin-left: 35px;
    width: auto;
    align-items: center;
}
 
th,  td { 
    border: 1px solid black;
    padding: 10px;
    text-align: left;
}
 
th {
    text-align: center;
    background-color: #e0a72b;
}
 
td {
    background-color: #e0a72b;
    font-size: small;
}
 
 
.section-two {
    border: 7px dotted #3b013b;
    border-radius: 10px ;
    width: 35%;
    height: 520px;
}
 
img {
    max-width: 300px;
    height: auto;
    border: 2px solid black;
}
 
 figure{
    margin-bottom: auto;
 }
 
 
figcaption {
    font-size: 10px;
}

@media (max-width: 1230px) {
    p {
        font-size: 11px;
    }
    img {
       width: 200px;
    }
    .left-section {
        display: flex;
        height: 360px;
        width: 450px;
        margin-bottom: auto;
    }
    th,  td {
        border: 1px solid black;
        padding: 10px;
        text-align: left;
    }
     
    th {
        text-align: center;
        background-color: #e0a72b;
        font-size: 11px;
    }
     
    td {
        background-color: #e0a72b;
        font-size: 9px;
    }
}
@media (max-width: 1021px) {
    p {
        font-size: 10px;
    }
    img {
       width: 150px;
    }
    .left-section {
        display: flex;
        height: 300px;
        width: 400px;
        margin-bottom: auto;
    }
    th,  td {
        border: 1px solid black;
        padding: 10px;
        text-align: left;
    }
     
    th {
        text-align: center;
        background-color: #e0a72b;
        font-size: 10px;
    }
     
    td {
        background-color: #e0a72b;
        font-size: 8px;
    }
    .section-two{
        height: 430px;
    }
}
@media (max-width: 834px) {
    p {
        font-size: 10px;
    }
    img {
        width: 100px;
     }
    }