.big-box {
    display: flex;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px 0 40px;
}

.info-box {
    display: flex;
    margin: 20px 10px 20px 10px;

    border-radius: 10px;
    /* position: relative; */
    /* box-shadow: 4px 4px rgba(0, 0, 0, 0.2); */
    max-height: 300px;
}




.info-box .content {
    font-family: "Poppins", sans-serif;
    color: white;
    padding: 20px;
}

.info-box .content h3 {
    padding-bottom: 5px;
}

.info-box img {
    max-width: 50%;
    margin: 15px;
    border-radius: 10px;

}



.info-box-1 {
    background-color: #b0a48b;
    /* animation: shadow 2s infinite; */

}

.info-box-2 {
    background-color: #a483af;
}

.info-box-3 {
    background-color: #60607b;
}

.info-box-4 {
    background-color: #82644d;
}