body {
    background-color: #f2f2f2;
}

@font-face {
    font-family: "Rawline";
    src: url(../fonts/Galano-Grotesque/GalanoGrotesqueAltLight.otf);
}

.block-intro-title {
    /* margin-top: 145px!important; */
    padding-left: 90px !important;
}

.block-main-image {
    padding-top: 50px;
}

.block-main-description {
    padding-left: 0px;
    padding-right: 100px;
    margin-bottom: 120px;
}

.block-network .block-network-icons img {
    margin-top: 20px;
}

.image-pref {
    width: 90% !important;
}

hr {
    margin-bottom: 6rem;
    margin-right: 10rem;
}

.hr-custom {
    margin-top: 101px;
    margin-bottom: 97px;
}

.indices label {
    font-family: "Rawline";
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    font-weight: 700;
}

.indices span {
    font-size: 9px;
}

.image-main {
    border-radius: 0px 0px 0px 250px;
}

.image-main img {
    width: 100%;
    border-radius: 0px 0px 0px 250px;
}

label,
p,
h5 {
    font-family: "Rawline";
}

h5 {
    font-weight: 900;
}

@media (min-width: 768px) and (max-width: 880px) {
    .image-pref {
        width: 90% !important;
        height: 600px !important;
        display: flex;
        margin-right: auto;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    .block-main-description {
        padding-left: 0px;
        padding-right: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .hr-custom {
        width: 95%;
        margin-bottom: 50px;
    }
}

@media (min-width: 0px) and (max-width: 760px) {
    .block-intro-title {
        margin: 0px !important;
        padding: 0px !important;
        margin-bottom: 20px;
    }

    .block-main-image {
        padding-left: 0px;
    }

    .block-main-image img {
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .block-main-description {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .block-main-description h1 {
        width: 100%;
        padding-right: 10px;
        margin-bottom: 40px;
    }

    .block-network h5 {
        padding-left: 40px;
        margin-top: 20px;
    }

    .block-network .block-network-icons {
        padding-left: 40px;
    }

    .block-network .block-network-icons img {
        margin-top: 20px;
    }

    .hr-custom {
        margin: 2rem;
        width: 80%;
        margin-bottom: 50px;
    }

    .image-pref {
        width: 100% !important;
    }
}
