@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

section.section-1 {
    /* border: 1px solid lightgray; */

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-family: "Lexend", sans-serif;

    margin-top: 5px;
}

.section-1-left {
    /* background-color: rgba(240, 248, 255, 0.178); */
    padding-right: 40px;
    width: 50%;
}

.section-1-right {
    /* max-width: 300px; */
    /* background-color: aliceblue */
    width: 50%;
    text-align: center;
}

p.section-1-left-p-top {
    
    font-size: 35px;
    font-weight: bold;
    /* font-style: italic;  */
    color: var(--primary-green);
    text-shadow: 1px 1px 1px lightgray;
    margin-bottom: 25px;
}

p.section-1-left-p-bottom {
    font-size: 20px;
    line-height: 1.5;
    /* font-weight: bold; */
    color: var(--primary-blue);
    margin-bottom: 25px;
}

section.section-2 {
    box-sizing: border-box;
    padding: 20px 0px;
    margin-top: 30px;
    /* border: 1px solid lightgray; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    font-family: "Lexend", sans-serif;
}

.section-2-top {
    /* border: 1px solid lightblue; */
    text-align: center;
    font-size: 30px;
    font-weight: bold; 
    color: var(--primary-green);
    text-shadow: 1px 1px 1px lightgray;
    margin-bottom: 30px;
}

.section-2-bottom {
    /* border: 1px solid lightsalmon;  */
    display: flex;
    justify-content: space-around;
    row-gap: 20px;
}

.section-2-bottom-items {
    /* border: 1px solid blue; */
    padding: 15px 10px;
    border-radius: 20px;
    text-align: center;
    width: 180px;
    background-color: #ffffff;
    color: var(--primary-blue);
    font-style: italic;

    box-shadow: 0px 0px 3px lightgray;
}

.section-2-icons {
    height: 100px;
    margin-bottom: 5px;
}