.main-content {
    padding-top: 20px;
    padding-left: 150px;
    padding-right: 150px;
}

.main-content .main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-content .main-container .title {
    color: #221f1f;
    font-family: 'Gotham-bold';
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.main-content .main-container .subtitle {
    color: #221f1f;
    font-family: 'Gotham-normal';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 48px;
}

.main-container .main-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
}

.main-content .main_left_table {
    height: 650px;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-radius: 10px;
    background: rgba(189, 216, 232, 0.3);
    position: relative;
    border: 1px solid #fff;
    color: #c0d1a3;
}

.main_left_table_title {
    align-self: flex-start;
    color: #2d2d2d;
    text-align: center;
    font-family: 'Gotham-bold';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.main_left_table_imgs_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 150px;
    left: -50px;
    margin: auto;
    animation: rotateBackAndFourItems 6s ease infinite;
}

.main_left_table_imgs_img_one {
    position: relative;
    left: 133px;
    top: 20px;
    transform: rotate(-10deg);
    animation: rotateBackAndForthq1 6s ease infinite;
}

.main-content .middle_table {
    height: 650px;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-radius: 10px;
    background: rgba(189, 216, 232, 0.3);
    border: 1px solid var(--Sky-Blue-Tint---New, #fff);
    color: #c0d1a3;
}