@font-face {
    font-family: 'Bree-Serif';
    src: url('./fonts/BreeSerif-Regular.eot');
    src: url('./fonts/BreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BreeSerif-Regular.woff2') format('woff2'),
        url('./fonts/BreeSerif-Regular.woff') format('woff'),
        url('./fonts/BreeSerif-Regular.ttf') format('truetype'),
        url('./fonts/BreeSerif-Regular.svg#BreeSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.main-content{
    width: 1920px;
    height: 1080px;
    overflow: hidden;

    /* background: url('../assets/bg.png');
    background-size: cover;
    background-position: center; */

    background: transparent;
}

.main-title-content {
    width: fit-content;
    height: 112px;
    border-top: 6px solid #AD1C1F;
    border-bottom: 6px solid #AD1C1F;
    display: flex;
    align-items: center;
    margin: 91px auto 0;
}

h1.main-title {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 89px;
    line-height: 100px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000;
    max-width: 440px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

h1.main-title#title-1{
    max-width: 530px;
}

.content{
    margin: 47px auto 0;
    display: flex;
    width: 1800px;
}

.content-column.column-1 {
    width: 920px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.content-column.column-2 {
    width: 875px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.item{
    position: relative;
    width: 475px;
    height: 250px;
    display: flex;
    align-items: center;
}
.item.item-mid {
    margin-top: 15px;
}
.item.item-bottom {
    margin-top: 25px;
}

.second-item{
    position: relative;
    width: 425px;
    height: 250px;
    display: flex;
    align-items: center;
}
.second-item.item-mid {
    margin-top: 15px;
}
.second-item.item-bottom {
    margin-top: 25px;
}


.content-item{
    position: relative;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.number-item{
    position: absolute;
    left: -96px;
    top: 14px;
    width: 78px;
    height: 78px;
    background: #AD1C1F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.number{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.item-title{
    max-width: 350px;
}

h2.title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-transform: capitalize;

    color: #000000;
}

.item-info{
    display: flex;
    height: 40px;
    margin-top: 5px;
}

p.item-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-right: 10px;
    text-transform: capitalize;
    color: #D6242E;
}

p.item-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 46px;
    color: #000000;
}
.sub-item-title{
    margin-top: 5px;
}

h3.sub-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    
    color: #000000;
}

.sub-item-info{
    display: flex;
    height: 35px;
}

p.sub-item-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    text-transform: capitalize;
    color: #D6242E;
    margin-right: 10px;
}

p.sub-item-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 37px;
    color: #000000;
}


p.sub-item-description{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    white-space: nowrap;
    color: #000000;
}

span {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
}