* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Hanken Grotesk', sans-serif;
}

body {
    background-color: hsl(221, 100%, 96%);
    min-height: 100vh;
    display: grid;
    place-content: center;
}

p {
    font-size: 18px;
}

.summary-container {
   width: 736px;
   height: 512px;
   background-color: #fff; 
   display: flex;
   border-radius: 32px;
}

.left {
    width: 368px;
    background: HSL(241, 81%, 54%);
    background: linear-gradient(360deg, rgba(46, 43, 233, 1) 0%, rgba(120, 87, 255, 1) 76%);
    border-radius: 32px;
}

.left h1 {
    color: hsl(241, 100%, 89%);
    font-size: 24px;
    font-weight: 700;
    margin-left: 7.7rem;
    margin-top: 2.2rem;
}

.number-circle {
    background: #0c0c26;
    background: linear-gradient(360deg, rgba(12, 12, 38, 1) 0%, rgba(78, 33, 202, 1) 100%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 5.3rem;
    margin-top: 2rem;
}

.large-number {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
}

.small-number {
    color: hsl(241, 100%, 89%);
}

 .left h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-left: 0.5rem;
}

.left-paragraph {
    color:hsl(241, 100%, 89%);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 1.2rem;
    margin-left: 3.3rem;
    width: 70%;
    letter-spacing: 2;
}

.left span {
    margin-left: 0.5rem;
}

.right {
    padding: 2rem;
}

.right h3 {
    font-size: 24px;
    font-weight: 700;
    color: hsl(224, 30%, 27%);
    margin-bottom: 1.5rem;
}

.item-1 {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), #F55;
    width: 288px;
    height:56px;
    border-radius: 12px;
    margin-bottom: 1.3rem;
}

.item-1 img {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    margin-left: 0.5rem;
}

.item-1 .stat {
    color: hsl(0, 100%, 67%);
    font-size: 18px;
    font-weight: 500;
    margin-right: 5.5rem
}

.item-1 span {
    font-size: 18px;
    font-weight: 700;
    color: hsl(224, 30%, 27%);
}

.item-1 .stat-text {
    color: gray;
    font-weight: 700;
}

.item-2 {
    display: flex;
    align-items: center;
    background: var(--yellow-95-white, linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), #FFB21E);
    width: 288px;
    height:56px;
    border-radius: 12px;
    margin-bottom: 1.3rem;
}

.item-2 img {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    margin-left: 0.7rem;
}

.item-2 .stat {
    color: hsl(39, 100%, 56%);
    font-size: 18px;
    font-weight: 500;
    margin-right: 5.5rem
}

.item-2 span {
    font-size: 18px;
    font-weight: 700;
    color: hsl(224, 30%, 27%);
}

.item-2 .stat-text {
    color: gray;
    font-weight: 700;
}

.item-3 {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), #00BB8F;
    width: 288px;
    height:56px;
    border-radius: 12px;
    margin-bottom: 1.3rem;
}

.item-3 img {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
   margin-left: 0.8rem;
}
.item-3 .stat {
    color: hsl(166, 100%, 37%);
    font-size: 18px;
    font-weight: 500;
    margin-right: 6.4rem
}

.item-3 span {
    font-size: 18px;
    font-weight: 700;
    color: hsl(224, 30%, 27%);
}

.item-3 .stat-text {
    color: gray;
    font-weight: 700;
}

.item-4 {
    display: flex;
    align-items: center;
    background: var(--blue-95-white, linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), #1125D6);
    width: 288px;
    height:56px;
    border-radius: 12px;
    margin-bottom: 1.3rem;
}

.item-4 img {
    width: 20px;
    height: 20px;
    margin-right: 1.1rem;
    margin-left: 0.9rem;
}
.item-4 .stat {
    color: hsl(234, 85%, 45%);
    font-size: 18px;
    font-weight: 500;
    margin-right: 6.6rem
}

.item-4 span {
    font-size: 18px;
    font-weight: 700;
    color: hsl(224, 30%, 27%);
}

.item-4 .stat-text {
    color: gray;
    font-weight: 700;
}

button {
    width: 288px;
    height: 56px;
    margin-top: 1rem;
    background-color: hsl(224, 30%, 27%);
    border-radius: 128px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

button:hover {
    background: var(--Gradient-1, linear-gradient(180deg, #75F 0%, #6943FF 0.01%, #2F2CE9 100%));   
    border: none;
}

@media (max-width: 390px) {
    .summary-container {
        display: grid;
        background-color: hsl(221, 100%, 96%);
    }
}

@media (max-width: 400px) {
    .summary-container {
        display: grid;
        background-color: hsl(221, 100%, 96%);
    }

    .left-paragraph {
        margin-bottom: 1rem;
    }
}

@media (max-width: 600px) {
    .summary-container {
        display: grid;
        align-items: center;
        justify-content: center;
        background-color: hsl(221, 100%, 96%);      
    }
}

@media (max-width: 700px) {
    .summary-container {
        display: grid;
        align-items: center;
        justify-content: center;
        background-color: hsl(221, 100%, 96%);
    }
}