body {
    background-color: hsl(257, 40%, 49%) !important;
}

.img_1 {
    width: 100%;
    height: 100%;
}

.img_2 {
    margin-top: -175%;
    margin-left: 10%;
    width: 45%;
    height: 45%;
}

.img_3 {
    width: 90%;
    height: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -65%;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    text-align: center;
    margin-top: 10%;
}

.div_2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-align: center;
    margin-top: 10%;
    line-height: 1.75;
    font-size: 20px;
}

.div_3 {
    display: flex;
    justify-content: center;
    width: 43%;
    height: 43px;
    background-color: white;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    transition: 0.7s;
}

.div_3:hover {
    background-color: rgb(204, 204, 204);
}

.poppins_1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: hsl(257, 40%, 49%);
    margin-top: 9px;
}

.div_4 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: white;
    font-size: 16px;
}

.div_4 i {
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}

.div_4 i:hover {
    background-color: white;
    color: hsl(257, 40%, 49%);
}

@media (min-width: 1024px) {
    .img_1 {
        background-image: url('./Images/bg-desktop.svg');
        background-size: cover;
    }

    .main-content {
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 0 5%;
        margin-top: -60%;
    }

    .img_3 {
        width: 55%;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .text-content {
        width: 45%;
    }

    .poppins-thin {
        text-align: left;
        margin-top: 0;
    }

    .poppins {
        text-align: left;
        margin-top: 20px;
    }

    .div_2 {
        width: 100%;
    }

    .div_3 {
        margin-left: 0;
        margin-right: 0;
        width: 50%;
    }

    .div_4 {
        justify-content: flex-end;
        margin-right: 5%;
        margin-top: 20px;
    }
}