.free-space {
    width: 100%;
    height: 5rem;
}

.animated-photo {
    margin-top: 65px;
    position: relative;
}

.animated-title {
    font-family: "Orbitron", sans-serif;
    position: absolute;
    top: 80%;
    left: 50%;
    translate: -50% -50%;
    z-index: 2;
    color: white;
    font-weight: bold;
    font-size: 4em;
}

.about-team {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 140px 0px 30px 0px;
}

.about-team-title {
    font-size: 60px;
    line-height: 70px;
    width: 40%;
    min-height: 180px;
    justify-items: center;
}

.about-team-logo {
    top: 30%;
    left: 40%;
    translate: -50% -50%;
    width: 70%;
    height: auto;
    position: absolute;
    align-items: center;
    opacity: 0.2;
}

.team-p {
    width: 50%;
    min-height: 180px;
    font-size: 20px;
    align-content: center;
    justify-content: center;
}


.animated-photo>img {
    border-radius: 20px;
    display: flex;
    width: 70%;
    height: auto;
    position: relative;
    margin: 0px auto;
}

.about-team-logo img {
    border-radius: 20px;
    display: block;
    width: 70%;
    height: auto;
    position: relative;
    margin: 0px auto;
}
.free-space2{
	height:25rem;
}

@media (max-width: 1024px) {

.free-space2{
	height:3rem;
}
}
@media (max-width: 600px) {

.free-space2{
	height:3rem;
}

	body{
		overflow-x:hidden;
	}
    .free-space1 {
        height: 5rem;
    }

    .animated-photo img {
        width: 90%;
        border-radius: 5px;
    }

    .animated-title {
        display: none;
    }

    .about-team {
        flex-direction: column;
        align-items: center;
        margin: 40px 0px 56px 0px;
    }

    .about-team-title {
        padding-bottom: 20px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .about-team-logo {
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 140%;
        height: auto;
    }

    .team-p {
        padding-top: 20px;
        width: 100%;
        height: auto;
        font-size: 18px;
        text-align: center;
    }
}