.descriptionList {
    padding: 2.2%;
    width: 100%;
}

.icons {
    max-width: 20px;
    bottom: 25%;
    right: 10%;
}

.labelPlatforms {
    font-size: 16px;
}

.platformList {
    max-height: 35px;
    width: 150px;
    background-color: #e0e0e0;
    border-radius: 13px;
    padding: 10px;
}

.platformLin{
    margin-left: 5%;
}

.screenshots {
    min-width: 200px;
    width: 32%;
    margin: 2%;
}

.screenshotList {
    width: 100%;
    overflow-x: auto;
}

.headers{
    font-size: 36px;
    margin-top: 2%;
}

.version {
    margin-top: 0 !important;
}

.text{
    font-size: 19px;
    text-align: justify;
}

.text-list {
    font-size: 18px;
    text-align: justify;
    overflow: overlay;
    padding-bottom: 3%;
}

.detailsHeader {
    font-size: 36px;
    margin-top: 2%;
    transition: 0.5s ease;
}

.detailsFrame {
    width: 100%;
}
.invisible{
    height: 0;
    border: none;
}
.detailsDesc {
    font-size: 18px;
}
.detailsHead {
    font-weight: bold;
    background-color: #d8e3e6;
    padding: 8px 10px 8px 10px;
    width: 50%;
    border-radius: 10px;
    box-shadow: 2px 2px #909090;
}
.detailsList li{
    font-size: 18px;
    margin: 10px;
}

@media screen and (max-width: 1024px){
    .detailsDesc {
        font-size: 14px;
    }
    .detailsList li {
        font-size: 14px;
    }
    .detailsHead {
        font-size: 18px;
    }
    .icons {
        max-width: 12px;
    }

    .labelPlatforms {
        font-size: 11px;
    }

    .platformList {
        max-height: 24px;
        width: 75px;
        border-radius: 7px;
        padding: 5px;
    }
    .detailsHeader {
        font-size: 24px;
    }
    .headers {
        font-size: 24px;
    }

    .text {
        font-size: 12px;
    }

    .text-list {
        font-size: 12px;
    }
}



