.__fomcontainer {
    background: var(--fombg) no-repeat center center /cover;
    background-attachment: fixed;
    text-align: center;
    color: white;
    font-size: 2rem;
    font-weight: 700;
}

.__fomsection {
    padding: 100px 50px;
}

.__fomsection iframe {
    border-radius: 25px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 600px;
    border: solid white;
    aspect-ratio: 16/9;
}

.__fomlogo {
    width: var(--fomsize);
}

.__fomheadertitle {
    width: var(--fomsize);
    padding: 50px 0;
}

.__fombluebtn {
    color: white;
    background: #2a7ab7;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 1.5rem;
}

.__fomgreenbtn {
    color: white;
    background: #199848;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 1.5rem;
}

.__fomtesticontainer {
    justify-content: space-around;
}

.__fommediacontent {
    border: solid white;
    border-radius: 25px;
    background: var(--fommedia) no-repeat center center / cover;
    padding: 25px;
    color: rgb(61, 20, 107);
    width: 100%;
    aspect-ratio: 1/1;
}

.__fommediaitem {
    padding: 10px;
}

.__fomtesticontent {
    border-radius: 25px;
    background: white;
    padding: 25px;
    height: 100%;
    color: rgb(61, 20, 107);
}

.__fomtesticontent>blockquote {
    font-size: 1.2rem;
}

.__fomtestiimg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background:
        var(--fomtesti) no-repeat center center /cover;
    margin: 25px auto;
}

.__fomtestiitem {
    padding: 10px;
}

.__fomtestititle {
    line-height: 1;
    padding: 25px 0;
}

.__fomtestititle>h3 {
    font-size: 2rem;
    font-weight: 700;

}

.__fomtestititle>p {
    font-size: 1.2rem;
    font-weight: 500;
}

.__fomplaybtn {
    width: 25%;
}

@media screen and (min-width: 300px) {
    .__fomcontainer {
        font-size: 1rem;
    }

    .__fomsection {
        padding: 40px 10px;
    }

    .__fomlogo {
        width: 35%;
    }

    .__fomletshavetitle {
        width: 100%;
        padding: 20px 0;
    }

    .__fomheadertitle {
        width: 60%;
        padding: 20px 0;
    }

    .__fomtestiimg {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background:
            var(--fomtesti) no-repeat center center /cover;
        margin: 0px auto;
    }

    .__fomtestititle {
        width: 95%;
        padding: 20px 0;
    }

    .__fomsection iframe {
        border-radius: 15px;
        margin-bottom: 15px;
        width: 100%;
        height: auto;
        border: none;
        aspect-ratio: 16/9;
        box-shadow: 5px 5px 5px -5px #151515;
    }


    .__fombluebtn,
    .__fomgreenbtn,
    .__fomredbtn {
        border-radius: 50px;
        font-size: 13px;
        padding: 5px 35px;
    }

}

@media screen and (min-width: 600px) {
    .__fomcontainer {
        font-size: 1.2rem;
    }

    .__fomsection {
        padding: 60px 10px;
    }

    .__fomlogo {
        width: 35%;
    }

    .__fomletshavetitle {
        width: 100%;
        padding: 20px 0;
    }

    .__fomheadertitle {
        width: 70%;
        padding: 50px 0;
    }

    .__fombluebtn,
    .__fomgreenbtn,
    .__fomredbtn {
        font-size: 15px;
        padding: 10px 35px;
    }
}

@media screen and (min-width: 1024px) {
    .__fomcontainer {
        font-size: 20px;
    }

    .__fomheadertitle {
        width: 35%;
        padding: 30px 0;
    }

    .__fomletshavetitle {
        width: 75%;
        padding: 20px 0;
    }

    .__fomtestititle {
        width: 45%;
        padding: 20px 0;
    }

    .__fomtestiimg+.__fomtestititle {
        width: 100%;
        padding: 20px 0;
    }

    .__fombluebtn,
    .__fomgreenbtn,
    .__fomredbtn {
        font-size: 15px;
        padding: 10px 35px;
    }
}