
.black-box {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 300px; 
    height: 450px; 
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    text-align: center;
}
.textoo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    font-size: 40px;
}
h2 {
    color: #f4a700;
}
.section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.section img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}
.text {
    flex: 1;
}
.containerr {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 20px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #111010;
}
.section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.section img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}
.text h2 {
    color: #f4a700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}
.reverse {
    flex-direction: row-reverse;
}